Skip to content

Commit 1b4392d

Browse files
Merge pull request #179 from worktile/release-auto-v19.0.2
2 parents a308e71 + 3a11e3b commit 1b4392d

File tree

10 files changed

+26
-6
lines changed

10 files changed

+26
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [19.0.2](https://github.com/tethys-org/libs/compare/v19.0.1...v19.0.2) (2025-04-21)
7+
8+
### Bug Fixes
9+
10+
- **components:** 看板栏收起后标题展示无意义字符 #TINFR-1878 ([#178](https://github.com/tethys-org/libs/issues/178)) ([a308e71](https://github.com/tethys-org/libs/commit/a308e713ee041a9cce1c3b50dfed51a6ecd6eeda)), closes [#TINFR-1878](https://github.com/tethys-org/libs/issues/TINFR-1878)
11+
612
## [19.0.1](https://github.com/tethys-org/libs/compare/v19.0.0...v19.0.1) (2025-03-31)
713

814
**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": "19.0.1",
2+
"version": "19.0.2",
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": "19.0.1",
4+
"version": "19.0.2",
55
"scripts": {
66
"ng": "ng",
77
"start": "ng serve site --port 4801",

packages/auth/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [19.0.2](https://github.com/tethys-org/libs/compare/v19.0.1...v19.0.2) (2025-04-21)
7+
8+
**Note:** Version bump only for package @tethys/auth
9+
610
## [19.0.1](https://github.com/tethys-org/libs/compare/v19.0.0...v19.0.1) (2025-03-31)
711

812
**Note:** Version bump only for package @tethys/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": "@tethys/auth",
3-
"version": "19.0.1",
3+
"version": "19.0.2",
44
"license": "MIT",
55
"publishConfig": {
66
"access": "public"

packages/cache/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [19.0.2](https://github.com/tethys-org/libs/compare/v19.0.1...v19.0.2) (2025-04-21)
7+
8+
**Note:** Version bump only for package @tethys/cache
9+
610
## [19.0.1](https://github.com/tethys-org/libs/compare/v19.0.0...v19.0.1) (2025-03-31)
711

812
**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": "19.0.1",
3+
"version": "19.0.2",
44
"license": "MIT",
55
"publishConfig": {
66
"access": "public"

packages/components/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [19.0.2](https://github.com/tethys-org/libs/compare/v19.0.1...v19.0.2) (2025-04-21)
7+
8+
### Bug Fixes
9+
10+
- **components:** 看板栏收起后标题展示无意义字符 #TINFR-1878 ([#178](https://github.com/tethys-org/libs/issues/178)) ([a308e71](https://github.com/tethys-org/libs/commit/a308e713ee041a9cce1c3b50dfed51a6ecd6eeda)), closes [#TINFR-1878](https://github.com/tethys-org/libs/issues/TINFR-1878)
11+
612
## [19.0.1](https://github.com/tethys-org/libs/compare/v19.0.0...v19.0.1) (2025-03-31)
713

814
**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": "19.0.1",
3+
"version": "19.0.2",
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 = '19.0.1';
1+
export const version = '19.0.2';

0 commit comments

Comments
 (0)