Skip to content

Commit

Permalink
Update changelog and dependencies for release
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteDarinzo committed Oct 17, 2024
1 parent 451203e commit 9a5785d
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 16 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions client-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toolbox",
"version": "6.0-SNAPSHOT",
"version": "5.2.0",
"license": "UNLICENSED",
"private": true,
"scripts": {
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion client-app/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
16 changes: 8 additions & 8 deletions client-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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/[email protected]":
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"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9a5785d

Please sign in to comment.