Skip to content

Commit

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

# [18.2.0](https://github.com/tethys-org/libs/compare/v18.1.0...v18.2.0) (2025-01-22)

### Features

- **components:** translate components ([b7f9e10](https://github.com/tethys-org/libs/commit/b7f9e10aaa92a3a0317619235065f677ded2e719))

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

### 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.1.0",
"version": "18.2.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.1.0",
"version": "18.2.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.2.0](https://github.com/tethys-org/libs/compare/v18.1.0...v18.2.0) (2025-01-22)

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

# [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
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.1.0",
"version": "18.2.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.2.0](https://github.com/tethys-org/libs/compare/v18.1.0...v18.2.0) (2025-01-22)

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

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

# [18.2.0](https://github.com/tethys-org/libs/compare/v18.1.0...v18.2.0) (2025-01-22)

### Features

- **components:** translate components ([b7f9e10](https://github.com/tethys-org/libs/commit/b7f9e10aaa92a3a0317619235065f677ded2e719))

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

### 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.1.0",
"version": "18.2.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.1.0';
export const version = '18.2.0';

0 comments on commit 7c36e3c

Please sign in to comment.