From 9b0e2370c8d138e09862209f0e79eeb4cfdf5fa8 Mon Sep 17 00:00:00 2001 From: "Ismail H. Ayaz" Date: Tue, 7 May 2024 17:23:13 +0300 Subject: [PATCH] chore: release v0.30.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3101399..2cd0e9c 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index e0e95ca..2780861 100755 --- a/package.json +++ b/package.json @@ -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", @@ -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",