Skip to content

Commit

Permalink
Merge pull request #150 from worktile/release-auto-v18.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 25, 2024
2 parents 3425136 + 829c70e commit f19058c
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [18.0.15](https://github.com/tethys-org/libs/compare/v18.0.14...v18.0.15) (2024-11-25)


### Bug Fixes

* **components:** fix scroll error when sortable and virtual-scroll ([b35f5bf](https://github.com/tethys-org/libs/commit/b35f5bfec5c72727a02ee723c473d6f1dbde1c6b))


### Features

* add workflow action about auto publish #TINFR-632 ([3425136](https://github.com/tethys-org/libs/commit/3425136e1233c335dd65414d1ee6937c39bad584)), closes [#TINFR-632](https://github.com/tethys-org/libs/issues/TINFR-632)
* **components:** automatic scrolling when approaching the boundary when drag card #TINFR-723 ([fd0927c](https://github.com/tethys-org/libs/commit/fd0927c026b8d50a1a02ce1f00b0ea5e8ab61536)), closes [#TINFR-723](https://github.com/tethys-org/libs/issues/TINFR-723)
* **components:** board support wip #TINFR-866 ([2cd4ad1](https://github.com/tethys-org/libs/commit/2cd4ad1a4e535d013d6f623d7b1703386d6246e3)), closes [#TINFR-866](https://github.com/tethys-org/libs/issues/TINFR-866)
* **components:** entry support split #TINFR-867 ([#146](https://github.com/tethys-org/libs/issues/146)) ([f5ada30](https://github.com/tethys-org/libs/commit/f5ada3094d4fd0aeec2e59df9f0fa1b545006388)), closes [#TINFR-867](https://github.com/tethys-org/libs/issues/TINFR-867) [#TINFR-867](https://github.com/tethys-org/libs/issues/TINFR-867)





## [18.0.14](https://github.com/tethys-org/libs/compare/v18.0.12...v18.0.14) (2024-11-08)


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.14",
"version": "18.0.15",
"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.14",
"version": "18.0.15",
"scripts": {
"ng": "ng",
"start": "ng serve site --port 4801",
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.14",
"version": "18.0.15",
"license": "MIT",
"publishConfig": {
"access": "public"
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.14",
"version": "18.0.15",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
18 changes: 18 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [18.0.15](https://github.com/tethys-org/libs/compare/v18.0.14...v18.0.15) (2024-11-25)


### Bug Fixes

* **components:** fix scroll error when sortable and virtual-scroll ([b35f5bf](https://github.com/tethys-org/libs/commit/b35f5bfec5c72727a02ee723c473d6f1dbde1c6b))


### Features

* **components:** automatic scrolling when approaching the boundary when drag card #TINFR-723 ([fd0927c](https://github.com/tethys-org/libs/commit/fd0927c026b8d50a1a02ce1f00b0ea5e8ab61536)), closes [#TINFR-723](https://github.com/tethys-org/libs/issues/TINFR-723)
* **components:** board support wip #TINFR-866 ([2cd4ad1](https://github.com/tethys-org/libs/commit/2cd4ad1a4e535d013d6f623d7b1703386d6246e3)), closes [#TINFR-866](https://github.com/tethys-org/libs/issues/TINFR-866)
* **components:** entry support split #TINFR-867 ([#146](https://github.com/tethys-org/libs/issues/146)) ([f5ada30](https://github.com/tethys-org/libs/commit/f5ada3094d4fd0aeec2e59df9f0fa1b545006388)), closes [#TINFR-867](https://github.com/tethys-org/libs/issues/TINFR-867) [#TINFR-867](https://github.com/tethys-org/libs/issues/TINFR-867)





## [18.0.14](https://github.com/tethys-org/libs/compare/v18.0.12...v18.0.14) (2024-11-08)


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

0 comments on commit f19058c

Please sign in to comment.