Skip to content

Commit 5c9f788

Browse files
committed
chore: release 3.0.1
1 parent 578f661 commit 5c9f788

File tree

10 files changed

+29
-5
lines changed

10 files changed

+29
-5
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+
## [3.0.1](https://github.com/laser-ui/laser-pro/compare/v3.0.0...v3.0.1) (2026-03-18)
6+
7+
### Bug Fixes
8+
9+
- **acl:** fix bind this ([578f661](https://github.com/laser-ui/laser-pro/commit/578f661207c0f8ace49da9775b74995bc71af887))
10+
511
# [3.0.0](https://github.com/laser-ui/laser-pro/compare/v2.0.2...v3.0.0) (2026-03-18)
612

713
### Bug Fixes

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/router", "packages/storage"],
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"command": {
66
"version": {
77
"conventionalCommits": true,

packages/acl/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+
## [3.0.1](https://github.com/laser-ui/laser-pro/compare/v3.0.0...v3.0.1) (2026-03-18)
6+
7+
### Bug Fixes
8+
9+
- **acl:** fix bind this ([578f661](https://github.com/laser-ui/laser-pro/commit/578f661207c0f8ace49da9775b74995bc71af887))
10+
511
# [3.0.0](https://github.com/laser-ui/laser-pro/compare/v2.0.2...v3.0.0) (2026-03-18)
612

713
### Bug Fixes

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": "3.0.0",
3+
"version": "3.0.1",
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+
## [3.0.1](https://github.com/laser-ui/laser-pro/compare/v3.0.0...v3.0.1) (2026-03-18)
6+
7+
**Note:** Version bump only for package @laser-pro/auth
8+
59
# [3.0.0](https://github.com/laser-ui/laser-pro/compare/v2.0.2...v3.0.0) (2026-03-18)
610

711
### Bug Fixes

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": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Advanced modules for enterprise applications.",
55
"keywords": [
66
"laser-pro",

packages/router/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+
## [3.0.1](https://github.com/laser-ui/laser-pro/compare/v3.0.0...v3.0.1) (2026-03-18)
6+
7+
**Note:** Version bump only for package @laser-pro/router
8+
59
# [3.0.0](https://github.com/laser-ui/laser-pro/compare/v2.0.2...v3.0.0) (2026-03-18)
610

711
### Features

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": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Advanced modules for enterprise applications.",
55
"keywords": [
66
"laser-pro",

packages/storage/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+
## [3.0.1](https://github.com/laser-ui/laser-pro/compare/v3.0.0...v3.0.1) (2026-03-18)
6+
7+
**Note:** Version bump only for package @laser-pro/storage
8+
59
# [3.0.0](https://github.com/laser-ui/laser-pro/compare/v2.0.2...v3.0.0) (2026-03-18)
610

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

packages/storage/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/storage",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Advanced modules for enterprise applications.",
55
"keywords": [
66
"laser-pro",

0 commit comments

Comments
 (0)