Skip to content

Commit d9ac9b6

Browse files
Merge pull request #207 from worktile/release-auto-v21.0.1-next.1
2 parents caab44f + 462fc63 commit d9ac9b6

10 files changed

Lines changed: 14 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
**Note:** Version bump only for package libs
7+
68
## [21.0.1-next.0](https://github.com/tethys-org/libs/compare/v21.0.0...v21.0.1-next.0) (2026-03-06)
79

810
**Note:** Version bump only for package libs

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "21.0.1-next.0",
2+
"version": "21.0.1-next.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libs",
33
"private": true,
4-
"version": "21.0.1-next.0",
4+
"version": "21.0.1-next.1",
55
"scripts": {
66
"ng": "ng",
77
"start": "ng serve site --port 4801",

packages/auth/CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [21.0.1-next.0](https://github.com/tethys-org/libs/compare/v21.0.0...v21.0.1-next.0) (2026-03-06)
7-
86
**Note:** Version bump only for package @tethys/auth
97

8+
## [21.0.1-next.0](https://github.com/tethys-org/libs/compare/v21.0.0...v21.0.1-next.0) (2026-03-06)
109

11-
12-
10+
**Note:** Version bump only for package @tethys/auth
1311

1412
# [21.0.0](https://github.com/tethys-org/libs/compare/v20.0.1...v21.0.0) (2026-02-03)
1513

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": "@tethys/auth",
3-
"version": "21.0.1-next.0",
3+
"version": "21.0.1-next.1",
44
"license": "MIT",
55
"publishConfig": {
66
"access": "public"

packages/cache/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
**Note:** Version bump only for package @tethys/cache
7+
68
## [21.0.1-next.0](https://github.com/tethys-org/libs/compare/v21.0.0...v21.0.1-next.0) (2026-03-06)
79

810
**Note:** Version bump only for package @tethys/cache

packages/cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tethys/cache",
3-
"version": "21.0.1-next.0",
3+
"version": "21.0.1-next.1",
44
"license": "MIT",
55
"publishConfig": {
66
"access": "public"

packages/components/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
**Note:** Version bump only for package @tethys/pro
7+
68
## [21.0.1-next.0](https://github.com/tethys-org/libs/compare/v21.0.0...v21.0.1-next.0) (2026-03-06)
79

810
**Note:** Version bump only for package @tethys/pro

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tethys/pro",
3-
"version": "21.0.1-next.0",
3+
"version": "21.0.1-next.1",
44
"license": "MIT",
55
"dependencies": {
66
"cropperjs": "1.5.13"

packages/components/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '21.0.1-next.0';
1+
export const version = '21.0.1-next.1';

0 commit comments

Comments
 (0)