diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bad26f..676fa40 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.2](https://github.com/tethys-org/libs/compare/v21.0.1...v21.0.2) (2026-07-03) + +### Bug Fixes + +- **components:** fix grid style when edit #TINFR-3796 ([606d283](https://github.com/tethys-org/libs/commit/606d2837b7a4bb5217b5dace0802f4556bcd4175)), closes [#TINFR-3796](https://github.com/tethys-org/libs/issues/TINFR-3796) + ## [21.0.1](https://github.com/tethys-org/libs/compare/v21.0.1-next.2...v21.0.1) (2026-04-09) **Note:** Version bump only for package libs diff --git a/lerna.json b/lerna.json index 1c66cff..ccca12a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "21.0.1", + "version": "21.0.2", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/package.json b/package.json index 4c30569..cccc358 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libs", "private": true, - "version": "21.0.1", + "version": "21.0.2", "scripts": { "ng": "ng", "start": "ng serve site --port 4801", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index d4e71af..8ee7eb6 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.2](https://github.com/tethys-org/libs/compare/v21.0.1...v21.0.2) (2026-07-03) + +**Note:** Version bump only for package @tethys/auth + ## [21.0.1](https://github.com/tethys-org/libs/compare/v21.0.1-next.2...v21.0.1) (2026-04-09) **Note:** Version bump only for package @tethys/auth diff --git a/packages/auth/package.json b/packages/auth/package.json index b657f67..84d99d9 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@tethys/auth", - "version": "21.0.1", + "version": "21.0.2", "license": "MIT", "publishConfig": { "access": "public" diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index 15e51e8..d90f368 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.2](https://github.com/tethys-org/libs/compare/v21.0.1...v21.0.2) (2026-07-03) + +**Note:** Version bump only for package @tethys/cache + ## [21.0.1](https://github.com/tethys-org/libs/compare/v21.0.1-next.2...v21.0.1) (2026-04-09) **Note:** Version bump only for package @tethys/cache diff --git a/packages/cache/package.json b/packages/cache/package.json index 25ffbb4..e5a6cca 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@tethys/cache", - "version": "21.0.1", + "version": "21.0.2", "license": "MIT", "publishConfig": { "access": "public" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 3050dd0..aa520c6 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.2](https://github.com/tethys-org/libs/compare/v21.0.1...v21.0.2) (2026-07-03) + +### Bug Fixes + +- **components:** fix grid style when edit #TINFR-3796 ([606d283](https://github.com/tethys-org/libs/commit/606d2837b7a4bb5217b5dace0802f4556bcd4175)), closes [#TINFR-3796](https://github.com/tethys-org/libs/issues/TINFR-3796) + ## [21.0.1](https://github.com/tethys-org/libs/compare/v21.0.1-next.2...v21.0.1) (2026-04-09) **Note:** Version bump only for package @tethys/pro diff --git a/packages/components/package.json b/packages/components/package.json index 03cd26a..10f7707 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@tethys/pro", - "version": "21.0.1", + "version": "21.0.2", "license": "MIT", "dependencies": { "cropperjs": "1.5.13" diff --git a/packages/components/version.ts b/packages/components/version.ts index 3fbeb88..6238f7d 100644 --- a/packages/components/version.ts +++ b/packages/components/version.ts @@ -1 +1 @@ -export const version = '21.0.1'; +export const version = '21.0.2';