From f8200a3f5bfbf2803f8d31704a62504eac789c8c Mon Sep 17 00:00:00 2001 From: luxiaobei Date: Tue, 31 Mar 2026 16:30:16 +0800 Subject: [PATCH 1/2] build: release 21.0.1-next.2 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- package.json | 2 +- packages/auth/CHANGELOG.md | 4 ++++ packages/auth/package.json | 2 +- packages/cache/CHANGELOG.md | 4 ++++ packages/cache/package.json | 2 +- packages/components/CHANGELOG.md | 6 ++++++ packages/components/package.json | 2 +- packages/components/version.ts | 2 +- 10 files changed, 26 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36fa7a8..f710203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [21.0.1-next.2](https://github.com/tethys-org/libs/compare/v21.0.1-next.1...v21.0.1-next.2) (2026-03-31) + +### Features + +- upgrade @tethys/store@21.0.0-next.1 and angular-gridster2@21.0.0 ([#209](https://github.com/tethys-org/libs/issues/209)) ([ceb9858](https://github.com/tethys-org/libs/commit/ceb98585cb8650ddbeb92cb63b54e148551ccb62)) + **Note:** Version bump only for package libs ## [21.0.1-next.0](https://github.com/tethys-org/libs/compare/v21.0.0...v21.0.1-next.0) (2026-03-06) diff --git a/lerna.json b/lerna.json index d1eb137..74cd2ef 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "21.0.1-next.1", + "version": "21.0.1-next.2", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/package.json b/package.json index 0db6076..7d8a238 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libs", "private": true, - "version": "21.0.1-next.1", + "version": "21.0.1-next.2", "scripts": { "ng": "ng", "start": "ng serve site --port 4801", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 64b23ce..7bbe050 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [21.0.1-next.2](https://github.com/tethys-org/libs/compare/v21.0.1-next.1...v21.0.1-next.2) (2026-03-31) + +**Note:** Version bump only for package @tethys/auth + **Note:** Version bump only for package @tethys/auth ## [21.0.1-next.0](https://github.com/tethys-org/libs/compare/v21.0.0...v21.0.1-next.0) (2026-03-06) diff --git a/packages/auth/package.json b/packages/auth/package.json index efd50ff..206b23d 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@tethys/auth", - "version": "21.0.1-next.1", + "version": "21.0.1-next.2", "license": "MIT", "publishConfig": { "access": "public" diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index 4a8cd73..e3b7b57 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [21.0.1-next.2](https://github.com/tethys-org/libs/compare/v21.0.1-next.1...v21.0.1-next.2) (2026-03-31) + +**Note:** Version bump only for package @tethys/cache + **Note:** Version bump only for package @tethys/cache ## [21.0.1-next.0](https://github.com/tethys-org/libs/compare/v21.0.0...v21.0.1-next.0) (2026-03-06) diff --git a/packages/cache/package.json b/packages/cache/package.json index bb53b63..e500f2f 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@tethys/cache", - "version": "21.0.1-next.1", + "version": "21.0.1-next.2", "license": "MIT", "publishConfig": { "access": "public" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 4b0d19a..846bc97 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [21.0.1-next.2](https://github.com/tethys-org/libs/compare/v21.0.1-next.1...v21.0.1-next.2) (2026-03-31) + +### Features + +- upgrade @tethys/store@21.0.0-next.1 and angular-gridster2@21.0.0 ([#209](https://github.com/tethys-org/libs/issues/209)) ([ceb9858](https://github.com/tethys-org/libs/commit/ceb98585cb8650ddbeb92cb63b54e148551ccb62)) + **Note:** Version bump only for package @tethys/pro ## [21.0.1-next.0](https://github.com/tethys-org/libs/compare/v21.0.0...v21.0.1-next.0) (2026-03-06) diff --git a/packages/components/package.json b/packages/components/package.json index 832232c..07cf5a2 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@tethys/pro", - "version": "21.0.1-next.1", + "version": "21.0.1-next.2", "license": "MIT", "dependencies": { "cropperjs": "1.5.13" diff --git a/packages/components/version.ts b/packages/components/version.ts index b633725..080b237 100644 --- a/packages/components/version.ts +++ b/packages/components/version.ts @@ -1 +1 @@ -export const version = '21.0.1-next.1'; +export const version = '21.0.1-next.2'; From 1130cf1b374b0341aca3db064333bb64f6f7e9c0 Mon Sep 17 00:00:00 2001 From: luxiaobei Date: Tue, 31 Mar 2026 16:37:32 +0800 Subject: [PATCH 2/2] build: update yarn.lock --- yarn.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/yarn.lock b/yarn.lock index 06d32e4..1a5e074 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2967,10 +2967,10 @@ resolved "https://registry.npmmirror.com/@tethys/icons/-/icons-1.4.79.tgz#ae940dd484efbb1b4484d7e99203e2ca347aad6f" integrity sha512-B6JnTXG4vzN7g/5QG5KMJu2HOIoG7xI27KWE3xsa6K7a5wLNlOxmU874FdWYyM+mD0jtRprUstSrAYTszd088w== -"@tethys/store@20.0.0": - version "20.0.0" - resolved "https://registry.npmmirror.com/@tethys/store/-/store-20.0.0.tgz#af9f536936e2339130d09c153e53656da5df88ee" - integrity sha512-V8L508I10zLgYn5kQGvGAiilz6CHmF6Gk06CvZUmcMXMY1I5IN+09zUFfuUWFS6ZQ/vLJEljivXGTU3QZwqtaA== +"@tethys/store@21.0.0-next.1": + version "21.0.0-next.1" + resolved "https://registry.npmmirror.com/@tethys/store/-/store-21.0.0-next.1.tgz#60f4852e83cbd95c136f0343dd738c98a42aebc1" + integrity sha512-V0d0IZ2rsrGe+GZHDjtAu9bcHdXTvdCEuo3CDZScJTol+JKOm8BfikQN2B3rwtK2XxnYs0jCYG+vNCRh11r4wQ== dependencies: tslib "^2.0.0" @@ -3563,10 +3563,10 @@ algoliasearch@^3.24.5: semver "^5.1.0" tunnel-agent "^0.6.0" -angular-gridster2@19.0.0: - version "19.0.0" - resolved "https://registry.npmmirror.com/angular-gridster2/-/angular-gridster2-19.0.0.tgz#39aaad9ed1cb5f480cdd6adedfa9e73bf64c59b6" - integrity sha512-82SHZzwOmGRvR77VtbpV5Eh7CoTtxLslwOVzTYB3qNQIGGFaOsS8nRAuYpZOlZpVc+n6fBz1HU0yP0icnQ9ppg== +angular-gridster2@21.0.0: + version "21.0.0" + resolved "https://registry.npmmirror.com/angular-gridster2/-/angular-gridster2-21.0.0.tgz#9dcc479ee22cb47308269aae69cdacf701cb057c" + integrity sha512-rGq0hYzwXHh85pXez4g3aZtgimUPVBmI1lRRQjlAW8E8LZIVLSiQEPLackS3bLNGoeTdpEuPtYYZMAPCQJejmw== dependencies: tslib "^2.4.0"