diff --git a/CHANGELOG.md b/CHANGELOG.md index fbf3ca8..7f1e89f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.14.1](https://github.com/ralliejs/rallie/compare/v0.14.0...v0.14.1) (2023-03-03) + +### Bug Fixes + +- **@rallie/block:** method and event listener can get the trigger name by the last argument ([b4de50b](https://github.com/ralliejs/rallie/commit/b4de50babc6a59551ee362fcfd358499b47ecefe)) + # [0.14.0](https://github.com/ralliejs/rallie/compare/v0.13.2...v0.14.0) (2023-02-25) ### Features diff --git a/lerna.json b/lerna.json index 037cda2..de2571d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "useWorkspaces": true, "npmClient": "pnpm", - "version": "0.14.0", + "version": "0.14.1", "command": { "version": { "allowBranch": "master", diff --git a/packages/block/CHANGELOG.md b/packages/block/CHANGELOG.md index ae5ed60..650e67e 100644 --- a/packages/block/CHANGELOG.md +++ b/packages/block/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.14.1](https://github.com/ralliejs/rallie/compare/v0.14.0...v0.14.1) (2023-03-03) + +### Bug Fixes + +- **@rallie/block:** method and event listener can get the trigger name by the last argument ([b4de50b](https://github.com/ralliejs/rallie/commit/b4de50babc6a59551ee362fcfd358499b47ecefe)) + # [0.14.0](https://github.com/ralliejs/rallie/compare/v0.13.2...v0.14.0) (2023-02-25) ### Features diff --git a/packages/block/package.json b/packages/block/package.json index 80225b6..8d44495 100644 --- a/packages/block/package.json +++ b/packages/block/package.json @@ -1,6 +1,6 @@ { "name": "@rallie/block", - "version": "0.14.0", + "version": "0.14.1", "description": "a progressive micro front framework", "main": "./dist/index.umd.js", "module": "./dist/index.es.js", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b3db723..9015bda 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.14.1](https://github.com/ralliejs/rallie/compare/v0.14.0...v0.14.1) (2023-03-03) + +### Bug Fixes + +- **@rallie/block:** method and event listener can get the trigger name by the last argument ([b4de50b](https://github.com/ralliejs/rallie/commit/b4de50babc6a59551ee362fcfd358499b47ecefe)) + # [0.14.0](https://github.com/ralliejs/rallie/compare/v0.13.2...v0.14.0) (2023-02-25) **Note:** Version bump only for package @rallie/core diff --git a/packages/core/package.json b/packages/core/package.json index cf29663..c0061e5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@rallie/core", - "version": "0.14.0", + "version": "0.14.1", "description": "a progressive micro front framework", "main": "./dist/index.umd.js", "module": "./dist/index.es.js", diff --git a/packages/load-html/CHANGELOG.md b/packages/load-html/CHANGELOG.md index b82d4aa..3a91ff0 100644 --- a/packages/load-html/CHANGELOG.md +++ b/packages/load-html/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.14.1](https://github.com/ralliejs/rallie/compare/v0.14.0...v0.14.1) (2023-03-03) + +**Note:** Version bump only for package @rallie/load-html + # [0.14.0](https://github.com/ralliejs/rallie/compare/v0.13.2...v0.14.0) (2023-02-25) **Note:** Version bump only for package @rallie/load-html diff --git a/packages/load-html/package.json b/packages/load-html/package.json index f3c52f2..b4b22f6 100644 --- a/packages/load-html/package.json +++ b/packages/load-html/package.json @@ -1,6 +1,6 @@ { "name": "@rallie/load-html", - "version": "0.14.0", + "version": "0.14.1", "description": "a middleware to load resources from html", "main": "./dist/index.umd.js", "module": "./dist/index.es.js", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index ade25e1..842f287 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.14.1](https://github.com/ralliejs/rallie/compare/v0.14.0...v0.14.1) (2023-03-03) + +**Note:** Version bump only for package @rallie/react + # [0.14.0](https://github.com/ralliejs/rallie/compare/v0.13.2...v0.14.0) (2023-02-25) ### Features diff --git a/packages/react/package.json b/packages/react/package.json index ce960d7..4584b87 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@rallie/react", - "version": "0.14.0", + "version": "0.14.1", "description": "react binding for rallie", "author": "Philip Lau", "homepage": "https://github.com/ralliejs/rallie#readme", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 8b74212..a275b8c 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.14.1](https://github.com/ralliejs/rallie/compare/v0.14.0...v0.14.1) (2023-03-03) + +**Note:** Version bump only for package @rallie/vue + # [0.14.0](https://github.com/ralliejs/rallie/compare/v0.13.2...v0.14.0) (2023-02-25) ### Features diff --git a/packages/vue/package.json b/packages/vue/package.json index 3e86e48..cc28843 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@rallie/vue", - "version": "0.14.0", + "version": "0.14.1", "description": "vue binding for rallie", "author": "runnan <1608272694@qq.com>", "homepage": "https://github.com/ralliejs/rallie#readme", diff --git a/playground/CHANGELOG.md b/playground/CHANGELOG.md index 48f74fc..67867b1 100644 --- a/playground/CHANGELOG.md +++ b/playground/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.14.1](https://github.com/ralliejs/rallie/compare/v0.14.0...v0.14.1) (2023-03-03) + +**Note:** Version bump only for package playground + # [0.14.0](https://github.com/ralliejs/rallie/compare/v0.13.2...v0.14.0) (2023-02-25) ### Features diff --git a/playground/package.json b/playground/package.json index bc97dde..42a0b15 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,7 +1,7 @@ { "name": "playground", "private": true, - "version": "0.14.0", + "version": "0.14.1", "type": "module", "scripts": { "dev": "vite",