From 02e1a551a0536b674ddae1f5e53640e67a3f2af0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 6 Oct 2024 12:21:47 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # 1.0.0 (2024-10-06) ### 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 ([748f157](https://github.com/basics/vue-semantic-structure/commit/748f157b597b11b8fc8716a4157d805145cd6693)) * **publish:** force publish ([1a72062](https://github.com/basics/vue-semantic-structure/commit/1a72062aaf3a1e5d5d764e4e4f6da5d1afdff288)) * **publish:** revert channel ([389a175](https://github.com/basics/vue-semantic-structure/commit/389a1751468addaa1fee8ca3a5c5d0d784d2846d)) * **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)) --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8451d6..7230146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Project Changelog +# 1.0.0 (2024-10-06) + + +### 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 ([748f157](https://github.com/basics/vue-semantic-structure/commit/748f157b597b11b8fc8716a4157d805145cd6693)) +* **publish:** force publish ([1a72062](https://github.com/basics/vue-semantic-structure/commit/1a72062aaf3a1e5d5d764e4e4f6da5d1afdff288)) +* **publish:** revert channel ([389a175](https://github.com/basics/vue-semantic-structure/commit/389a1751468addaa1fee8ca3a5c5d0d784d2846d)) +* **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.15](https://github.com/basics/vue-semantic-structure/compare/v1.0.0-next.14...v1.0.0-next.15) (2024-09-27) diff --git a/package-lock.json b/package-lock.json index 455b9a2..efd3955 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vue-semantic-structure", - "version": "1.0.0-next.15", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vue-semantic-structure", - "version": "1.0.0-next.15", + "version": "1.0.0", "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "19.5.0", diff --git a/package.json b/package.json index c035b1a..55340c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-semantic-structure", - "version": "1.0.0-next.15", + "version": "1.0.0", "description": "Helper for semantic HTML structure.", "homepage": "https://basics.github.io/vue-semantic-structure", "license": "MIT",