Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
run-nan committed Feb 25, 2023
1 parent 92e4ff0 commit 82e05f6
Show file tree
Hide file tree
Showing 15 changed files with 5,465 additions and 1,925 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.0](https://github.com/ralliejs/rallie/compare/v0.13.2...v0.14.0) (2023-02-25)

### Features

- **@rallie/block:** remove the method `registerBlock` ([92e4ff0](https://github.com/ralliejs/rallie/commit/92e4ff0147e26508dfbe7a59948476111f131e0e))

## [0.13.2](https://github.com/ralliejs/rallie/compare/v0.13.1...v0.13.2) (2023-02-22)

### 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.13.2",
"version": "0.14.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.14.0](https://github.com/ralliejs/rallie/compare/v0.13.2...v0.14.0) (2023-02-25)

### Features

- **@rallie/block:** remove the method `registerBlock` ([92e4ff0](https://github.com/ralliejs/rallie/commit/92e4ff0147e26508dfbe7a59948476111f131e0e))

# [0.13.0](https://github.com/ralliejs/rallie/compare/v0.12.0...v0.13.0) (2023-02-21)

### 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.13.0",
"version": "0.14.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.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

# [0.13.0](https://github.com/ralliejs/rallie/compare/v0.12.0...v0.13.0) (2023-02-21)

### Features
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.13.0",
"version": "0.14.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.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

# [0.13.0](https://github.com/ralliejs/rallie/compare/v0.12.0...v0.13.0) (2023-02-21)

### Features
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.13.0",
"version": "0.14.0",
"description": "a middleware to load resources from html",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/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.0](https://github.com/ralliejs/rallie/compare/v0.13.2...v0.14.0) (2023-02-25)

### Features

- **@rallie/block:** remove the method `registerBlock` ([92e4ff0](https://github.com/ralliejs/rallie/commit/92e4ff0147e26508dfbe7a59948476111f131e0e))

## [0.13.2](https://github.com/ralliejs/rallie/compare/v0.13.1...v0.13.2) (2023-02-22)

### Bug Fixes
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.13.2",
"version": "0.14.0",
"description": "react binding for rallie",
"author": "Philip Lau",
"homepage": "https://github.com/ralliejs/rallie#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/vue/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.0](https://github.com/ralliejs/rallie/compare/v0.13.2...v0.14.0) (2023-02-25)

### Features

- **@rallie/block:** remove the method `registerBlock` ([92e4ff0](https://github.com/ralliejs/rallie/commit/92e4ff0147e26508dfbe7a59948476111f131e0e))

## [0.13.1](https://github.com/ralliejs/rallie/compare/v0.13.0...v0.13.1) (2023-02-22)

### Bug Fixes
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.13.1",
"version": "0.14.0",
"description": "vue binding for rallie",
"author": "runnan <[email protected]>",
"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.14.0](https://github.com/ralliejs/rallie/compare/v0.13.2...v0.14.0) (2023-02-25)

### Features

- **@rallie/block:** remove the method `registerBlock` ([92e4ff0](https://github.com/ralliejs/rallie/commit/92e4ff0147e26508dfbe7a59948476111f131e0e))

## [0.13.2](https://github.com/ralliejs/rallie/compare/v0.13.1...v0.13.2) (2023-02-22)

**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.13.2",
"version": "0.14.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
Loading

0 comments on commit 82e05f6

Please sign in to comment.