Skip to content

Commit

Permalink
chore: release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Frodigo committed Jul 21, 2022
1 parent 5e8b81e commit 67d0870
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 7 deletions.
7 changes: 7 additions & 0 deletions docs/migration-guides/1.0.1/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Vue Storefront for Magento 1.0.1 release notes

## Docs
- docs: fix formatting in Override queries guide [#1289](https://github.com/vuestorefront/magento2/pull/1289)

## Bugfix
- fix: fixed the Vue version in package.json to avoid upgrading to Vue 2.7 [#1294](https://github.com/vuestorefront/magento2/pull/1294)
1 change: 1 addition & 0 deletions docs/migration-guides/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Migration guides

- [1.0.1](./1.0.1/)
- [1.0.0](./1.0.0/)
- [1.0.0-rc.10](./1.0.0-rc.10/)
- [1.0.0-rc.9](./1.0.0-rc.9/)
Expand Down
2 changes: 1 addition & 1 deletion internals/eslint-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/eslint-config-import",
"version": "1.0.0",
"version": "1.0.1",
"author": "Heitor Ramon Ribeiro <[email protected]>",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion internals/eslint-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/eslint-config-jest",
"version": "1.0.0",
"version": "1.0.1",
"author": "Heitor Ramon Ribeiro <[email protected]>",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion internals/eslint-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/eslint-config-typescript",
"version": "1.0.0",
"version": "1.0.1",
"author": "Heitor Ramon Ribeiro <[email protected]>",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion internals/eslint-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/eslint-config-vue",
"version": "1.0.0",
"version": "1.0.1",
"author": "Heitor Ramon Ribeiro <[email protected]>",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion internals/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/eslint-config-base",
"version": "1.0.0",
"version": "1.0.1",
"author": "Heitor Ramon Ribeiro <[email protected]>",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/load-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/magento-load-tests",
"version": "1.0.0",
"version": "1.0.1",
"description": "Load tests for Magento 2 - VSF integration",
"main": "index.js",
"repository": "https://github.com/vuestorefront/magento2",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/magento-theme",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"license": "MIT",
"homepage": "https://github.com/vuestorefront/magento2",
Expand Down

0 comments on commit 67d0870

Please sign in to comment.