Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-10-06)

### Bug Fixes

* **(update:** fix useContentContainer; clean ([7c203b5](7c203b5))
* **build:** update build config ([0846c10](0846c10))
* **ci-next:** disable husky ([06ae100](06ae100))
* **components:** fix missing v-slot vars ([310a289](310a289))
* **naming:** fix naming… ([2838031](2838031))
* **package:** added homepage ([680a8a2](680a8a2))
* **publish:** activate publish ([bb68b4c](bb68b4c))
* **publish:** activate publish ([0fd9e49](0fd9e49))
* **publish:** fix channel ([085ebbc](085ebbc))
* **publish:** force publish ([748f157](748f157))
* **publish:** force publish ([1a72062](1a72062))
* **publish:** revert channel ([389a175](389a175))
* **src:** remove extension ([a4cd229](a4cd229))
* **update:** adde inherit props; update docs ([e3a5c2e](e3a5c2e))
* **update:** added new example; change level logic ([714d921](714d921))
* **update:** added usage; improve ([5adb27d](5adb27d))
* **update:** replaced vue files ([7512151](7512151))

### Features

* **init:** initial commit ([57fcc43](57fcc43))
  • Loading branch information
semantic-release-bot committed Oct 6, 2024
1 parent 76c10e4 commit 02e1a55
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 02e1a55

Please sign in to comment.