Skip to content

Commit ccca19c

Browse files
committed
Merge branch 'next' into feature/init
2 parents 4d968fc + 3b2afb5 commit ccca19c

File tree

4 files changed

+29
-21
lines changed

4 files changed

+29
-21
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Project Changelog
2+
3+
# 1.0.0-next.1 (2024-09-23)
4+
5+
6+
### Features
7+
8+
* **init:** initial commit ([57fcc43](https://github.com/basics/vue-semantic-structure/commit/57fcc43df4dc292479e860133b3a3ac68a865526))

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![vue-semantic-structure][poster]
22

3-
# Vue Semanatic Structure
3+
# Vue Semantic Structure
44

55
[![main][github-workflow-main-src]][github-workflow-main-href]
66
[![next][github-workflow-next-src]][github-workflow-next-href]
@@ -13,11 +13,11 @@
1313
[![License][license-src]][license-href]
1414

1515
- [  **Release Notes**](./CHANGELOG.md)
16-
- [👁   **Example**](https://basics.github.io/vue-sematic-release/example)
16+
- [👁   **Example**](https://basics.github.io/vue-semantic-structure/example)
1717

1818
## Getting Started
1919

20-
Please follow the [📖   **Documentation**](https://basics.github.io/vue-sematic-release/)
20+
Please follow the [📖   **Documentation**](https://basics.github.io/vue-semantic-structure/)
2121

2222
## Requirements
2323

@@ -26,9 +26,9 @@ Please follow the [📖   **Documentation**](https://basics.github.io/
2626
## Features
2727

2828
- Automatic heading levels (`h1`, `h2`, `h3`, `h4`, `h5`, `h6`)
29-
- Easy way to build sematic html structure (`main`, `article`, `section`)
29+
- Easy way to build semantic html structure (`main`, `article`, `section`)
3030

31-
📖   [Read more](https://basics.github.io/vue-sematic-release/)
31+
📖   [Read more](https://basics.github.io/vue-semantic-structure/)
3232

3333
## Development
3434

@@ -42,24 +42,24 @@ Please follow the [📖   **Documentation**](https://basics.github.io/
4242

4343
<!-- Badges -->
4444

45-
[poster]: https://github.com/user-attachments/assets/3178bd8c-4d78-40df-81d8-ef9626236217 "vue-sematic-release"
45+
[poster]: https://github.com/user-attachments/assets/3178bd8c-4d78-40df-81d8-ef9626236217 "vue-semantic-structure"
4646

4747
[renovate-status-src]: <https://img.shields.io/badge/renovate-enabled-brightgreen>
4848
[renovate-status-href]: <https://renovate.whitesourcesoftware.com/>
4949

50-
[github-workflow-main-src]: <https://github.com/basics/vue-sematic-release/workflows/Main/badge.svg?branch=main>
51-
[github-workflow-main-href]: <https://github.com/basics/vue-sematic-release/actions?query=workflow%3AMain>
52-
[github-workflow-next-src]: <https://github.com/basics/vue-sematic-release/workflows/Next/badge.svg?branch=next>
53-
[github-workflow-next-href]: <https://github.com/basics/vue-sematic-release/actions?query=workflow%3ANext>
50+
[github-workflow-main-src]: <https://github.com/basics/vue-semantic-structure/workflows/Main/badge.svg?branch=main>
51+
[github-workflow-main-href]: <https://github.com/basics/vue-semantic-structure/actions?query=workflow%3AMain>
52+
[github-workflow-next-src]: <https://github.com/basics/vue-semantic-structure/workflows/Next/badge.svg?branch=next>
53+
[github-workflow-next-href]: <https://github.com/basics/vue-semantic-structure/actions?query=workflow%3ANext>
5454

55-
[sonarcloud-src]: <https://sonarcloud.io/api/project_badges/measure?project=basics_vue-sematic-release&metric=alert_status>
56-
[sonarcloud-href]: <https://sonarcloud.io/dashboard?id=basics_vue-sematic-release>
55+
[sonarcloud-src]: <https://sonarcloud.io/api/project_badges/measure?project=basics_vue-semantic-structure&metric=alert_status>
56+
[sonarcloud-href]: <https://sonarcloud.io/dashboard?id=basics_vue-semantic-structure>
5757

58-
[license-src]: https://img.shields.io/npm/l/vue-sematic-release.svg?style=flat-square
59-
[license-href]: https://npmjs.com/package/vue-sematic-release
58+
[license-src]: https://img.shields.io/npm/l/vue-semantic-structure.svg?style=flat-square
59+
[license-href]: https://npmjs.com/package/vue-semantic-structure
6060

61-
[npm-version-latest-src]: https://img.shields.io/npm/v/vue-sematic-release/latest.svg?
62-
[npm-version-latest-href]: https://npmjs.com/package/vue-sematic-release/v/latest
61+
[npm-version-latest-src]: https://img.shields.io/npm/v/vue-semantic-structure/latest.svg?
62+
[npm-version-latest-href]: https://npmjs.com/package/vue-semantic-structure/v/latest
6363

64-
[npm-downloads-src]: https://img.shields.io/npm/dt/vue-sematic-release.svg?style=flat-square
65-
[npm-downloads-href]: https://npmjs.com/package/vue-sematic-release
64+
[npm-downloads-src]: https://img.shields.io/npm/dt/vue-semantic-structure.svg?style=flat-square
65+
[npm-downloads-href]: https://npmjs.com/package/vue-semantic-structure

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
@@ -6,7 +6,7 @@
66
"name": "Thorn-Welf Walli",
77
"email": "[email protected]"
88
},
9-
"version": "0.0.0",
9+
"version": "1.0.0-next.1",
1010
"type": "module",
1111
"license": "MIT",
1212
"exports": {

0 commit comments

Comments
 (0)