Skip to content

Commit a478bb9

Browse files
committed
chore: release 1.1.0
1 parent 79e9260 commit a478bb9

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+
# [1.1.0](https://github.com/laser-ui/laser-pro/compare/v1.0.3...v1.1.0) (2025-05-16)
6+
7+
### Bug Fixes
8+
9+
- **router:** fix `useQuery` ([79e9260](https://github.com/laser-ui/laser-pro/commit/79e9260a0481bfe9dc7eba0a9a3731f6af9278e4))
10+
511
## [1.0.3](https://github.com/laser-ui/laser-pro/compare/v1.0.2...v1.0.3) (2025-01-17)
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": "1.0.3",
4+
"version": "1.1.0",
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+
# [1.1.0](https://github.com/laser-ui/laser-pro/compare/v1.0.3...v1.1.0) (2025-05-16)
6+
7+
**Note:** Version bump only for package @laser-pro/acl
8+
59
## [1.0.3](https://github.com/laser-ui/laser-pro/compare/v1.0.2...v1.0.3) (2025-01-17)
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": "1.0.3",
3+
"version": "1.1.0",
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+
# [1.1.0](https://github.com/laser-ui/laser-pro/compare/v1.0.3...v1.1.0) (2025-05-16)
6+
7+
**Note:** Version bump only for package @laser-pro/auth
8+
59
## [1.0.3](https://github.com/laser-ui/laser-pro/compare/v1.0.2...v1.0.3) (2025-01-17)
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": "1.0.3",
3+
"version": "1.1.0",
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+
# [1.1.0](https://github.com/laser-ui/laser-pro/compare/v1.0.3...v1.1.0) (2025-05-16)
6+
7+
**Note:** Version bump only for package @laser-pro/http
8+
59
## [1.0.3](https://github.com/laser-ui/laser-pro/compare/v1.0.2...v1.0.3) (2025-01-17)
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": "1.0.3",
3+
"version": "1.1.0",
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+
# [1.1.0](https://github.com/laser-ui/laser-pro/compare/v1.0.3...v1.1.0) (2025-05-16)
6+
7+
### Bug Fixes
8+
9+
- **router:** fix `useQuery` ([79e9260](https://github.com/laser-ui/laser-pro/commit/79e9260a0481bfe9dc7eba0a9a3731f6af9278e4))
10+
511
## [1.0.3](https://github.com/laser-ui/laser-pro/compare/v1.0.2...v1.0.3) (2025-01-17)
612

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

0 commit comments

Comments
 (0)