Skip to content

Commit

Permalink
chore(release): v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanthome committed Oct 25, 2023
1 parent 29a534c commit 07a0b02
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/vcl/vcl/compare/v2.4.0...v3.0.0) (2023-10-25)


### Bug Fixes

* fix demos ([e8755f1](https://github.com/vcl/vcl/commit/e8755f176001208bd40a3163b0df75d86e1ea350))
* update readme file ([442fc76](https://github.com/vcl/vcl/commit/442fc764dad41efcc5d162d75e26cbc683f768ea))


* chore!: drop support for grid layout ([d0fb57f](https://github.com/vcl/vcl/commit/d0fb57fb7a535d7a03f07a20ba2f9690d32597fc))


### Features

* add entry and exit animation on the layer module ([3040692](https://github.com/vcl/vcl/commit/3040692a56c67eac28c2ef4d3c75427fb4149ad4))
* add responsive percentage ratio to the utils module ([ce87827](https://github.com/vcl/vcl/commit/ce87827d1f8cbb34951c51ac0ab025077d32a018))
* add rounded modifier to flip-switch ([0cefb26](https://github.com/vcl/vcl/commit/0cefb264c3214389a60d4069ce43e7464cb80392))


### BREAKING CHANGES

* grid layout not available





# [2.5.0](https://github.com/vcl/vcl/compare/v2.4.0...v2.5.0) (2022-08-23)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "2.5.0",
"version": "3.0.0",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
26 changes: 26 additions & 0 deletions packages/vcl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/vcl/vcl/compare/v2.4.0...v3.0.0) (2023-10-25)


### Bug Fixes

* update readme file ([442fc76](https://github.com/vcl/vcl/commit/442fc764dad41efcc5d162d75e26cbc683f768ea))


* chore!: drop support for grid layout ([d0fb57f](https://github.com/vcl/vcl/commit/d0fb57fb7a535d7a03f07a20ba2f9690d32597fc))


### Features

* add entry and exit animation on the layer module ([3040692](https://github.com/vcl/vcl/commit/3040692a56c67eac28c2ef4d3c75427fb4149ad4))
* add responsive percentage ratio to the utils module ([ce87827](https://github.com/vcl/vcl/commit/ce87827d1f8cbb34951c51ac0ab025077d32a018))
* add rounded modifier to flip-switch ([0cefb26](https://github.com/vcl/vcl/commit/0cefb264c3214389a60d4069ce43e7464cb80392))


### BREAKING CHANGES

* grid layout not available





# [2.5.0](https://github.com/vcl/vcl/compare/v2.4.0...v2.5.0) (2022-08-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/vcl/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 packages/vcl/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vcl/vcl",
"description": "The whole VCL in one package",
"version": "2.5.0",
"version": "3.0.0",
"main": "package.json",
"style": "dist/index.css",
"scss": "index.scss",
Expand Down

0 comments on commit 07a0b02

Please sign in to comment.