diff --git a/CHANGELOG.md b/CHANGELOG.md index db4adc6..1583341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Project Changelog +# [1.0.0-next.14](https://github.com/basics/vue-semantic-structure/compare/v1.0.0-next.13...v1.0.0-next.14) (2024-09-27) + + +### Bug Fixes + +* **publish:** fix channel ([085ebbc](https://github.com/basics/vue-semantic-structure/commit/085ebbc87e1dcf374b8b678683b424ab2d8fcae3)) +* **publish:** revert channel ([389a175](https://github.com/basics/vue-semantic-structure/commit/389a1751468addaa1fee8ca3a5c5d0d784d2846d)) + +# 1.0.0-next.1 (2024-09-27) + + +### Bug Fixes + +* **(update:** fix useContentContainer; clean ([7c203b5](https://github.com/basics/vue-semantic-structure/commit/7c203b5c3995fc28171d8265fe99e223bd8267ca)) +* **build:** update build config ([0846c10](https://github.com/basics/vue-semantic-structure/commit/0846c10404beb7eb865fb494d0e73007562305ef)) +* **ci-next:** disable husky ([06ae100](https://github.com/basics/vue-semantic-structure/commit/06ae10060eea013a64b5da1e5a78d59a948b38ab)) +* **components:** fix missing v-slot vars ([310a289](https://github.com/basics/vue-semantic-structure/commit/310a289e1011f33f0fe6ab2b706e43af3e61852a)) +* **naming:** fix naming… ([2838031](https://github.com/basics/vue-semantic-structure/commit/28380314724c54e8e6a4751759cb6eb95b19d206)) +* **package:** added homepage ([680a8a2](https://github.com/basics/vue-semantic-structure/commit/680a8a257f10499fab4bc117f9c06b83574a633b)) +* **publish:** activate publish ([bb68b4c](https://github.com/basics/vue-semantic-structure/commit/bb68b4c3cf7b392053c13d63b7aee9bc34382338)) +* **publish:** activate publish ([0fd9e49](https://github.com/basics/vue-semantic-structure/commit/0fd9e496d74a4b46ab9fd727aa89492c5ad717be)) +* **publish:** fix channel ([085ebbc](https://github.com/basics/vue-semantic-structure/commit/085ebbc87e1dcf374b8b678683b424ab2d8fcae3)) +* **publish:** force publish ([1a72062](https://github.com/basics/vue-semantic-structure/commit/1a72062aaf3a1e5d5d764e4e4f6da5d1afdff288)) +* **src:** remove extension ([a4cd229](https://github.com/basics/vue-semantic-structure/commit/a4cd229b934310b78074ed2098108e336f54500a)) +* **update:** adde inherit props; update docs ([e3a5c2e](https://github.com/basics/vue-semantic-structure/commit/e3a5c2e72083f7b6fd314422eeabb050a8fcdd5d)) +* **update:** added new example; change level logic ([714d921](https://github.com/basics/vue-semantic-structure/commit/714d9213f19738380a11d8fac22834d0605848a6)) +* **update:** added usage; improve ([5adb27d](https://github.com/basics/vue-semantic-structure/commit/5adb27d65b3ccc095161d9fd81e34cdea532b33f)) +* **update:** replaced vue files ([7512151](https://github.com/basics/vue-semantic-structure/commit/7512151e2d3f28ca2820e7b375fb26842e0c3d65)) + + +### Features + +* **init:** initial commit ([57fcc43](https://github.com/basics/vue-semantic-structure/commit/57fcc43df4dc292479e860133b3a3ac68a865526)) + # [1.0.0-next.13](https://github.com/basics/vue-semantic-structure/compare/v1.0.0-next.12...v1.0.0-next.13) (2024-09-27) diff --git a/package-lock.json b/package-lock.json index cd132db..b4f74fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vue-semantic-structure", - "version": "1.0.0-next.13", + "version": "1.0.0-next.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vue-semantic-structure", - "version": "1.0.0-next.13", + "version": "1.0.0-next.14", "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "19.5.0", diff --git a/package.json b/package.json index bc6310d..84d6065 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-semantic-structure", - "version": "1.0.0-next.13", + "version": "1.0.0-next.14", "description": "Helper for semantic HTML structure.", "homepage": "https://basics.github.io/vue-semantic-structure", "license": "MIT",