Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-beta.1](1.10.4...2.0.0-beta.1) (2023-05-07)

### Bug Fixes

* **i18n:** enable browser language detection ([b04b862](b04b862))

* feat(legal)!: extract components ([853a00e](853a00e))

### Features

* **legal:** optimize components ([cc32b55](cc32b55))
* **prose:** remove scheme variant ([457a259](457a259))

### BREAKING CHANGES

* changes to app configuration required
  • Loading branch information
semantic-release-bot committed May 7, 2023
1 parent cc32b55 commit 02dd4b6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [2.0.0-beta.1](https://github.com/dargmuesli/vio/compare/1.10.4...2.0.0-beta.1) (2023-05-07)


### Bug Fixes

* **i18n:** enable browser language detection ([b04b862](https://github.com/dargmuesli/vio/commit/b04b8624eede0d9d9d0dcd45b308ba615f1138af))


* feat(legal)!: extract components ([853a00e](https://github.com/dargmuesli/vio/commit/853a00e4051d2da13cf2412dffb9cec403e733cd))


### Features

* **legal:** optimize components ([cc32b55](https://github.com/dargmuesli/vio/commit/cc32b5500c99495cca0f22fee28319cdcaa50470))
* **prose:** remove scheme variant ([457a259](https://github.com/dargmuesli/vio/commit/457a259b66928650f9a7d2ee2a8827667e755a30))


### BREAKING CHANGES

* changes to app configuration required

## [1.10.4](https://github.com/dargmuesli/vio/compare/1.10.3...1.10.4) (2023-05-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dargmuesli/nuxt-vio",
"version": "1.10.4",
"version": "2.0.0-beta.1",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 02dd4b6

Please sign in to comment.