diff --git a/CHANGELOG.md b/CHANGELOG.md index 676fa40..7b0d1f6 100644 --- a/CHANGELOG.md +++ b/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.3](https://github.com/tethys-org/libs/compare/v21.0.2...v21.0.3) (2026-07-09) + +**Note:** Version bump only for package libs + ## [21.0.2](https://github.com/tethys-org/libs/compare/v21.0.1...v21.0.2) (2026-07-03) ### Bug Fixes diff --git a/lerna.json b/lerna.json index ccca12a..476c7e2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "21.0.2", + "version": "21.0.3", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/package.json b/package.json index cccc358..3efd999 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libs", "private": true, - "version": "21.0.2", + "version": "21.0.3", "scripts": { "ng": "ng", "start": "ng serve site --port 4801", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 8ee7eb6..5b40461 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.3](https://github.com/tethys-org/libs/compare/v21.0.2...v21.0.3) (2026-07-09) + +**Note:** Version bump only for package @tethys/auth + ## [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 diff --git a/packages/auth/package.json b/packages/auth/package.json index 84d99d9..b0955d6 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@tethys/auth", - "version": "21.0.2", + "version": "21.0.3", "license": "MIT", "publishConfig": { "access": "public" diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index d90f368..b126887 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.3](https://github.com/tethys-org/libs/compare/v21.0.2...v21.0.3) (2026-07-09) + +**Note:** Version bump only for package @tethys/cache + ## [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 diff --git a/packages/cache/package.json b/packages/cache/package.json index e5a6cca..4ebb9c0 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@tethys/cache", - "version": "21.0.2", + "version": "21.0.3", "license": "MIT", "publishConfig": { "access": "public" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index aa520c6..ebe00c0 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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.3](https://github.com/tethys-org/libs/compare/v21.0.2...v21.0.3) (2026-07-09) + +**Note:** Version bump only for package @tethys/pro + ## [21.0.2](https://github.com/tethys-org/libs/compare/v21.0.1...v21.0.2) (2026-07-03) ### Bug Fixes diff --git a/packages/components/package.json b/packages/components/package.json index 10f7707..d46082d 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@tethys/pro", - "version": "21.0.2", + "version": "21.0.3", "license": "MIT", "dependencies": { "cropperjs": "1.5.13" diff --git a/packages/components/version.ts b/packages/components/version.ts index 6238f7d..edabf01 100644 --- a/packages/components/version.ts +++ b/packages/components/version.ts @@ -1 +1 @@ -export const version = '21.0.2'; +export const version = '21.0.3';