diff --git a/CHANGELOG.md b/CHANGELOG.md index 75167c8..34dfe69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.19.0](https://github.com/e-Spirit/fsxa-pwa/compare/v3.18.3...v3.19.0) (2023-03-20) + + +### Features + +* **dependencies:** update fsxa stack to the latest dependencies ([#130](https://github.com/e-Spirit/fsxa-pwa/issues/130)) ([98b7c67](https://github.com/e-Spirit/fsxa-pwa/commit/98b7c67c7e668bac29ab9726255e97acf1d9c8a3)) + ## [3.18.3](https://github.com/e-Spirit/fsxa-pwa/compare/v3.18.2...v3.18.3) (2023-03-17) diff --git a/package-lock.json b/package-lock.json index 972f8a7..3e3a0e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fsxa-pwa", - "version": "3.18.3", + "version": "3.19.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -13509,9 +13509,9 @@ "optional": true }, "fsxa-api": { - "version": "10.10.3", - "resolved": "https://registry.npmjs.org/fsxa-api/-/fsxa-api-10.10.3.tgz", - "integrity": "sha512-L/m44EUCQW4wGWjCpnLhzLNNXkycV8MlhpR6i4wuIKyhLXft1Bz862x+TjwlBGoYtvekuhMoSG+R6/VBM7AImw==", + "version": "10.11.0", + "resolved": "https://registry.npmjs.org/fsxa-api/-/fsxa-api-10.11.0.tgz", + "integrity": "sha512-azSgNIS3/9mKmfrbMgae3BEPwK59C/USBCLtXXn7XRaGKzzav9kWV0y42+F/g7dcoPJdPk/yZurzMbJPta+YHQ==", "requires": { "better-sse": "^0.7.1", "body-parser": "^1.19.0", @@ -13582,14 +13582,14 @@ } }, "fsxa-nuxt-module": { - "version": "7.16.4", - "resolved": "https://registry.npmjs.org/fsxa-nuxt-module/-/fsxa-nuxt-module-7.16.4.tgz", - "integrity": "sha512-seUJrG3rwCI4fK/kmnLtixDty6fFhTSVEuI3CUHzA8iw6nqZ5IRRtLCFI3rs596PiMCH0OsT/aKdUsgzvGwVRA==", + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/fsxa-nuxt-module/-/fsxa-nuxt-module-7.17.0.tgz", + "integrity": "sha512-aW3Qozsq+Ak8dJVgmPaSg41IF5WaTTpytv9Vk1O0jAmFtZjnLQc/MJyfZuVDluO/wtz7CZdP0GWz5cRDd38/Dw==", "requires": { "cross-fetch": "^3.1.5", "express": "^4.17.1", - "fsxa-api": "^10.10.3", - "fsxa-pattern-library": "^8.18.5", + "fsxa-api": "^10.11.0", + "fsxa-pattern-library": "^8.19.0", "lodash.camelcase": "^4.3.0", "lodash.merge": "^4.6.2", "lodash.startcase": "^4.4.0", @@ -13597,11 +13597,11 @@ } }, "fsxa-pattern-library": { - "version": "8.18.5", - "resolved": "https://registry.npmjs.org/fsxa-pattern-library/-/fsxa-pattern-library-8.18.5.tgz", - "integrity": "sha512-LfUiN7P6vDdjrrhkt4jTDXm+NjTvrjm52YPlLU0ADCuYHqWP/ldRk3zA0CHeaYiYkdNqchlyR6TuiRPLcfpA3w==", + "version": "8.19.0", + "resolved": "https://registry.npmjs.org/fsxa-pattern-library/-/fsxa-pattern-library-8.19.0.tgz", + "integrity": "sha512-SOuvgjn6GkU8LOLnpQLyV0laEOClAERxcoL0PHuBYSpJJG1fC2Jz2rEPB7yYRJAPrCwd3aywiG/7u9OurPPLSQ==", "requires": { - "fsxa-api": "^10.10.3", + "fsxa-api": "^10.11.0", "prismjs": "^1.27.0", "setimmediate": "^1.0.5", "vue": "^2.6.14", diff --git a/package.json b/package.json index eccce61..629e803 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fsxa-pwa", - "version": "3.18.3", + "version": "3.19.0", "description": "Demo PWA built with FSXA", "license": "Apache-2.0", "private": true,