Skip to content

Commit

Permalink
Upgrade to latest libraries, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteDarinzo committed Jul 14, 2023
1 parent c38c950 commit baff8f5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.2.1 - 2023-07-14

### Libraries

* @xh/hoist 58.0.1
* hoist-core 16.4.1

## v3.2.0 - 2023-07-07

### New Features
Expand Down
6 changes: 3 additions & 3 deletions client-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toolbox",
"version": "3.2.0",
"version": "3.2.1",
"license": "UNLICENSED",
"private": true,
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"@ag-grid-enterprise/sparklines": "~30.0.0",
"@auth0/auth0-spa-js": "~1.22.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@xh/hoist": "58.0.0",
"@xh/hoist": "58.0.1",
"@xh/package-template": "~2.0.0",
"core-js": "3.x",
"highcharts": "~10.3.2",
Expand All @@ -52,7 +52,7 @@
"react-dom": "~18.2.0"
},
"devDependencies": {
"@xh/hoist-dev-utils": "^7.0.0-SNAPSHOT",
"@xh/hoist-dev-utils": "6.3.0",
"cross-env": "7.x",
"eslint-config-prettier": "8.x",
"husky": "8.x",
Expand Down
16 changes: 8 additions & 8 deletions client-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2083,10 +2083,10 @@
eslint-plugin-react-hooks "^4.6"
typescript "^4.9"

"@xh/hoist-dev-utils@^7.0.0-SNAPSHOT":
version "7.0.0-SNAPSHOT.1686860754533"
resolved "https://registry.yarnpkg.com/@xh/hoist-dev-utils/-/hoist-dev-utils-7.0.0-SNAPSHOT.1686860754533.tgz#46c24ae646393928facc8651af86758d2398cd79"
integrity sha512-cYwi5f1OOvWW/4CEiJF2BmbH6R87Cx7V3V8DVD2sM+14zub8JRvC4/iKw+72NL0ME9v6d+g3qTtCHfU/e8mo0w==
"@xh/hoist-dev-utils@6.3.0":
version "6.3.0"
resolved "https://registry.yarnpkg.com/@xh/hoist-dev-utils/-/hoist-dev-utils-6.3.0.tgz#0bc5b286166f9303e5e6d2bd825e5fde94ed4782"
integrity sha512-knnfCrKJZc+5MueIzPByxi9ka1dJd7dkijeY5xxkT1ChqUNHlPt60+OSL4XaStfDeJYFohBqzszoXG6xl8ukBg==
dependencies:
"@babel/core" "^7.22.1"
"@babel/plugin-proposal-decorators" "^7.22.3"
Expand Down Expand Up @@ -2126,10 +2126,10 @@
webpack-dev-server "~4.15.0"
webpackbar "~5.0.2"

"@xh/hoist@^58.0.0-SNAPSHOT":
version "58.0.0-SNAPSHOT.1687290683499"
resolved "https://registry.yarnpkg.com/@xh/hoist/-/hoist-58.0.0-SNAPSHOT.1687290683499.tgz#23d4b1e457b7853e23ceb7bd232accd0f1cf55ae"
integrity sha512-tgaDRki5t4wbb9O6aZFuNFqV1lvEa2tJj3PxiEq60JcHVU5se2aotAozmf55qs20oy+UG2iA1DKzTNqCk9xztA==
"@xh/[email protected].1":
version "58.0.1"
resolved "https://registry.yarnpkg.com/@xh/hoist/-/hoist-58.0.1.tgz#2bdbd454f1b01abb6933f7cd43b8729615d94c00"
integrity sha512-9nyYqk+Rg9gn7Vu0xKlPHtG6CjHLoNajrN/iK3fE7r9i0b3dPEgrX6tePZSWXIfJf/6rLX9NnfMN6rOYGNbc2A==
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.2.0
xhAppVersion=3.2.1

hoistCoreVersion=16.4.0
hoistCoreVersion=16.4.1

grailsVersion=5.3.2
grailsGradlePluginVersion=5.3.0
Expand Down

0 comments on commit baff8f5

Please sign in to comment.