Skip to content

Commit c8b2a9e

Browse files
chore(release): 1.0.0-next.1 [skip ci]
# 1.0.0-next.1 (2024-09-27) ### 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 ([1a72062](1a72062)) * **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))
1 parent 085ebbc commit c8b2a9e

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Project Changelog
22

3+
# 1.0.0-next.1 (2024-09-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **(update:** fix useContentContainer; clean ([7c203b5](https://github.com/basics/vue-semantic-structure/commit/7c203b5c3995fc28171d8265fe99e223bd8267ca))
9+
* **build:** update build config ([0846c10](https://github.com/basics/vue-semantic-structure/commit/0846c10404beb7eb865fb494d0e73007562305ef))
10+
* **ci-next:** disable husky ([06ae100](https://github.com/basics/vue-semantic-structure/commit/06ae10060eea013a64b5da1e5a78d59a948b38ab))
11+
* **components:** fix missing v-slot vars ([310a289](https://github.com/basics/vue-semantic-structure/commit/310a289e1011f33f0fe6ab2b706e43af3e61852a))
12+
* **naming:** fix naming… ([2838031](https://github.com/basics/vue-semantic-structure/commit/28380314724c54e8e6a4751759cb6eb95b19d206))
13+
* **package:** added homepage ([680a8a2](https://github.com/basics/vue-semantic-structure/commit/680a8a257f10499fab4bc117f9c06b83574a633b))
14+
* **publish:** activate publish ([bb68b4c](https://github.com/basics/vue-semantic-structure/commit/bb68b4c3cf7b392053c13d63b7aee9bc34382338))
15+
* **publish:** activate publish ([0fd9e49](https://github.com/basics/vue-semantic-structure/commit/0fd9e496d74a4b46ab9fd727aa89492c5ad717be))
16+
* **publish:** fix channel ([085ebbc](https://github.com/basics/vue-semantic-structure/commit/085ebbc87e1dcf374b8b678683b424ab2d8fcae3))
17+
* **publish:** force publish ([1a72062](https://github.com/basics/vue-semantic-structure/commit/1a72062aaf3a1e5d5d764e4e4f6da5d1afdff288))
18+
* **src:** remove extension ([a4cd229](https://github.com/basics/vue-semantic-structure/commit/a4cd229b934310b78074ed2098108e336f54500a))
19+
* **update:** adde inherit props; update docs ([e3a5c2e](https://github.com/basics/vue-semantic-structure/commit/e3a5c2e72083f7b6fd314422eeabb050a8fcdd5d))
20+
* **update:** added new example; change level logic ([714d921](https://github.com/basics/vue-semantic-structure/commit/714d9213f19738380a11d8fac22834d0605848a6))
21+
* **update:** added usage; improve ([5adb27d](https://github.com/basics/vue-semantic-structure/commit/5adb27d65b3ccc095161d9fd81e34cdea532b33f))
22+
* **update:** replaced vue files ([7512151](https://github.com/basics/vue-semantic-structure/commit/7512151e2d3f28ca2820e7b375fb26842e0c3d65))
23+
24+
25+
### Features
26+
27+
* **init:** initial commit ([57fcc43](https://github.com/basics/vue-semantic-structure/commit/57fcc43df4dc292479e860133b3a3ac68a865526))
28+
329
# [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)
430

531

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-semantic-structure",
3-
"version": "1.0.0-next.13",
3+
"version": "1.0.0-next.1",
44
"description": "Helper for semantic HTML structure.",
55
"homepage": "https://basics.github.io/vue-semantic-structure",
66
"license": "MIT",

0 commit comments

Comments
 (0)