Skip to content

Commit c78d8ea

Browse files
committed
Restore develop to SNAPSHOT
1 parent 8215b0e commit c78d8ea

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## v4.0-SNAPSHOT - unreleased
4+
35
## v3.5.0 - 2024-01-12
46

57
### New Features

client-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "toolbox",
3-
"version": "3.5.0",
3+
"version": "4.0-SNAPSHOT",
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": "60.0.0",
46+
"@xh/hoist": "^61.0.0-SNAPSHOT",
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@60.0.0":
2171-
version "60.0.0"
2172-
resolved "https://registry.yarnpkg.com/@xh/hoist/-/hoist-60.0.0.tgz#2835f3eb5f42dcf596ddced5e8a012071bbaa9c1"
2173-
integrity sha512-ImvLbZ+HW35yv6UTtNTPFAV6SPoMuM1x8073R7pU4trHpVQTWt99UuXM6SO0h73nh1N3b0l4lyf0skYO9CPWGQ==
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==
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=3.5.0
4+
xhAppVersion=4.0-SNAPSHOT
55

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

88
grailsVersion=6.0.0
99
grailsGradlePluginVersion=6.0.0

0 commit comments

Comments
 (0)