Skip to content

Commit

Permalink
chore: release v0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ayZagen committed May 7, 2024
1 parent 141b83b commit 9b0e237
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@


## [0.30.0](https://github.com/PlusAuth/plusauth-widget/compare/v0.29.0...v0.30.0) (2024-05-07)


### Features

* add pre/post hooks for page actions ([cc884f2](https://github.com/PlusAuth/plusauth-widget/commit/cc884f20c614855eeb088559c48494135363be3a))
* custom template injecting ([7e6329f](https://github.com/PlusAuth/plusauth-widget/commit/7e6329f07b1a64769bac08def9c635f223933a3e))


### Refactors

* centralize layout ([861dda9](https://github.com/PlusAuth/plusauth-widget/commit/861dda95bc121dcc2db470a149a3930f094db1f0))


### Stylistic Updates

* show inline border for text field button ([0efd5c2](https://github.com/PlusAuth/plusauth-widget/commit/0efd5c24e1b182f5fa0b6365cc6f7f811e621711))
* wrap all components ([1bfd039](https://github.com/PlusAuth/plusauth-widget/commit/1bfd03972ba7f0a1adef021c1edd7aa52395a91d))

## [0.29.0](https://github.com/PlusAuth/plusauth-widget/compare/v0.28.1...v0.29.0) (2024-04-21)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plusauth/plusauth-widget",
"version": "0.29.0",
"version": "0.30.0",
"type": "module",
"main": "dist/plusauth-widget.min.js",
"module": "dist/plusauth-widget.esm.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"storybook-addon-vue-mdx": "^0.1.5",
"storybook-addon-vue-mdx": "^0.1.5",
"@release-it/conventional-changelog": "^8.0.1",
"@storybook/addon-essentials": "^8.0.10",
"@storybook/addon-interactions": "^8.0.10",
Expand Down

0 comments on commit 9b0e237

Please sign in to comment.