Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Fixed variants pdp (#69)
Browse files Browse the repository at this point in the history
* Added country support

* Extended connector

* Removed yarn.lock

* feat(release 1.0.1): make the connector compitible with shopify template latest release

Updated Shopify connector for improvements

* fix(usecart/index.ts): fixed per page cookie creation

fixed cart bug

* fix(updated connector version to 1.0.2): updated connector version to 1.0.2

Updated connector version to 1.0.2
  • Loading branch information
aureate-labs-team authored Oct 6, 2021
1 parent dfb3699 commit 891480f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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/shopify-api",
"version": "1.0.1",
"version": "1.0.2",
"sideEffects": false,
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
Expand Down
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/shopify",
"version": "1.0.1",
"version": "1.0.2",
"sideEffects": false,
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
Expand All @@ -13,7 +13,7 @@
"precommit": "lint-staged"
},
"dependencies": {
"@vue-storefront/shopify-api": "1.0.1",
"@vue-storefront/shopify-api": "1.0.2",
"@vue-storefront/core": "~2.4.2",
"@types/js-cookie": "^2.2.6"
},
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/shopify-theme",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"dev": "nuxt",
"build": "nuxt build -m",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@storefront-ui/vue": "^0.10.3",
"@vue-storefront/shopify": "1.0.1",
"@vue-storefront/shopify": "1.0.2",
"@vue-storefront/middleware": "~2.4.2",
"@vue-storefront/nuxt": "~2.4.2",
"@vue-storefront/nuxt-theme": "~2.4.2",
Expand Down

0 comments on commit 891480f

Please sign in to comment.