diff --git a/CHANGELOG.md b/CHANGELOG.md index 113e61299..a2af86727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## v6.0-SNAPSHOT - unreleased +## v5.3.0 - 2024-10-17 -## v5.2.0 +### 📚 Libraries +* hoist-core 24.0.0 +* @xh/hoist 69.0.0 + +## v5.2.0 - 2024-09-27 ### New Features * Enabled new Correlation ID tracking support in Hoist. diff --git a/client-app/package.json b/client-app/package.json index 0fa4b177d..5176501d4 100755 --- a/client-app/package.json +++ b/client-app/package.json @@ -1,6 +1,6 @@ { "name": "toolbox", - "version": "6.0-SNAPSHOT", + "version": "5.2.0", "license": "UNLICENSED", "private": true, "scripts": { @@ -43,7 +43,7 @@ "@ag-grid-enterprise/side-bar": "~31.2.0", "@ag-grid-enterprise/sparklines": "~31.2.0", "@fortawesome/free-brands-svg-icons": "^6.4.0", - "@xh/hoist": "^69.0.0-SNAPSHOT", + "@xh/hoist": "69.0.0", "@xh/package-template": "~3.0.1", "core-js": "3.x", "highcharts": "11.x", @@ -53,7 +53,7 @@ "react-dom": "~18.2.0" }, "devDependencies": { - "@xh/hoist-dev-utils": "^10.0.0-SNAPSHOT", + "@xh/hoist-dev-utils": "9.x", "cross-env": "7.x", "eslint": "8.x", "eslint-config-prettier": "9.x", diff --git a/client-app/webpack.config.js b/client-app/webpack.config.js index 5bd3cd759..0a92690a9 100755 --- a/client-app/webpack.config.js +++ b/client-app/webpack.config.js @@ -30,7 +30,7 @@ module.exports = (env = {}) => { return configureWebpack({ appCode: 'toolbox', appName: 'Toolbox', - appVersion: '6.0-SNAPSHOT', + appVersion: '5.3.0', favicon: './public/favicon.svg', devServerOpenPage: 'app/', dupePackageCheckExcludes: ['es-abstract', 'tslib'], diff --git a/client-app/yarn.lock b/client-app/yarn.lock index 75fe6a082..70e0f306b 100644 --- a/client-app/yarn.lock +++ b/client-app/yarn.lock @@ -2047,10 +2047,10 @@ eslint-plugin-react-hooks "^4.6" typescript "5.x" -"@xh/hoist-dev-utils@^10.0.0-SNAPSHOT": - version "10.0.0-SNAPSHOT.1722607919318" - resolved "https://registry.yarnpkg.com/@xh/hoist-dev-utils/-/hoist-dev-utils-10.0.0-SNAPSHOT.1722607919318.tgz#fbdd9ef09de5c479967dce3c9bae07128c5b81ae" - integrity sha512-TyaNt4ajH3k1HlPnM1QsstlMfsw929XPsP4HFyIwGQw9YcWVSeu2ibcFCCzEAo2y2yP3cha9EEw5lfBfSI0TBg== +"@xh/hoist-dev-utils@9.x": + version "9.0.1" + resolved "https://registry.yarnpkg.com/@xh/hoist-dev-utils/-/hoist-dev-utils-9.0.1.tgz#5fa5d7ea5beff96a23045ca445c0b5172ff3ec08" + integrity sha512-0sCvS2GryK3O6ygJSFkXdISV+EXQUuxJC2yTLTrBcI+JYAFmvSxE0AAiM3nHJfs4qIpfBfPkI/pXfCPrH+hzyg== dependencies: "@babel/core" "^7.24.0" "@babel/plugin-proposal-decorators" "^7.24.0" @@ -2090,10 +2090,10 @@ webpack-dev-server "~5.0.3" webpackbar "~6.0.1" -"@xh/hoist@^69.0.0-SNAPSHOT": - version "69.0.0-SNAPSHOT.1728940918961" - resolved "https://registry.yarnpkg.com/@xh/hoist/-/hoist-69.0.0-SNAPSHOT.1728940918961.tgz#e84e8206af6486e859d670779f7d700c6c7b3484" - integrity sha512-du1QZi803kgjFVJDjuPWjd98cg8YOPb0pBjzdfJn/Tcsiws3LFPatn6dcuGC3BMtwCSMpE/TKEmjWuF68q+j0w== +"@xh/hoist@69.0.0": + version "69.0.0" + resolved "https://registry.yarnpkg.com/@xh/hoist/-/hoist-69.0.0.tgz#a79cf6d7d633833b97321b3988b202895baee981" + integrity sha512-7qT7KxUhofTZaOz8OH9XndFYU9eh691HhdGffyARR6Fnarc/YxlvuLJ8Op1N87iM38NSVUEi9AVn1XVLElE3hA== dependencies: "@auth0/auth0-spa-js" "~2.1.3" "@azure/msal-browser" "~3.23.0" diff --git a/gradle.properties b/gradle.properties index 8d79ddc3f..ffdb7d1d2 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ xhAppCode=toolbox xhAppName=Toolbox xhAppPackage=io.xh.toolbox -xhAppVersion=6.0-SNAPSHOT +xhAppVersion=5.3.0 -hoistCoreVersion=24.0-SNAPSHOT +hoistCoreVersion=24.0.0 groovyVersion=3.0.21 grailsVersion=6.2.0