File tree 5 files changed +20
-16
lines changed
5 files changed +20
-16
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## v6.0-SNAPSHOT - unreleased
3
+ ## v5.3.0 - 2024-10-17
4
4
5
- ## v5.2.0
5
+ ### 📚 Libraries
6
+ * hoist-core 24.0.0
7
+ * @xh/hoist 69.0.0
8
+
9
+ ## v5.2.0 - 2024-09-27
6
10
7
11
### New Features
8
12
* Enabled new Correlation ID tracking support in Hoist.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " toolbox" ,
3
- "version" : " 6.0-SNAPSHOT " ,
3
+ "version" : " 5.2.0 " ,
4
4
"license" : " UNLICENSED" ,
5
5
"private" : true ,
6
6
"scripts" : {
43
43
"@ag-grid-enterprise/side-bar" : " ~31.2.0" ,
44
44
"@ag-grid-enterprise/sparklines" : " ~31.2.0" ,
45
45
"@fortawesome/free-brands-svg-icons" : " ^6.4.0" ,
46
- "@xh/hoist" : " ^ 69.0.0-SNAPSHOT " ,
46
+ "@xh/hoist" : " 69.0.0" ,
47
47
"@xh/package-template" : " ~3.0.1" ,
48
48
"core-js" : " 3.x" ,
49
49
"highcharts" : " 11.x" ,
53
53
"react-dom" : " ~18.2.0"
54
54
},
55
55
"devDependencies" : {
56
- "@xh/hoist-dev-utils" : " ^10.0.0-SNAPSHOT " ,
56
+ "@xh/hoist-dev-utils" : " 9.x " ,
57
57
"cross-env" : " 7.x" ,
58
58
"eslint" : " 8.x" ,
59
59
"eslint-config-prettier" : " 9.x" ,
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ module.exports = (env = {}) => {
30
30
return configureWebpack ( {
31
31
appCode : 'toolbox' ,
32
32
appName : 'Toolbox' ,
33
- appVersion : '6.0-SNAPSHOT ' ,
33
+ appVersion : '5.3.0 ' ,
34
34
favicon : './public/favicon.svg' ,
35
35
devServerOpenPage : 'app/' ,
36
36
dupePackageCheckExcludes : [ 'es-abstract' , 'tslib' ] ,
Original file line number Diff line number Diff line change 2047
2047
eslint-plugin-react-hooks "^4.6"
2048
2048
typescript "5.x"
2049
2049
2050
- " @xh/hoist-dev-utils@^10.0.0-SNAPSHOT " :
2051
- version "10 .0.0-SNAPSHOT.1722607919318 "
2052
- resolved "https://registry.yarnpkg.com/@xh/hoist-dev-utils/-/hoist-dev-utils-10 .0.0-SNAPSHOT.1722607919318. tgz#fbdd9ef09de5c479967dce3c9bae07128c5b81ae "
2053
- integrity sha512-TyaNt4ajH3k1HlPnM1QsstlMfsw929XPsP4HFyIwGQw9YcWVSeu2ibcFCCzEAo2y2yP3cha9EEw5lfBfSI0TBg ==
2050
+ " @xh/hoist-dev-utils@9.x " :
2051
+ version "9 .0.1 "
2052
+ resolved "https://registry.yarnpkg.com/@xh/hoist-dev-utils/-/hoist-dev-utils-9 .0.1. tgz#5fa5d7ea5beff96a23045ca445c0b5172ff3ec08 "
2053
+ integrity sha512-0sCvS2GryK3O6ygJSFkXdISV+EXQUuxJC2yTLTrBcI+JYAFmvSxE0AAiM3nHJfs4qIpfBfPkI/pXfCPrH+hzyg ==
2054
2054
dependencies :
2055
2055
" @babel/core" " ^7.24.0"
2056
2056
" @babel/plugin-proposal-decorators" " ^7.24.0"
2090
2090
webpack-dev-server "~5.0.3"
2091
2091
webpackbar "~6.0.1"
2092
2092
2093
- " @xh/hoist@^ 69.0.0-SNAPSHOT " :
2094
- version "69.0.0-SNAPSHOT.1728940918961 "
2095
- resolved "https://registry.yarnpkg.com/@xh/hoist/-/hoist-69.0.0-SNAPSHOT.1728940918961. tgz#e84e8206af6486e859d670779f7d700c6c7b3484 "
2096
- integrity sha512-du1QZi803kgjFVJDjuPWjd98cg8YOPb0pBjzdfJn/Tcsiws3LFPatn6dcuGC3BMtwCSMpE/TKEmjWuF68q+j0w ==
2093
+
2094
+ version "69.0.0"
2095
+ resolved "https://registry.yarnpkg.com/@xh/hoist/-/hoist-69.0.0. tgz#a79cf6d7d633833b97321b3988b202895baee981 "
2096
+ integrity sha512-7qT7KxUhofTZaOz8OH9XndFYU9eh691HhdGffyARR6Fnarc/YxlvuLJ8Op1N87iM38NSVUEi9AVn1XVLElE3hA ==
2097
2097
dependencies :
2098
2098
" @auth0/auth0-spa-js" " ~2.1.3"
2099
2099
" @azure/msal-browser" " ~3.23.0"
Original file line number Diff line number Diff line change 1
1
xhAppCode =toolbox
2
2
xhAppName =Toolbox
3
3
xhAppPackage =io.xh.toolbox
4
- xhAppVersion =6.0-SNAPSHOT
4
+ xhAppVersion =5.3.0
5
5
6
- hoistCoreVersion =24.0-SNAPSHOT
6
+ hoistCoreVersion =24.0.0
7
7
8
8
groovyVersion =3.0.21
9
9
grailsVersion =6.2.0
You can’t perform that action at this time.
0 commit comments