@agnostack/next-shopify 3.0.3-beta.1 → 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 +14 -16
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,39 +1,37 @@
1
- ## [3.0.3-beta.1](https://github.com/agnostack/next-shopify/compare/v3.0.2...v3.0.3-beta.1) (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.2](https://github.com/agnostack/next-shopify/compare/v3.0.1...v3.0.2) (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
12
15
 
13
- * added features/customer accounts ([cb7d3e9](https://github.com/agnostack/next-shopify/commit/cb7d3e973763c2663edb06467bc80333e8a333fe))
14
- * removed log ([9e78f71](https://github.com/agnostack/next-shopify/commit/9e78f71ab1e560e9f64e6a06afc073b1323b2efa))
15
- * updated order of query ([c8f53ac](https://github.com/agnostack/next-shopify/commit/c8f53acb729eda3e66214f2a371e97dec0b06731))
16
-
17
- ## [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)
18
-
19
-
20
- ### Bug Fixes
21
-
22
- * removed log ([9e78f71](https://github.com/agnostack/next-shopify/commit/9e78f71ab1e560e9f64e6a06afc073b1323b2efa))
16
+ * removed shop from loadState ([b6a97c7](https://github.com/agnostack/next-shopify/commit/b6a97c7ec6baf58a750ca1293ec5bd5483aba64c))
23
17
 
24
- ## [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)
18
+ ## [3.0.2](https://github.com/agnostack/next-shopify/compare/v3.0.1...v3.0.2) (2024-11-11)
25
19
 
26
20
 
27
21
  ### Bug Fixes
28
22
 
29
- * 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))
30
26
 
31
- ## [3.0.2-beta.1](https://github.com/agnostack/next-shopify/compare/v3.0.1...v3.0.2-beta.1) (2024-11-11)
27
+ ## [3.0.2](https://github.com/agnostack/next-shopify/compare/v3.0.1...v3.0.2) (2024-11-11)
32
28
 
33
29
 
34
30
  ### Bug Fixes
35
31
 
36
32
  * added features/customer accounts ([cb7d3e9](https://github.com/agnostack/next-shopify/commit/cb7d3e973763c2663edb06467bc80333e8a333fe))
33
+ * removed log ([9e78f71](https://github.com/agnostack/next-shopify/commit/9e78f71ab1e560e9f64e6a06afc073b1323b2efa))
34
+ * updated order of query ([c8f53ac](https://github.com/agnostack/next-shopify/commit/c8f53acb729eda3e66214f2a371e97dec0b06731))
37
35
 
38
36
  ## [3.0.1](https://github.com/agnostack/next-shopify/compare/v3.0.0...v3.0.1) (2024-11-11)
39
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agnostack/next-shopify",
3
- "version": "3.0.3-beta.1",
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",