Skip to content

Commit

Permalink
build: release 18.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
luxiaobei committed Nov 28, 2024
1 parent d2f6745 commit a0f9a41
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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": "18.0.15",
"version": "18.0.16",
"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": "18.0.15",
"version": "18.0.16",
"scripts": {
"ng": "ng",
"start": "ng serve site --port 4801",
Expand Down
8 changes: 8 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "18.0.15",
"version": "18.0.16",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "18.0.15",
"version": "18.0.16",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
17 changes: 17 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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": "18.0.15",
"version": "18.0.16",
"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 = '18.0.15';
export const version = '18.0.16';

0 comments on commit a0f9a41

Please sign in to comment.