Skip to content

Commit 57d3db3

Browse files
committed
chore: release 0.1.2
1 parent c7073ac commit 57d3db3

File tree

12 files changed

+34
-6
lines changed

12 files changed

+34
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
44

5+
## [0.1.2](https://github.com/laser-ui/laser-pro/compare/v0.1.1...v0.1.2) (2024-09-11)
6+
7+
### Bug Fixes
8+
9+
- **router:** remove memo of Router ([c7073ac](https://github.com/laser-ui/laser-pro/commit/c7073ac0c2ec03d04980db3ca69de36f43543a9f))
10+
511
## [0.1.1](https://github.com/laser-ui/laser-pro/compare/v0.1.0...v0.1.1) (2024-07-22)
612

713
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"packages": ["packages/acl", "packages/auth", "packages/http", "packages/router", "packages/storage"],
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"command": {
66
"version": {
77
"conventionalCommits": true,

packages/acl/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
44

5+
## [0.1.2](https://github.com/laser-ui/laser-pro/compare/v0.1.1...v0.1.2) (2024-09-11)
6+
7+
**Note:** Version bump only for package @laser-pro/acl
8+
59
## [0.1.1](https://github.com/laser-ui/laser-pro/compare/v0.1.0...v0.1.1) (2024-07-22)
610

711
**Note:** Version bump only for package @laser-pro/acl

packages/acl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@laser-pro/acl",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Advanced modules for enterprise applications.",
55
"keywords": [
66
"laser-pro",

packages/auth/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
44

5+
## [0.1.2](https://github.com/laser-ui/laser-pro/compare/v0.1.1...v0.1.2) (2024-09-11)
6+
7+
**Note:** Version bump only for package @laser-pro/auth
8+
59
## [0.1.1](https://github.com/laser-ui/laser-pro/compare/v0.1.0...v0.1.1) (2024-07-22)
610

711
**Note:** Version bump only for package @laser-pro/auth

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@laser-pro/auth",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Advanced modules for enterprise applications.",
55
"keywords": [
66
"laser-pro",

packages/http/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
44

5+
## [0.1.2](https://github.com/laser-ui/laser-pro/compare/v0.1.1...v0.1.2) (2024-09-11)
6+
7+
**Note:** Version bump only for package @laser-pro/http
8+
59
## [0.1.1](https://github.com/laser-ui/laser-pro/compare/v0.1.0...v0.1.1) (2024-07-22)
610

711
**Note:** Version bump only for package @laser-pro/http

packages/http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@laser-pro/http",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Advanced modules for enterprise applications.",
55
"keywords": [
66
"laser-pro",

packages/router/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
44

5+
## [0.1.2](https://github.com/laser-ui/laser-pro/compare/v0.1.1...v0.1.2) (2024-09-11)
6+
7+
### Bug Fixes
8+
9+
- **router:** remove memo of Router ([c7073ac](https://github.com/laser-ui/laser-pro/commit/c7073ac0c2ec03d04980db3ca69de36f43543a9f))
10+
511
## [0.1.1](https://github.com/laser-ui/laser-pro/compare/v0.1.0...v0.1.1) (2024-07-22)
612

713
**Note:** Version bump only for package @laser-pro/router

packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@laser-pro/router",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Advanced modules for enterprise applications.",
55
"keywords": [
66
"laser-pro",

0 commit comments

Comments
 (0)