Skip to content

Commit

Permalink
Update Toolbox for 3.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteDarinzo committed Jan 19, 2024
1 parent c78d8ea commit 4ba50f2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## v4.0-SNAPSHOT - unreleased
## v3.6.0 - 2024-01-19

### Libraries

* @xh/hoist 60.1.0
* hoist-core 18.1.0

## v3.5.0 - 2024-01-12

Expand Down
4 changes: 2 additions & 2 deletions client-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toolbox",
"version": "4.0-SNAPSHOT",
"version": "3.6.0",
"license": "UNLICENSED",
"private": true,
"scripts": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"@ag-grid-enterprise/sparklines": "~30.2.1",
"@auth0/auth0-spa-js": "~1.22.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@xh/hoist": "^61.0.0-SNAPSHOT",
"@xh/hoist": "^60.1.0",
"@xh/package-template": "~2.0.0",
"core-js": "3.x",
"highcharts": "11.x",
Expand Down
8 changes: 4 additions & 4 deletions client-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2167,10 +2167,10 @@
webpack-dev-server "~4.15.0"
webpackbar "~5.0.2"

"@xh/hoist@^61.0.0-SNAPSHOT":
version "61.0.0-SNAPSHOT.1705069647132"
resolved "https://registry.yarnpkg.com/@xh/hoist/-/hoist-61.0.0-SNAPSHOT.1705069647132.tgz#41239caec288b75ee9de86a8a264c4b2562e4950"
integrity sha512-qlA3JJa7GBmfMY7+n33QK0SM64cuHSJdZBAQUK0ythJ328MXwOnBUr+hfJlltcPW/THsEX4OB0mqKVRMIEUjrA==
"@xh/hoist@^60.1.0":
version "60.1.0"
resolved "https://registry.yarnpkg.com/@xh/hoist/-/hoist-60.1.0.tgz#22e30b310a763b2b29e962497c1144b75db52b28"
integrity sha512-8XOXDKfaob6z1beqe/JJ17+F3rHsksBjmKGO610+0pL4mzeJ6PQEk5hgSBpb/LV/RxUCWiYKXsm8XK7T2vW4Lw==
dependencies:
"@blueprintjs/core" "^4.20.0"
"@blueprintjs/datetime" "^4.4.35"
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=4.0-SNAPSHOT
xhAppVersion=3.6.0

hoistCoreVersion=19.0-SNAPSHOT
hoistCoreVersion=18.1.0

grailsVersion=6.0.0
grailsGradlePluginVersion=6.0.0
Expand Down

0 comments on commit 4ba50f2

Please sign in to comment.