Skip to content

Commit a7d26f8

Browse files
v0.16.0
1 parent bbe5b18 commit a7d26f8

File tree

14 files changed

+39
-7
lines changed

14 files changed

+39
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.16.0](https://github.com/ralliejs/rallie/compare/v0.15.1...v0.16.0) (2023-03-08)
7+
8+
### Features
9+
10+
- **@rallie/load-html:** add the config `filter` to filter the element you do not want ([bbe5b18](https://github.com/ralliejs/rallie/commit/bbe5b186625e2dee636e958829c48e295e6c4fca))
11+
612
## [0.15.1](https://github.com/ralliejs/rallie/compare/v0.15.0...v0.15.1) (2023-03-07)
713

814
**Note:** Version bump only for package ralliejs

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"useWorkspaces": true,
33
"npmClient": "pnpm",
4-
"version": "0.15.1",
4+
"version": "0.16.0",
55
"command": {
66
"version": {
77
"allowBranch": "master",

packages/block/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.16.0](https://github.com/ralliejs/rallie/compare/v0.15.1...v0.16.0) (2023-03-08)
7+
8+
**Note:** Version bump only for package @rallie/block
9+
610
## [0.15.1](https://github.com/ralliejs/rallie/compare/v0.15.0...v0.15.1) (2023-03-07)
711

812
**Note:** Version bump only for package @rallie/block

packages/block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rallie/block",
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"description": "a progressive micro front framework",
55
"main": "./dist/index.umd.js",
66
"module": "./dist/index.es.js",

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.16.0](https://github.com/ralliejs/rallie/compare/v0.15.1...v0.16.0) (2023-03-08)
7+
8+
**Note:** Version bump only for package @rallie/core
9+
610
## [0.15.1](https://github.com/ralliejs/rallie/compare/v0.15.0...v0.15.1) (2023-03-07)
711

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

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rallie/core",
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"description": "a progressive micro front framework",
55
"main": "./dist/index.umd.js",
66
"module": "./dist/index.es.js",

packages/load-html/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.16.0](https://github.com/ralliejs/rallie/compare/v0.15.1...v0.16.0) (2023-03-08)
7+
8+
### Features
9+
10+
- **@rallie/load-html:** add the config `filter` to filter the element you do not want ([bbe5b18](https://github.com/ralliejs/rallie/commit/bbe5b186625e2dee636e958829c48e295e6c4fca))
11+
612
## [0.15.1](https://github.com/ralliejs/rallie/compare/v0.15.0...v0.15.1) (2023-03-07)
713

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

packages/load-html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rallie/load-html",
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"description": "a middleware to load resources from html",
55
"main": "./dist/index.umd.js",
66
"module": "./dist/index.es.js",

packages/react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.16.0](https://github.com/ralliejs/rallie/compare/v0.15.1...v0.16.0) (2023-03-08)
7+
8+
**Note:** Version bump only for package @rallie/react
9+
610
## [0.15.1](https://github.com/ralliejs/rallie/compare/v0.15.0...v0.15.1) (2023-03-07)
711

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

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rallie/react",
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"description": "react binding for rallie",
55
"author": "Philip Lau",
66
"homepage": "https://github.com/ralliejs/rallie#readme",

packages/vue/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.16.0](https://github.com/ralliejs/rallie/compare/v0.15.1...v0.16.0) (2023-03-08)
7+
8+
**Note:** Version bump only for package @rallie/vue
9+
610
## [0.15.1](https://github.com/ralliejs/rallie/compare/v0.15.0...v0.15.1) (2023-03-07)
711

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

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rallie/vue",
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"description": "vue binding for rallie",
55
"author": "runnan <1608272694@qq.com>",
66
"homepage": "https://github.com/ralliejs/rallie#readme",

playground/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.16.0](https://github.com/ralliejs/rallie/compare/v0.15.1...v0.16.0) (2023-03-08)
7+
8+
**Note:** Version bump only for package playground
9+
610
## [0.15.1](https://github.com/ralliejs/rallie/compare/v0.15.0...v0.15.1) (2023-03-07)
711

812
**Note:** Version bump only for package playground

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground",
33
"private": true,
4-
"version": "0.15.1",
4+
"version": "0.16.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)