Skip to content

Commit 9eb13e1

Browse files
committed
Update Changelog and dependencies for release
1 parent 30df801 commit 9eb13e1

File tree

4 files changed

+23
-18
lines changed

4 files changed

+23
-18
lines changed

CHANGELOG.md

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

3-
## v4.0-SNAPSHOT - unreleased
3+
## v4.0.0 - 2024-04-04
4+
5+
### Libraries
6+
7+
* @xh/hoist 63.0.0
8+
* hoist-core 19.0.0
9+
* @xh/hoist-dev-utils 8.1.0
410

511
### New Features
612
* Adds new `bootstrapLogin` app that uses `bootstrapAdminUser` and `bootstrapAdminPassword`to bypass
@@ -13,7 +19,6 @@ process to always use `Auth0` with `bootstrapAdminUser` for initial login.
1319

1420
## v3.6.0 - 2024-01-19
1521

16-
1722
### Libraries
1823

1924
* @xh/hoist 60.1.0

client-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -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": "^63.0.0-SNAPSHOT",
46+
"@xh/hoist": "^63.0.0",
4747
"@xh/package-template": "~2.0.0",
4848
"core-js": "3.x",
4949
"highcharts": "11.x",
@@ -53,7 +53,7 @@
5353
"react-dom": "~18.2.0"
5454
},
5555
"devDependencies": {
56-
"@xh/hoist-dev-utils": "^9.0.0-SNAPSHOT",
56+
"@xh/hoist-dev-utils": "8.x",
5757
"cross-env": "7.x",
5858
"eslint": "8.x",
5959
"eslint-config-prettier": "9.x",

client-app/yarn.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@
11791179
dependencies:
11801180
tslib "~2.6.2"
11811181

1182-
"@blueprintjs/core@^5.10.0", "@blueprintjs/core@^5.10.1":
1182+
"@blueprintjs/core@^5.10.1":
11831183
version "5.10.1"
11841184
resolved "https://registry.yarnpkg.com/@blueprintjs/core/-/core-5.10.1.tgz#d3df1743258a10841d2885dd2ba712d116a96689"
11851185
integrity sha512-yE10tC/tA/NWo8zsged3n0PUcjlQzh9GqNKOqMAoSSnsAKGI+RJiHtbS2RERyKU+NailIsuFx1k282ohkJvkOQ==
@@ -1195,7 +1195,7 @@
11951195
tslib "~2.6.2"
11961196
use-sync-external-store "^1.2.0"
11971197

1198-
"@blueprintjs/datetime2@^2.3.1":
1198+
"@blueprintjs/datetime2@^2.3.3":
11991199
version "2.3.3"
12001200
resolved "https://registry.yarnpkg.com/@blueprintjs/datetime2/-/datetime2-2.3.3.tgz#94d9f832a5a47758bb01d78768a185ae94231905"
12011201
integrity sha512-eCFZ7oEtvK6lMrK9rOZbOed+XeBjSs9z1bH66Rn/5KHk/SvR9dEdhrQU8gViLntYxB0W/RMltdOOIKc+6/vphA==
@@ -2137,10 +2137,10 @@
21372137
eslint-plugin-react-hooks "^4.6"
21382138
typescript "5.x"
21392139

2140-
"@xh/hoist-dev-utils@^9.0.0-SNAPSHOT":
2141-
version "9.0.0-SNAPSHOT.1711579166181"
2142-
resolved "https://registry.yarnpkg.com/@xh/hoist-dev-utils/-/hoist-dev-utils-9.0.0-SNAPSHOT.1711579166181.tgz#3bdd5f3a7de7ea680d077d7ee85ad57df0aee15d"
2143-
integrity sha512-8oYMDcXi0FpDAE0YYMM7cK4rjQZyGPdj4nalIrtDxGMGNdbMD95H6XJ6gFr8mCUZgFFLbhvvXLCZS12HKZ3trg==
2140+
"@xh/hoist-dev-utils@8.x":
2141+
version "8.1.0"
2142+
resolved "https://registry.yarnpkg.com/@xh/hoist-dev-utils/-/hoist-dev-utils-8.1.0.tgz#405272d3befa118205ff54766bdc57979c2de418"
2143+
integrity sha512-4CjlJ24Ql8CWegsG7E0RvRS3w/iZ86yZgAN7Ocu8aaHYkQEKLfJGWghSuSwEzttg1sFTWFRbvgxWsqa7jd4k6A==
21442144
dependencies:
21452145
"@babel/core" "^7.24.0"
21462146
"@babel/plugin-proposal-decorators" "^7.24.0"
@@ -2179,13 +2179,13 @@
21792179
webpack-dev-server "~5.0.3"
21802180
webpackbar "~6.0.1"
21812181

2182-
"@xh/hoist@^63.0.0-SNAPSHOT":
2183-
version "63.0.0-SNAPSHOT.1711146360398"
2184-
resolved "https://registry.yarnpkg.com/@xh/hoist/-/hoist-63.0.0-SNAPSHOT.1711146360398.tgz#b105c8dcb6a6d597e2a8f5c106453f2151606450"
2185-
integrity sha512-0qPug8FiNZIKX+B8OfQAPs0+R47GTM15DQtLJPNYCq5DI5srb0nJAxhiex4FZMKFJY/zoL/GOS6kcaN0F91Cog==
2182+
"@xh/hoist@^63.0.0":
2183+
version "63.0.0"
2184+
resolved "https://registry.yarnpkg.com/@xh/hoist/-/hoist-63.0.0.tgz#e582d5e90328b8efe4c289f63c14d5a0a74753e8"
2185+
integrity sha512-WCmyPnE196qcVNedmkVx9gSWC7k76OtaLP+uPzVC1a7ZqAFPgN2hKNsZ13lwYTu943MWzlveulm06yXvlylWAA==
21862186
dependencies:
2187-
"@blueprintjs/core" "^5.10.0"
2188-
"@blueprintjs/datetime2" "^2.3.1"
2187+
"@blueprintjs/core" "^5.10.1"
2188+
"@blueprintjs/datetime2" "^2.3.3"
21892189
"@fortawesome/fontawesome-pro" "^6.2.1"
21902190
"@fortawesome/fontawesome-svg-core" "^6.2.1"
21912191
"@fortawesome/pro-light-svg-icons" "^6.2.1"

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=4.0.0
55

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

88
grailsVersion=6.0.0
99
grailsGradlePluginVersion=6.0.0

0 commit comments

Comments
 (0)