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

Extended product response #111

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
036afce
Added country support
aureate-labs-team Sep 25, 2021
fd84770
Extended connector
aureate-labs-team Sep 27, 2021
d0ff478
Removed yarn.lock
aureate-labs-team Sep 27, 2021
53d4bf3
Resolved conflicts
aureate-labs-team Sep 27, 2021
f0fd3f3
Resolved conflicts
aureate-labs-team Sep 27, 2021
cc62c6c
feat(release 1.0.1): make the connector compitible with shopify templ…
aureate-labs-team Sep 27, 2021
cf7f8bc
fix(usecart/index.ts): fixed per page cookie creation
aureate-labs-team Oct 5, 2021
4526eec
Merge remote-tracking branch 'upstream/main' into fixed-variants-PDP
aureate-labs-team Oct 5, 2021
7edada8
fix(updated connector version to 1.0.2): updated connector version to…
aureate-labs-team Oct 6, 2021
13f2a2e
feat(performance improvement): this changes will improve connector pe…
aureate-labs-team Oct 27, 2021
aefe242
fix(fixed cart reset on successful checkour): fixed cart reset bug
aureate-labs-team Oct 27, 2021
860772e
Merge remote-tracking branch 'upstream/main' into fixed-variants-PDP
aureate-labs-team Oct 27, 2021
4a4fc5c
fix: bugs fixes
aureate-labs-team Nov 9, 2021
28585f2
fix(cart drawer): removed duplicate setup method
aureate-labs-team Nov 9, 2021
6af8594
Merge remote-tracking branch 'upstream/main' into fixed-variants-PDP
aureate-labs-team Nov 9, 2021
f5af484
fix(updated package.json to 1.0.4): updated package.json to 1.0.4
aureate-labs-team Nov 10, 2021
88547cf
refactor: upgraded connector to V2.5.0
aureate-labs-team Nov 19, 2021
d218d97
Merge remote-tracking branch 'upstream/main' into extended-product-re…
aureate-labs-team Nov 19, 2021
c53c4eb
feat(added support for retrive seo data & metafileds): support for re…
aureate-labs-team Nov 19, 2021
a1923d7
fix(removed creds from middleware): removed store creds from middleware
aureate-labs-team Nov 19, 2021
9cd70fe
refactor: version updated to v1.0.7
aureate-labs-team Nov 19, 2021
698e50d
Merge remote-tracking branch 'upstream/main' into extended-product-re…
aureate-labs-team Nov 19, 2021
80109cd
fix: updated connector v1.0.8
aureate-labs-team Nov 19, 2021
7a11577
fix: resolved conflicts
aureate-labs-team Nov 19, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.7",
"version": "1.0.8",
"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.7",
"version": "1.0.8",
"sideEffects": false,
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
Expand All @@ -12,7 +12,7 @@
"prepublish": "yarn build"
},
"dependencies": {
"@vue-storefront/shopify-api": "1.0.7",
"@vue-storefront/shopify-api": "1.0.8",
"@vue-storefront/core": "~2.5.0",
"@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.7",
"version": "1.0.8",
"scripts": {
"dev": "nuxt",
"build": "nuxt build -m",
Expand All @@ -16,7 +16,7 @@
"@vue-storefront/middleware": "~2.5.0",
"@vue-storefront/nuxt": "~2.5.0",
"@vue-storefront/nuxt-theme": "~2.5.0",
"@vue-storefront/shopify": "1.0.7",
"@vue-storefront/shopify": "1.0.8",
"cookie-universal-nuxt": "^2.1.3",
"core-js": "^2.6.5",
"isomorphic-fetch": "^2.2.1",
Expand Down
Loading