Skip to content

Commit 4ba50f2

Browse files
committed
Update Toolbox for 3.6.0 release
1 parent c78d8ea commit 4ba50f2

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

CHANGELOG.md

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

3-
## v4.0-SNAPSHOT - unreleased
3+
## v3.6.0 - 2024-01-19
4+
5+
### Libraries
6+
7+
* @xh/hoist 60.1.0
8+
* hoist-core 18.1.0
49

510
## v3.5.0 - 2024-01-12
611

client-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "toolbox",
3-
"version": "4.0-SNAPSHOT",
3+
"version": "3.6.0",
44
"license": "UNLICENSED",
55
"private": true,
66
"scripts": {
@@ -43,7 +43,7 @@
4343
"@ag-grid-enterprise/sparklines": "~30.2.1",
4444
"@auth0/auth0-spa-js": "~1.22.0",
4545
"@fortawesome/free-brands-svg-icons": "^6.4.0",
46-
"@xh/hoist": "^61.0.0-SNAPSHOT",
46+
"@xh/hoist": "^60.1.0",
4747
"@xh/package-template": "~2.0.0",
4848
"core-js": "3.x",
4949
"highcharts": "11.x",

client-app/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2167,10 +2167,10 @@
21672167
webpack-dev-server "~4.15.0"
21682168
webpackbar "~5.0.2"
21692169

2170-
"@xh/hoist@^61.0.0-SNAPSHOT":
2171-
version "61.0.0-SNAPSHOT.1705069647132"
2172-
resolved "https://registry.yarnpkg.com/@xh/hoist/-/hoist-61.0.0-SNAPSHOT.1705069647132.tgz#41239caec288b75ee9de86a8a264c4b2562e4950"
2173-
integrity sha512-qlA3JJa7GBmfMY7+n33QK0SM64cuHSJdZBAQUK0ythJ328MXwOnBUr+hfJlltcPW/THsEX4OB0mqKVRMIEUjrA==
2170+
"@xh/hoist@^60.1.0":
2171+
version "60.1.0"
2172+
resolved "https://registry.yarnpkg.com/@xh/hoist/-/hoist-60.1.0.tgz#22e30b310a763b2b29e962497c1144b75db52b28"
2173+
integrity sha512-8XOXDKfaob6z1beqe/JJ17+F3rHsksBjmKGO610+0pL4mzeJ6PQEk5hgSBpb/LV/RxUCWiYKXsm8XK7T2vW4Lw==
21742174
dependencies:
21752175
"@blueprintjs/core" "^4.20.0"
21762176
"@blueprintjs/datetime" "^4.4.35"

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=4.0-SNAPSHOT
4+
xhAppVersion=3.6.0
55

6-
hoistCoreVersion=19.0-SNAPSHOT
6+
hoistCoreVersion=18.1.0
77

88
grailsVersion=6.0.0
99
grailsGradlePluginVersion=6.0.0

0 commit comments

Comments
 (0)