diff --git a/CHANGELOG.md b/CHANGELOG.md index c3898bd..0610cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [18.0.16](https://github.com/tethys-org/libs/compare/v18.0.15...v18.0.16) (2024-11-28) + + +### Bug Fixes + +* **components:** droppable in other entry when sortable is true #TINFR-1076 ([#152](https://github.com/tethys-org/libs/issues/152)) ([83636e3](https://github.com/tethys-org/libs/commit/83636e3c73353096b529fd0d5f1d957cb419a392)), closes [#TINFR-1076](https://github.com/tethys-org/libs/issues/TINFR-1076) +* **components:** fix bottomTemplate position and droppable when entry is empty #TINFR-1083 ([d2f6745](https://github.com/tethys-org/libs/commit/d2f674559f5e99caf75816930995e1118c0f5582)), closes [#TINFR-1083](https://github.com/tethys-org/libs/issues/TINFR-1083) + + +### Features + +* **components:** return status of entry when scroll #TINFR-1062 ([#151](https://github.com/tethys-org/libs/issues/151)) ([051b833](https://github.com/tethys-org/libs/commit/051b83374ce1700d8acb5c65c4cdfa1a85ac3787)), closes [#TINFR-1062](https://github.com/tethys-org/libs/issues/TINFR-1062) + + + + + ## [18.0.15](https://github.com/tethys-org/libs/compare/v18.0.14...v18.0.15) (2024-11-25) diff --git a/lerna.json b/lerna.json index 8849ddd..e86db60 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "18.0.15", + "version": "18.0.16", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/package.json b/package.json index 997b54f..82de42d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libs", "private": true, - "version": "18.0.15", + "version": "18.0.16", "scripts": { "ng": "ng", "start": "ng serve site --port 4801", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 03d450e..5f0d235 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [18.0.16](https://github.com/tethys-org/libs/compare/v18.0.15...v18.0.16) (2024-11-28) + +**Note:** Version bump only for package @tethys/auth + + + + + ## [18.0.14](https://github.com/tethys-org/libs/compare/v18.0.12...v18.0.14) (2024-11-08) **Note:** Version bump only for package @tethys/auth diff --git a/packages/auth/package.json b/packages/auth/package.json index 6ecd51e..423527e 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@tethys/auth", - "version": "18.0.15", + "version": "18.0.16", "license": "MIT", "publishConfig": { "access": "public" diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index edbd51b..ebe1750 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [18.0.16](https://github.com/tethys-org/libs/compare/v18.0.15...v18.0.16) (2024-11-28) + +**Note:** Version bump only for package @tethys/cache + + + + + ## [18.0.14](https://github.com/tethys-org/libs/compare/v18.0.12...v18.0.14) (2024-11-08) **Note:** Version bump only for package @tethys/cache diff --git a/packages/cache/package.json b/packages/cache/package.json index 5b3ea17..dbfd20c 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@tethys/cache", - "version": "18.0.15", + "version": "18.0.16", "license": "MIT", "publishConfig": { "access": "public" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index c797ae1..82e5736 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [18.0.16](https://github.com/tethys-org/libs/compare/v18.0.15...v18.0.16) (2024-11-28) + + +### Bug Fixes + +* **components:** droppable in other entry when sortable is true #TINFR-1076 ([#152](https://github.com/tethys-org/libs/issues/152)) ([83636e3](https://github.com/tethys-org/libs/commit/83636e3c73353096b529fd0d5f1d957cb419a392)), closes [#TINFR-1076](https://github.com/tethys-org/libs/issues/TINFR-1076) +* **components:** fix bottomTemplate position and droppable when entry is empty #TINFR-1083 ([d2f6745](https://github.com/tethys-org/libs/commit/d2f674559f5e99caf75816930995e1118c0f5582)), closes [#TINFR-1083](https://github.com/tethys-org/libs/issues/TINFR-1083) + + +### Features + +* **components:** return status of entry when scroll #TINFR-1062 ([#151](https://github.com/tethys-org/libs/issues/151)) ([051b833](https://github.com/tethys-org/libs/commit/051b83374ce1700d8acb5c65c4cdfa1a85ac3787)), closes [#TINFR-1062](https://github.com/tethys-org/libs/issues/TINFR-1062) + + + + + ## [18.0.15](https://github.com/tethys-org/libs/compare/v18.0.14...v18.0.15) (2024-11-25) diff --git a/packages/components/package.json b/packages/components/package.json index 76ca836..2492cad 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@tethys/pro", - "version": "18.0.15", + "version": "18.0.16", "license": "MIT", "dependencies": { "cropperjs": "1.5.13" diff --git a/packages/components/version.ts b/packages/components/version.ts index 846cd8c..25f79d4 100644 --- a/packages/components/version.ts +++ b/packages/components/version.ts @@ -1 +1 @@ -export const version = '18.0.15'; +export const version = '18.0.16';