Skip to content

Commit

Permalink
Merge release/1.0.0-beta.5 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 8, 2021
2 parents 71521a7 + 0707f94 commit c8a7f98
Show file tree
Hide file tree
Showing 6 changed files with 371 additions and 376 deletions.
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/magento-api",
"version": "1.0.0-beta.4.1",
"version": "1.0.0-beta.5",
"sideEffects": false,
"license": "MIT",
"server": "server/index.js",
Expand Down
2 changes: 0 additions & 2 deletions packages/api-client/src/fragments/productFragment.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ fragment ProductData on ProductInterface {
__typename
sku
name
new
stock_status
only_x_left_in_stock
rating_summary
sale
...ProductThumbnailData
...ProductPriceRangeData
...ProductUrlFragmentData
Expand Down
732 changes: 366 additions & 366 deletions packages/api-client/src/types/GraphQL.ts

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/composables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/magento",
"version": "1.0.0-beta.4.1",
"version": "1.0.0-beta.5",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.cjs.js",
Expand All @@ -24,7 +24,7 @@
"access": "public"
},
"dependencies": {
"@vue-storefront/magento-api": "^1.0.0-beta.4.1",
"@vue-storefront/magento-api": "^1.0.0-beta.5",
"@vue-storefront/core": "^2.3.1",
"vue": "^2.6.x"
},
Expand Down
4 changes: 2 additions & 2 deletions 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-beta.4.1",
"version": "1.0.0-beta.5",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"@nuxtjs/style-resources": "^1.0.0",
"@storefront-ui/vue": "^0.10.5",
"@vue-storefront/core": "^2.3.1",
"@vue-storefront/magento": "^1.0.0-beta.4.1",
"@vue-storefront/magento": "^1.0.0-beta.5",
"@vue-storefront/middleware": "^2.3.1",
"@vue-storefront/nuxt": "^2.3.1",
"@vue-storefront/nuxt-theme": "^2.3.1",
Expand Down
3 changes: 0 additions & 3 deletions packages/theme/pages/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ export default {
await newProductsSearch({
pageSize: 10,
currentPage: 1,
new: {
eq: '1',
},
sort: {
position: 'ASC',
},
Expand Down

0 comments on commit c8a7f98

Please sign in to comment.