Skip to content

Commit

Permalink
Update Changelog, set Hoist and Hoist-Core versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteDarinzo committed Sep 20, 2023
1 parent 0648c87 commit 0b02bca
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## v4.0.0-SNAPSHOT - unreleased

## v3.3.0 - 2023-09-20

### Libraries

* @xh/hoist 59.1.0
* hoist-core 17.3.0

## v3.2.1 - 2023-07-14

### Libraries
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.0-SNAPSHOT",
"version": "3.3.0",
"license": "UNLICENSED",
"private": true,
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"@ag-grid-enterprise/sparklines": "~30.1.0",
"@auth0/auth0-spa-js": "~1.22.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@xh/hoist": "^60.0.0-SNAPSHOT",
"@xh/hoist": "59.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 @@ -2146,10 +2146,10 @@
webpack-dev-server "~4.15.0"
webpackbar "~5.0.2"

"@xh/hoist@^60.0.0-SNAPSHOT":
version "60.0.0-SNAPSHOT.1695063517008"
resolved "https://registry.yarnpkg.com/@xh/hoist/-/hoist-60.0.0-SNAPSHOT.1695063517008.tgz#cdae8f4a7dd36ac614146a48e510b19303ecb64a"
integrity sha512-BkjwXBkn5lDE1Ok6VNHV7JwLEoUz0OH77Rp1+Riz7Uqhl1I97r7UbfwHOjzUZJ5yHj4ud87bhVOYgHQnD/bRUA==
"@xh/hoist@59.1.0":
version "59.1.0"
resolved "https://registry.yarnpkg.com/@xh/hoist/-/hoist-59.1.0.tgz#147729436add8ff7c0f8a13d1ffbbe361ab8ed30"
integrity sha512-Y8araCFR/l2s3s5y2wnJdO+OKI2r5TCkJYif0W1CGn4BNNcKri1k/EfeWTbVBhYHl1L7RzYfZt2STpwIKxRSMw==
dependencies:
"@blueprintjs/core" "^4.20.0"
"@blueprintjs/datetime" "^4.4.35"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ xhAppName=Toolbox
xhAppPackage=io.xh.toolbox
xhAppVersion=4.0-SNAPSHOT

hoistCoreVersion=18.0-SNAPSHOT
hoistCoreVersion=17.3.0

grailsVersion=6.0.0
grailsGradlePluginVersion=6.0.0
Expand Down

0 comments on commit 0b02bca

Please sign in to comment.