@agnostack/next-shopify 3.0.3 → 3.0.4-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -20
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,11 +1,14 @@
1
- ## [3.0.3](https://github.com/agnostack/next-shopify/compare/v3.0.2...v3.0.3) (2024-11-11)
1
+ ## [3.0.4-alpha.1](https://github.com/agnostack/next-shopify/compare/v3.0.3...v3.0.4-alpha.1) (2024-11-11)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * removed shop from loadState ([b6a97c7](https://github.com/agnostack/next-shopify/commit/b6a97c7ec6baf58a750ca1293ec5bd5483aba64c))
6
+ * merge branch 'develop' into alpha ([4bb9287](https://github.com/agnostack/next-shopify/commit/4bb92875de31ea01b28d669d50dba140b671afb4))
7
+ * removed log ([2634206](https://github.com/agnostack/next-shopify/commit/26342060129df61c3d638f6c8d75d6e75cbc3d35))
8
+ * revert ([af53987](https://github.com/agnostack/next-shopify/commit/af53987a66336fd19794887d361c1ecefb66bff5))
9
+ * wip ([320b1bd](https://github.com/agnostack/next-shopify/commit/320b1bde6ffeb56feab00a23a180829f85e26cc0))
7
10
 
8
- ## [3.0.3-beta.1](https://github.com/agnostack/next-shopify/compare/v3.0.2...v3.0.3-beta.1) (2024-11-11)
11
+ ## [3.0.3](https://github.com/agnostack/next-shopify/compare/v3.0.2...v3.0.3) (2024-11-11)
9
12
 
10
13
 
11
14
  ### Bug Fixes
@@ -17,31 +20,19 @@
17
20
 
18
21
  ### Bug Fixes
19
22
 
20
- * added features/customer accounts ([cb7d3e9](https://github.com/agnostack/next-shopify/commit/cb7d3e973763c2663edb06467bc80333e8a333fe))
21
- * removed log ([9e78f71](https://github.com/agnostack/next-shopify/commit/9e78f71ab1e560e9f64e6a06afc073b1323b2efa))
22
- * updated order of query ([c8f53ac](https://github.com/agnostack/next-shopify/commit/c8f53acb729eda3e66214f2a371e97dec0b06731))
23
+ * removed log ([2634206](https://github.com/agnostack/next-shopify/commit/26342060129df61c3d638f6c8d75d6e75cbc3d35))
24
+ * revert ([af53987](https://github.com/agnostack/next-shopify/commit/af53987a66336fd19794887d361c1ecefb66bff5))
25
+ * wip ([320b1bd](https://github.com/agnostack/next-shopify/commit/320b1bde6ffeb56feab00a23a180829f85e26cc0))
23
26
 
24
- ## [3.0.2-beta.3](https://github.com/agnostack/next-shopify/compare/v3.0.2-beta.2...v3.0.2-beta.3) (2024-11-11)
27
+ ## [3.0.2](https://github.com/agnostack/next-shopify/compare/v3.0.1...v3.0.2) (2024-11-11)
25
28
 
26
29
 
27
30
  ### Bug Fixes
28
31
 
32
+ * added features/customer accounts ([cb7d3e9](https://github.com/agnostack/next-shopify/commit/cb7d3e973763c2663edb06467bc80333e8a333fe))
29
33
  * removed log ([9e78f71](https://github.com/agnostack/next-shopify/commit/9e78f71ab1e560e9f64e6a06afc073b1323b2efa))
30
-
31
- ## [3.0.2-beta.2](https://github.com/agnostack/next-shopify/compare/v3.0.2-beta.1...v3.0.2-beta.2) (2024-11-11)
32
-
33
-
34
- ### Bug Fixes
35
-
36
34
  * updated order of query ([c8f53ac](https://github.com/agnostack/next-shopify/commit/c8f53acb729eda3e66214f2a371e97dec0b06731))
37
35
 
38
- ## [3.0.2-beta.1](https://github.com/agnostack/next-shopify/compare/v3.0.1...v3.0.2-beta.1) (2024-11-11)
39
-
40
-
41
- ### Bug Fixes
42
-
43
- * added features/customer accounts ([cb7d3e9](https://github.com/agnostack/next-shopify/commit/cb7d3e973763c2663edb06467bc80333e8a333fe))
44
-
45
36
  ## [3.0.1](https://github.com/agnostack/next-shopify/compare/v3.0.0...v3.0.1) (2024-11-11)
46
37
 
47
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agnostack/next-shopify",
3
- "version": "3.0.3",
3
+ "version": "3.0.4-alpha.1",
4
4
  "author": "agnoStack Dev <developers@agnostack.com> (https://agnostack.com)",
5
5
  "owner": "agnoStack",
6
6
  "description": "Please contact agnoStack via info@agnostack.com for any questions",