Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [19.0.2](https://github.com/tethys-org/libs/compare/v19.0.1...v19.0.2) (2025-04-21)

### Bug Fixes

- **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)

## [19.0.1](https://github.com/tethys-org/libs/compare/v19.0.0...v19.0.1) (2025-03-31)

**Note:** Version bump only for package libs
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "19.0.1",
"version": "19.0.2",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libs",
"private": true,
"version": "19.0.1",
"version": "19.0.2",
"scripts": {
"ng": "ng",
"start": "ng serve site --port 4801",
Expand Down
4 changes: 4 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [19.0.2](https://github.com/tethys-org/libs/compare/v19.0.1...v19.0.2) (2025-04-21)

**Note:** Version bump only for package @tethys/auth

## [19.0.1](https://github.com/tethys-org/libs/compare/v19.0.0...v19.0.1) (2025-03-31)

**Note:** Version bump only for package @tethys/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": "@tethys/auth",
"version": "19.0.1",
"version": "19.0.2",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [19.0.2](https://github.com/tethys-org/libs/compare/v19.0.1...v19.0.2) (2025-04-21)

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

## [19.0.1](https://github.com/tethys-org/libs/compare/v19.0.0...v19.0.1) (2025-03-31)

**Note:** Version bump only for package @tethys/cache
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tethys/cache",
"version": "19.0.1",
"version": "19.0.2",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [19.0.2](https://github.com/tethys-org/libs/compare/v19.0.1...v19.0.2) (2025-04-21)

### Bug Fixes

- **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)

## [19.0.1](https://github.com/tethys-org/libs/compare/v19.0.0...v19.0.1) (2025-03-31)

**Note:** Version bump only for package @tethys/pro
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tethys/pro",
"version": "19.0.1",
"version": "19.0.2",
"license": "MIT",
"dependencies": {
"cropperjs": "1.5.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '19.0.1';
export const version = '19.0.2';