Skip to content

Commit 5b726b9

Browse files
committed
build: release 18.2.3
1 parent 03ec80b commit 5b726b9

File tree

11 files changed

+35
-7
lines changed

11 files changed

+35
-7
lines changed

.wpmrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
allowBranch: ['master', 'release-*', 'release-auto-*'],
2+
allowBranch: ['master', 'release-*', 'release-auto-*', 'v18.x'],
33
bumpFiles: [
44
'package.json',
55
'./packages/auth/package.json',

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [18.2.3](https://github.com/tethys-org/libs/compare/v18.2.2...v18.2.3) (2025-04-22)
7+
8+
### Bug Fixes
9+
10+
- **components:** 看板栏收起后标题展示无意义字符 #TINFR-1878 ([#178](https://github.com/tethys-org/libs/issues/178)) ([e688d3e](https://github.com/tethys-org/libs/commit/e688d3e98bdc2b39536b05ea7e697ee9061cda8c)), closes [#TINFR-1878](https://github.com/tethys-org/libs/issues/TINFR-1878)
11+
12+
### Features
13+
14+
- **components:** use window language #TINFR-1711 ([03ec80b](https://github.com/tethys-org/libs/commit/03ec80b4c6ee167e1219eb09e218edc6ec903554)), closes [#TINFR-1711](https://github.com/tethys-org/libs/issues/TINFR-1711)
15+
616
## [18.2.2](https://github.com/tethys-org/libs/compare/v18.2.1...v18.2.2) (2025-03-11)
717

818
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "18.2.2",
2+
"version": "18.2.3",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libs",
33
"private": true,
4-
"version": "18.2.2",
4+
"version": "18.2.3",
55
"scripts": {
66
"ng": "ng",
77
"start": "ng serve site --port 4801",

packages/auth/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [18.2.3](https://github.com/tethys-org/libs/compare/v18.2.2...v18.2.3) (2025-04-22)
7+
8+
**Note:** Version bump only for package @tethys/auth
9+
610
## [18.2.2](https://github.com/tethys-org/libs/compare/v18.2.1...v18.2.2) (2025-03-11)
711

812
### Features

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tethys/auth",
3-
"version": "18.2.2",
3+
"version": "18.2.3",
44
"license": "MIT",
55
"publishConfig": {
66
"access": "public"

packages/cache/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [18.2.3](https://github.com/tethys-org/libs/compare/v18.2.2...v18.2.3) (2025-04-22)
7+
8+
**Note:** Version bump only for package @tethys/cache
9+
610
## [18.2.2](https://github.com/tethys-org/libs/compare/v18.2.1...v18.2.2) (2025-03-11)
711

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

packages/cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tethys/cache",
3-
"version": "18.2.2",
3+
"version": "18.2.3",
44
"license": "MIT",
55
"publishConfig": {
66
"access": "public"

packages/components/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [18.2.3](https://github.com/tethys-org/libs/compare/v18.2.2...v18.2.3) (2025-04-22)
7+
8+
### Bug Fixes
9+
10+
- **components:** 看板栏收起后标题展示无意义字符 #TINFR-1878 ([#178](https://github.com/tethys-org/libs/issues/178)) ([e688d3e](https://github.com/tethys-org/libs/commit/e688d3e98bdc2b39536b05ea7e697ee9061cda8c)), closes [#TINFR-1878](https://github.com/tethys-org/libs/issues/TINFR-1878)
11+
12+
### Features
13+
14+
- **components:** use window language #TINFR-1711 ([03ec80b](https://github.com/tethys-org/libs/commit/03ec80b4c6ee167e1219eb09e218edc6ec903554)), closes [#TINFR-1711](https://github.com/tethys-org/libs/issues/TINFR-1711)
15+
616
## [18.2.2](https://github.com/tethys-org/libs/compare/v18.2.1...v18.2.2) (2025-03-11)
717

818
### Features

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tethys/pro",
3-
"version": "18.2.2",
3+
"version": "18.2.3",
44
"license": "MIT",
55
"dependencies": {
66
"cropperjs": "1.5.13"

0 commit comments

Comments
 (0)