Skip to content

Commit

Permalink
Restore develop to SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteDarinzo committed Jan 12, 2024
1 parent 8215b0e commit c78d8ea
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## v4.0-SNAPSHOT - unreleased

## v3.5.0 - 2024-01-12

### New Features
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": "3.5.0",
"version": "4.0-SNAPSHOT",
"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": "60.0.0",
"@xh/hoist": "^61.0.0-SNAPSHOT",
"@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@60.0.0":
version "60.0.0"
resolved "https://registry.yarnpkg.com/@xh/hoist/-/hoist-60.0.0.tgz#2835f3eb5f42dcf596ddced5e8a012071bbaa9c1"
integrity sha512-ImvLbZ+HW35yv6UTtNTPFAV6SPoMuM1x8073R7pU4trHpVQTWt99UuXM6SO0h73nh1N3b0l4lyf0skYO9CPWGQ==
"@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==
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=3.5.0
xhAppVersion=4.0-SNAPSHOT

hoistCoreVersion=18.0.0
hoistCoreVersion=19.0-SNAPSHOT

grailsVersion=6.0.0
grailsGradlePluginVersion=6.0.0
Expand Down

0 comments on commit c78d8ea

Please sign in to comment.