Skip to content

Commit

Permalink
chore: changelog generated for core && ct
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasborawski committed Mar 31, 2021
1 parent 8f9dc72 commit 31b35b6
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 88 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
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
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/5714.js

This file was deleted.

9 changes: 9 additions & 0 deletions packages/core/docs/commercetools/changelog.md
Original file line number Diff line number Diff line change
@@ -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
8 changes: 0 additions & 8 deletions packages/core/docs/commercetools/changelog/5699.js

This file was deleted.

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

This file was deleted.

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

This file was deleted.

20 changes: 20 additions & 0 deletions packages/core/docs/contributing/changelog.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 31b35b6

Please sign in to comment.