Skip to content

Commit

Permalink
Merge pull request #163 from worktile/release-auto-v18.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 17, 2025
2 parents 192976f + dcd6567 commit 56a7422
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.1.0](https://github.com/tethys-org/libs/compare/v18.0.18...v18.1.0) (2025-01-17)

### Features

- add ThyMenuLoadStrategy and ThyMenuLoadDefaultStrategy generate menus by route config #TINFR-1417 ([#162](https://github.com/tethys-org/libs/issues/162)) ([192976f](https://github.com/tethys-org/libs/commit/192976f3b73ac49f85a3aba9e3319b117fba595d)), closes [#TINFR-1417](https://github.com/tethys-org/libs/issues/TINFR-1417)
- **components:** support i18n #TINFR-1385 ([#161](https://github.com/tethys-org/libs/issues/161)) ([d18556e](https://github.com/tethys-org/libs/commit/d18556ed03d01932013c36d31744fcd10633c765)), closes [#TINFR-1385](https://github.com/tethys-org/libs/issues/TINFR-1385)

## [18.0.18](https://github.com/tethys-org/libs/compare/v18.0.17...v18.0.18) (2025-01-16)

### Features
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.18",
"version": "18.1.0",
"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.18",
"version": "18.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve site --port 4801",
Expand Down
4 changes: 4 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [18.1.0](https://github.com/tethys-org/libs/compare/v18.0.18...v18.1.0) (2025-01-17)

**Note:** Version bump only for package @tethys/auth

## [18.0.18](https://github.com/tethys-org/libs/compare/v18.0.17...v18.0.18) (2025-01-16)

### Features
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.18",
"version": "18.1.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [18.1.0](https://github.com/tethys-org/libs/compare/v18.0.18...v18.1.0) (2025-01-17)

**Note:** Version bump only for package @tethys/cache

## [18.0.18](https://github.com/tethys-org/libs/compare/v18.0.17...v18.0.18) (2025-01-16)

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

# [18.1.0](https://github.com/tethys-org/libs/compare/v18.0.18...v18.1.0) (2025-01-17)

### Features

- add ThyMenuLoadStrategy and ThyMenuLoadDefaultStrategy generate menus by route config #TINFR-1417 ([#162](https://github.com/tethys-org/libs/issues/162)) ([192976f](https://github.com/tethys-org/libs/commit/192976f3b73ac49f85a3aba9e3319b117fba595d)), closes [#TINFR-1417](https://github.com/tethys-org/libs/issues/TINFR-1417)
- **components:** support i18n #TINFR-1385 ([#161](https://github.com/tethys-org/libs/issues/161)) ([d18556e](https://github.com/tethys-org/libs/commit/d18556ed03d01932013c36d31744fcd10633c765)), closes [#TINFR-1385](https://github.com/tethys-org/libs/issues/TINFR-1385)

## [18.0.18](https://github.com/tethys-org/libs/compare/v18.0.17...v18.0.18) (2025-01-16)

### Features
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.18",
"version": "18.1.0",
"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.18';
export const version = '18.1.0';

0 comments on commit 56a7422

Please sign in to comment.