Skip to content

Commit 4bef74f

Browse files
committed
chore: release 1.0.2
1 parent b42dfa4 commit 4bef74f

File tree

12 files changed

+30
-6
lines changed

12 files changed

+30
-6
lines changed

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.0.2](https://github.com/laser-ui/laser-pro/compare/v1.0.1...v1.0.2) (2024-12-19)
6+
7+
**Note:** Version bump only for package @laser-pro/source
8+
59
## [1.0.1](https://github.com/laser-ui/laser-pro/compare/v1.0.0...v1.0.1) (2024-12-18)
610

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

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.1",
4+
"version": "1.0.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+
## [1.0.2](https://github.com/laser-ui/laser-pro/compare/v1.0.1...v1.0.2) (2024-12-19)
6+
7+
**Note:** Version bump only for package @laser-pro/acl
8+
59
## [1.0.1](https://github.com/laser-ui/laser-pro/compare/v1.0.0...v1.0.1) (2024-12-18)
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.1",
3+
"version": "1.0.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+
## [1.0.2](https://github.com/laser-ui/laser-pro/compare/v1.0.1...v1.0.2) (2024-12-19)
6+
7+
**Note:** Version bump only for package @laser-pro/auth
8+
59
## [1.0.1](https://github.com/laser-ui/laser-pro/compare/v1.0.0...v1.0.1) (2024-12-18)
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.1",
3+
"version": "1.0.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+
## [1.0.2](https://github.com/laser-ui/laser-pro/compare/v1.0.1...v1.0.2) (2024-12-19)
6+
7+
**Note:** Version bump only for package @laser-pro/http
8+
59
## [1.0.1](https://github.com/laser-ui/laser-pro/compare/v1.0.0...v1.0.1) (2024-12-18)
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.1",
3+
"version": "1.0.2",
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+
## [1.0.2](https://github.com/laser-ui/laser-pro/compare/v1.0.1...v1.0.2) (2024-12-19)
6+
7+
**Note:** Version bump only for package @laser-pro/router
8+
59
## [1.0.1](https://github.com/laser-ui/laser-pro/compare/v1.0.0...v1.0.1) (2024-12-18)
610

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

0 commit comments

Comments
 (0)