Skip to content

Commit

Permalink
v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ones-liupengfei committed Mar 3, 2023
1 parent b4de50b commit 0ac37e1
Show file tree
Hide file tree
Showing 14 changed files with 41 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"useWorkspaces": true,
"npmClient": "pnpm",
"version": "0.14.0",
"version": "0.14.1",
"command": {
"version": {
"allowBranch": "master",
Expand Down
6 changes: 6 additions & 0 deletions packages/block/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/block/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/load-html/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/load-html/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rallie/vue",
"version": "0.14.0",
"version": "0.14.1",
"description": "vue binding for rallie",
"author": "runnan <[email protected]>",
"homepage": "https://github.com/ralliejs/rallie#readme",
Expand Down
4 changes: 4 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground",
"private": true,
"version": "0.14.0",
"version": "0.14.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 0ac37e1

Please sign in to comment.