Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
run-nan committed Mar 4, 2023
1 parent 4957c54 commit cc71cec
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.15.0](https://github.com/ralliejs/rallie/compare/v0.14.2...v0.15.0) (2023-03-04)

### Features

- **@rallie/block:** bind the trigger name of event and methods on the `this` object of the listener ([4957c54](https://github.com/ralliejs/rallie/commit/4957c54c5eefc96a4190089af5dda29db17b52df))

## [0.14.2](https://github.com/ralliejs/rallie/compare/v0.14.1...v0.14.2) (2023-03-04)

### Bug Fixes
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.2",
"version": "0.15.0",
"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.15.0](https://github.com/ralliejs/rallie/compare/v0.14.2...v0.15.0) (2023-03-04)

### Features

- **@rallie/block:** bind the trigger name of event and methods on the `this` object of the listener ([4957c54](https://github.com/ralliejs/rallie/commit/4957c54c5eefc96a4190089af5dda29db17b52df))

## [0.14.2](https://github.com/ralliejs/rallie/compare/v0.14.1...v0.14.2) (2023-03-04)

### Bug Fixes
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.2",
"version": "0.15.0",
"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/core/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.15.0](https://github.com/ralliejs/rallie/compare/v0.14.2...v0.15.0) (2023-03-04)

**Note:** Version bump only for package @rallie/core

## [0.14.2](https://github.com/ralliejs/rallie/compare/v0.14.1...v0.14.2) (2023-03-04)

### Bug Fixes
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.2",
"version": "0.15.0",
"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.15.0](https://github.com/ralliejs/rallie/compare/v0.14.2...v0.15.0) (2023-03-04)

**Note:** Version bump only for package @rallie/load-html

## [0.14.2](https://github.com/ralliejs/rallie/compare/v0.14.1...v0.14.2) (2023-03-04)

### Bug Fixes
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.2",
"version": "0.15.0",
"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.15.0](https://github.com/ralliejs/rallie/compare/v0.14.2...v0.15.0) (2023-03-04)

**Note:** Version bump only for package @rallie/react

## [0.14.2](https://github.com/ralliejs/rallie/compare/v0.14.1...v0.14.2) (2023-03-04)

**Note:** Version bump only for package @rallie/react
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.2",
"version": "0.15.0",
"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.15.0](https://github.com/ralliejs/rallie/compare/v0.14.2...v0.15.0) (2023-03-04)

**Note:** Version bump only for package @rallie/vue

## [0.14.2](https://github.com/ralliejs/rallie/compare/v0.14.1...v0.14.2) (2023-03-04)

**Note:** Version bump only for package @rallie/vue
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.2",
"version": "0.15.0",
"description": "vue binding for rallie",
"author": "runnan <1608272694@qq.com>",
"homepage": "https://github.com/ralliejs/rallie#readme",
Expand Down
6 changes: 6 additions & 0 deletions playground/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.15.0](https://github.com/ralliejs/rallie/compare/v0.14.2...v0.15.0) (2023-03-04)

### Features

- **@rallie/block:** bind the trigger name of event and methods on the `this` object of the listener ([4957c54](https://github.com/ralliejs/rallie/commit/4957c54c5eefc96a4190089af5dda29db17b52df))

## [0.14.2](https://github.com/ralliejs/rallie/compare/v0.14.1...v0.14.2) (2023-03-04)

**Note:** Version bump only for package playground
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.2",
"version": "0.15.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit cc71cec

Please sign in to comment.