@digitaldefiance/express-suite-starter 2.1.62 → 2.1.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -337,6 +337,18 @@ MIT © Digital Defiance
|
|
|
337
337
|
|
|
338
338
|
## ChangeLog
|
|
339
339
|
|
|
340
|
+
### Version 2.1.65
|
|
341
|
+
|
|
342
|
+
- Add multi-lingual support to strings
|
|
343
|
+
|
|
344
|
+
### Version 2.1.64
|
|
345
|
+
|
|
346
|
+
- Update react components
|
|
347
|
+
|
|
348
|
+
### Version 2.1.63
|
|
349
|
+
|
|
350
|
+
- Update react components
|
|
351
|
+
|
|
340
352
|
### Version 2.1.62
|
|
341
353
|
|
|
342
354
|
- Fix AuthProvider navigation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitaldefiance/express-suite-starter",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.63",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"bin": {
|
|
6
6
|
"create-express-suite": "./dist/src/cli.js"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"prepublishOnly": "yarn build && yarn test"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@digitaldefiance/express-suite-react-components": "^2.1.
|
|
27
|
+
"@digitaldefiance/express-suite-react-components": "^2.1.56",
|
|
28
28
|
"@digitaldefiance/i18n-lib": "2.1.40",
|
|
29
29
|
"@inquirer/prompts": "^7.5.0",
|
|
30
30
|
"chalk": "^4.1.2",
|