Skip to content

Commit 9a5785d

Browse files
committed
Update changelog and dependencies for release
1 parent 451203e commit 9a5785d

File tree

5 files changed

+20
-16
lines changed

5 files changed

+20
-16
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
## v6.0-SNAPSHOT - unreleased
3+
## v5.3.0 - 2024-10-17
44

5-
## v5.2.0
5+
### 📚 Libraries
6+
* hoist-core 24.0.0
7+
* @xh/hoist 69.0.0
8+
9+
## v5.2.0 - 2024-09-27
610

711
### New Features
812
* Enabled new Correlation ID tracking support in Hoist.

client-app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "toolbox",
3-
"version": "6.0-SNAPSHOT",
3+
"version": "5.2.0",
44
"license": "UNLICENSED",
55
"private": true,
66
"scripts": {
@@ -43,7 +43,7 @@
4343
"@ag-grid-enterprise/side-bar": "~31.2.0",
4444
"@ag-grid-enterprise/sparklines": "~31.2.0",
4545
"@fortawesome/free-brands-svg-icons": "^6.4.0",
46-
"@xh/hoist": "^69.0.0-SNAPSHOT",
46+
"@xh/hoist": "69.0.0",
4747
"@xh/package-template": "~3.0.1",
4848
"core-js": "3.x",
4949
"highcharts": "11.x",
@@ -53,7 +53,7 @@
5353
"react-dom": "~18.2.0"
5454
},
5555
"devDependencies": {
56-
"@xh/hoist-dev-utils": "^10.0.0-SNAPSHOT",
56+
"@xh/hoist-dev-utils": "9.x",
5757
"cross-env": "7.x",
5858
"eslint": "8.x",
5959
"eslint-config-prettier": "9.x",

client-app/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = (env = {}) => {
3030
return configureWebpack({
3131
appCode: 'toolbox',
3232
appName: 'Toolbox',
33-
appVersion: '6.0-SNAPSHOT',
33+
appVersion: '5.3.0',
3434
favicon: './public/favicon.svg',
3535
devServerOpenPage: 'app/',
3636
dupePackageCheckExcludes: ['es-abstract', 'tslib'],

client-app/yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -2047,10 +2047,10 @@
20472047
eslint-plugin-react-hooks "^4.6"
20482048
typescript "5.x"
20492049

2050-
"@xh/hoist-dev-utils@^10.0.0-SNAPSHOT":
2051-
version "10.0.0-SNAPSHOT.1722607919318"
2052-
resolved "https://registry.yarnpkg.com/@xh/hoist-dev-utils/-/hoist-dev-utils-10.0.0-SNAPSHOT.1722607919318.tgz#fbdd9ef09de5c479967dce3c9bae07128c5b81ae"
2053-
integrity sha512-TyaNt4ajH3k1HlPnM1QsstlMfsw929XPsP4HFyIwGQw9YcWVSeu2ibcFCCzEAo2y2yP3cha9EEw5lfBfSI0TBg==
2050+
"@xh/hoist-dev-utils@9.x":
2051+
version "9.0.1"
2052+
resolved "https://registry.yarnpkg.com/@xh/hoist-dev-utils/-/hoist-dev-utils-9.0.1.tgz#5fa5d7ea5beff96a23045ca445c0b5172ff3ec08"
2053+
integrity sha512-0sCvS2GryK3O6ygJSFkXdISV+EXQUuxJC2yTLTrBcI+JYAFmvSxE0AAiM3nHJfs4qIpfBfPkI/pXfCPrH+hzyg==
20542054
dependencies:
20552055
"@babel/core" "^7.24.0"
20562056
"@babel/plugin-proposal-decorators" "^7.24.0"
@@ -2090,10 +2090,10 @@
20902090
webpack-dev-server "~5.0.3"
20912091
webpackbar "~6.0.1"
20922092

2093-
"@xh/hoist@^69.0.0-SNAPSHOT":
2094-
version "69.0.0-SNAPSHOT.1728940918961"
2095-
resolved "https://registry.yarnpkg.com/@xh/hoist/-/hoist-69.0.0-SNAPSHOT.1728940918961.tgz#e84e8206af6486e859d670779f7d700c6c7b3484"
2096-
integrity sha512-du1QZi803kgjFVJDjuPWjd98cg8YOPb0pBjzdfJn/Tcsiws3LFPatn6dcuGC3BMtwCSMpE/TKEmjWuF68q+j0w==
2093+
2094+
version "69.0.0"
2095+
resolved "https://registry.yarnpkg.com/@xh/hoist/-/hoist-69.0.0.tgz#a79cf6d7d633833b97321b3988b202895baee981"
2096+
integrity sha512-7qT7KxUhofTZaOz8OH9XndFYU9eh691HhdGffyARR6Fnarc/YxlvuLJ8Op1N87iM38NSVUEi9AVn1XVLElE3hA==
20972097
dependencies:
20982098
"@auth0/auth0-spa-js" "~2.1.3"
20992099
"@azure/msal-browser" "~3.23.0"

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
xhAppCode=toolbox
22
xhAppName=Toolbox
33
xhAppPackage=io.xh.toolbox
4-
xhAppVersion=6.0-SNAPSHOT
4+
xhAppVersion=5.3.0
55

6-
hoistCoreVersion=24.0-SNAPSHOT
6+
hoistCoreVersion=24.0.0
77

88
groovyVersion=3.0.21
99
grailsVersion=6.2.0

0 commit comments

Comments
 (0)