Skip to content

Commit

Permalink
chore: release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiejay97 committed Sep 19, 2024
1 parent 9216b1f commit f509c8d
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

# [0.3.0](https://github.com/laser-ui/laser-pro/compare/v0.2.0...v0.3.0) (2024-09-19)

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

# [0.2.0](https://github.com/laser-ui/laser-pro/compare/v0.1.2...v0.2.0) (2024-09-19)

**Note:** Version bump only for package @laser-pro/source
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": ["packages/acl", "packages/auth", "packages/http", "packages/router", "packages/storage"],
"version": "0.2.0",
"version": "0.3.0",
"command": {
"version": {
"conventionalCommits": true,
Expand Down
4 changes: 4 additions & 0 deletions packages/acl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

# [0.3.0](https://github.com/laser-ui/laser-pro/compare/v0.2.0...v0.3.0) (2024-09-19)

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

# [0.2.0](https://github.com/laser-ui/laser-pro/compare/v0.1.2...v0.2.0) (2024-09-19)

**Note:** Version bump only for package @laser-pro/acl
Expand Down
2 changes: 1 addition & 1 deletion packages/acl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@laser-pro/acl",
"version": "0.2.0",
"version": "0.3.0",
"description": "Advanced modules for enterprise applications.",
"keywords": [
"laser-pro",
Expand Down
4 changes: 4 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

# [0.3.0](https://github.com/laser-ui/laser-pro/compare/v0.2.0...v0.3.0) (2024-09-19)

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

# [0.2.0](https://github.com/laser-ui/laser-pro/compare/v0.1.2...v0.2.0) (2024-09-19)

**Note:** Version bump only for package @laser-pro/auth
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@laser-pro/auth",
"version": "0.2.0",
"version": "0.3.0",
"description": "Advanced modules for enterprise applications.",
"keywords": [
"laser-pro",
Expand Down
4 changes: 4 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

# [0.3.0](https://github.com/laser-ui/laser-pro/compare/v0.2.0...v0.3.0) (2024-09-19)

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

# [0.2.0](https://github.com/laser-ui/laser-pro/compare/v0.1.2...v0.2.0) (2024-09-19)

**Note:** Version bump only for package @laser-pro/http
Expand Down
3 changes: 1 addition & 2 deletions packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@laser-pro/http",
"version": "0.2.0",
"version": "0.3.0",
"description": "Advanced modules for enterprise applications.",
"keywords": [
"laser-pro",
Expand All @@ -21,7 +21,6 @@
"main": "./index.js",
"module": "./index.js",
"types": "./index.d.ts",
"dependencies": {},
"peerDependencies": {
"@laser-ui/hooks": ">=1.0.0",
"axios": "^1.6.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

# [0.3.0](https://github.com/laser-ui/laser-pro/compare/v0.2.0...v0.3.0) (2024-09-19)

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

# [0.2.0](https://github.com/laser-ui/laser-pro/compare/v0.1.2...v0.2.0) (2024-09-19)

**Note:** Version bump only for package @laser-pro/router
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@laser-pro/router",
"version": "0.2.0",
"version": "0.3.0",
"description": "Advanced modules for enterprise applications.",
"keywords": [
"laser-pro",
Expand Down
4 changes: 4 additions & 0 deletions packages/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

# [0.3.0](https://github.com/laser-ui/laser-pro/compare/v0.2.0...v0.3.0) (2024-09-19)

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

# [0.2.0](https://github.com/laser-ui/laser-pro/compare/v0.1.2...v0.2.0) (2024-09-19)

**Note:** Version bump only for package @laser-pro/storage
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@laser-pro/storage",
"version": "0.2.0",
"version": "0.3.0",
"description": "Advanced modules for enterprise applications.",
"keywords": [
"laser-pro",
Expand Down

0 comments on commit f509c8d

Please sign in to comment.