Skip to content

Commit

Permalink
Merge branch 'next' into feature/init
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Sep 23, 2024
2 parents 4d968fc + 3b2afb5 commit ccca19c
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 21 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Project Changelog

# 1.0.0-next.1 (2024-09-23)


### Features

* **init:** initial commit ([57fcc43](https://github.com/basics/vue-semantic-structure/commit/57fcc43df4dc292479e860133b3a3ac68a865526))
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![vue-semantic-structure][poster]

# Vue Semanatic Structure
# Vue Semantic Structure

[![main][github-workflow-main-src]][github-workflow-main-href]
[![next][github-workflow-next-src]][github-workflow-next-href]
Expand All @@ -13,11 +13,11 @@
[![License][license-src]][license-href]

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

## Getting Started

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

## Requirements

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

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

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

## Development

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

<!-- Badges -->

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

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

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

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

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

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

[npm-downloads-src]: https://img.shields.io/npm/dt/vue-sematic-release.svg?style=flat-square
[npm-downloads-href]: https://npmjs.com/package/vue-sematic-release
[npm-downloads-src]: https://img.shields.io/npm/dt/vue-semantic-structure.svg?style=flat-square
[npm-downloads-href]: https://npmjs.com/package/vue-semantic-structure
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
Expand Up @@ -6,7 +6,7 @@
"name": "Thorn-Welf Walli",
"email": "[email protected]"
},
"version": "0.0.0",
"version": "1.0.0-next.1",
"type": "module",
"license": "MIT",
"exports": {
Expand Down

0 comments on commit ccca19c

Please sign in to comment.