Skip to content

Commit

Permalink
Merge pull request #5717 from vuestorefront/release-2.3-rc.3
Browse files Browse the repository at this point in the history
Release 2.3.0-rc.3
  • Loading branch information
lukasborawski committed Mar 31, 2021
2 parents 8fea698 + 31b35b6 commit b8da488
Show file tree
Hide file tree
Showing 23 changed files with 521 additions and 492 deletions.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -44,7 +44,8 @@
"lint": "eslint . --ext .js,.ts,.vue",
"release": "cd scripts && yarn release",
"cli": "cd packages/core/cli && yarn cli",
"core:changelog": "cd packages/core/docs/scripts && node changelog"
"core:changelog": "cd packages/core/docs/scripts && node changelog",
"ct:changelog": "cd packages/core/docs/scripts && node changelog --in ../commercetools/changelog --out ../commercetools/changelog.md"
},
"devDependencies": {
"@babel/core": "^7.10.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/commercetools/api-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/commercetools-api",
"version": "1.2.0-rc.2",
"version": "1.2.0-rc.3",
"sideEffects": false,
"server": "server/index.js",
"main": "lib/index.cjs.js",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@apollo/client": "^3.2.9",
"@commercetools/sdk-auth": "^3.0.1",
"@vue-storefront/core": "^2.3.0-rc.2",
"@vue-storefront/core": "^2.3.0-rc.3",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
Expand Down
6 changes: 3 additions & 3 deletions packages/commercetools/composables/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/commercetools",
"version": "1.2.0-rc.2",
"version": "1.2.0-rc.3",
"sideEffects": false,
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
Expand All @@ -13,8 +13,8 @@
"prepublish": "yarn build"
},
"dependencies": {
"@vue-storefront/commercetools-api": "^1.2.0-rc.2",
"@vue-storefront/core": "^2.3.0-rc.2",
"@vue-storefront/commercetools-api": "^1.2.0-rc.3",
"@vue-storefront/core": "^2.3.0-rc.3",
"js-cookie": "^2.2.1",
"vue": "^2.6.x"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/commercetools/theme/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@vue-storefront/commercetools-theme",
"description": "My breathtaking Nuxt.js project",
"author": "Filip Rakowski",
"version": "1.2.0-rc.2",
"version": "1.2.0-rc.3",
"publishConfig": {
"access": "public"
},
Expand All @@ -17,10 +17,10 @@
"dependencies": {
"@nuxtjs/pwa": "^3.2.2",
"@storefront-ui/vue": "0.10.3",
"@vue-storefront/commercetools": "^1.2.0-rc.2",
"@vue-storefront/middleware": "^2.3.0-rc.2",
"@vue-storefront/nuxt": "^2.3.0-rc.2",
"@vue-storefront/nuxt-theme": "^2.3.0-rc.2",
"@vue-storefront/commercetools": "^1.2.0-rc.3",
"@vue-storefront/middleware": "^2.3.0-rc.3",
"@vue-storefront/nuxt": "^2.3.0-rc.3",
"@vue-storefront/nuxt-theme": "^2.3.0-rc.3",
"cookie-universal-nuxt": "^2.1.3",
"core-js": "^2.6.5",
"nuxt": "^2.13.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/cache/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/cache",
"version": "2.3.0-rc.2",
"version": "2.3.0-rc.3",
"license": "MIT",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@nuxtjs/composition-api": "0.17.0",
"@vue-storefront/core": "^2.3.0-rc.2"
"@vue-storefront/core": "^2.3.0-rc.3"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/core/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/cli",
"version": "2.3.0-rc.2",
"version": "2.3.0-rc.3",
"description": "",
"main": "./lib/index.js",
"bin": {
Expand All @@ -17,10 +17,10 @@
"inquirer": "^7.3.3",
"chokidar": "^3.3.1",
"consola": "^2.10.1",
"@vue-storefront/nuxt-theme": "^2.3.0-rc.2"
"@vue-storefront/nuxt-theme": "^2.3.0-rc.3"
},
"devDependencies": {
"@vue-storefront/commercetools-theme": "^1.2.0-rc.2"
"@vue-storefront/commercetools-theme": "^1.2.0-rc.3"
},
"author": "Filip Jędrasik",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/core",
"version": "2.3.0-rc.2",
"version": "2.3.0-rc.3",
"sideEffects": false,
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
Expand Down
8 changes: 0 additions & 8 deletions packages/core/docs/changelog/5463.js

This file was deleted.

15 changes: 0 additions & 15 deletions packages/core/docs/changelog/5508.js

This file was deleted.

8 changes: 0 additions & 8 deletions packages/core/docs/changelog/5514_1.js

This file was deleted.

8 changes: 0 additions & 8 deletions packages/core/docs/changelog/5620.js

This file was deleted.

8 changes: 0 additions & 8 deletions packages/core/docs/changelog/5692.js

This file was deleted.

8 changes: 0 additions & 8 deletions packages/core/docs/changelog/5693.js

This file was deleted.

8 changes: 0 additions & 8 deletions packages/core/docs/changelog/5699.js

This file was deleted.

8 changes: 0 additions & 8 deletions packages/core/docs/changelog/5708.js

This file was deleted.

8 changes: 0 additions & 8 deletions packages/core/docs/changelog/5714.js

This file was deleted.

8 changes: 0 additions & 8 deletions packages/core/docs/changelog/5716.js

This file was deleted.

9 changes: 9 additions & 0 deletions packages/core/docs/commercetools/changelog.md
@@ -1,5 +1,14 @@
# Changelog

## 1.2.0-rc.3

- Fix getters in `cartGetters` to now throw errors when some properties don't exist ([#5699](https://github.com/vuestorefront/vue-storefront/pull/5699)) - [Filip Sobol](https://github.com/filipsobol)
,
- Fixed mapping for product attributes with type `set` ([#5708](https://github.com/vuestorefront/vue-storefront/pull/5708)) - [Filip Sobol](https://github.com/filipsobol)
,
- Fixed CT wishlist throwing CAPI error ([#5716](https://github.com/vuestorefront/vue-storefront/pull/5716)) - [Filip Sobol](https://github.com/filipsobol)


## 1.2.0-rc.2

- Adjust Checkout UI ([#5343](https://github.com/vuestorefront/vue-storefront/issues/5343)) - [Justyna Gieracka](https://github.com/justyna-13)
Expand Down
20 changes: 20 additions & 0 deletions packages/core/docs/contributing/changelog.md
@@ -1,5 +1,25 @@
# Changelog

## 2.3.0-rc.3

- Fix VsfShippingProvider to correctly show errors related to no shipping methods available for certain country ([#5463](https://github.com/vuestorefront/vue-storefront/issues/5463)) - [Baroshem](https://github.com/Baroshem)
,
- [BREAKING] Fix infinite loading for login and register by implementing error handling in core module and in LoginModal ([#5508](https://github.com/vuestorefront/vue-storefront/issues/5508)) - [Baroshem](https://github.com/Baroshem)

| Before | After | Comment | Module
| ------ | ----- | ------ | ------
There was no error handling and thats why the infinite loading was appearing | Errors are handled immediately | add try/catch to middleware, set more appriopriate value to err.value in useUserFactory, and implement error handling in LoginModal | core/middleware, LoginModal,
- revert change https://github.com/vuestorefront/vue-storefront/pull/5593 as it was breaking the mobile view after latest release ([#5514_1](https://github.com/vuestorefront/vue-storefront/issues/5514)) - [Baroshem](https://github.com/Baroshem)
,
- removed helpers/filters from @vue-storefront/nuxt-theme and @vue-storefront/commercetools-theme because they are useless now ([#5620](https://github.com/vuestorefront/vue-storefront/issues/5620)) - [Kacper Małkowski](https://github.com/porithe/)
,
- add error handling for GraphQL queries with complexity over limit ([#5692](https://github.com/vuestorefront/vue-storefront/issues/5692)) - [Baroshem](https://github.com/Baroshem)
,
- extend #5692 thrown error to fix also this issue ([#5693](https://github.com/vuestorefront/vue-storefront/issues/5693)) - [Baroshem](https://github.com/Baroshem)
,
- Add ability to access express instance in the middleware extensions ([#5714](https://github.com/vuestorefront/vue-storefront/pull/5714)) - [andrzejewsky](https://github.com/andrzejewsky)


## 2.3.0-rc.2

- added MegaMenu to theme ([#5267](https://github.com/vuestorefront/vue-storefront/issues/5267)) - [Łukasz Jędrasik](https://github.com/lukaszjedrasik)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/middleware/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/middleware",
"version": "2.3.0-rc.2",
"version": "2.3.0-rc.3",
"description": "",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/nuxt-module/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/nuxt",
"version": "2.3.0-rc.2",
"version": "2.3.0-rc.3",
"description": "",
"main": "lib/module.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/nuxt-theme-module/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/nuxt-theme",
"version": "2.3.0-rc.2",
"version": "2.3.0-rc.3",
"description": "",
"main": "lib/module.js",
"scripts": {
Expand Down

0 comments on commit b8da488

Please sign in to comment.