@agnostack/next-shopify 3.0.2-beta.3 → 3.0.3-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 +7 -10
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,23 +1,20 @@
1
- ## [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)
1
+ ## [3.0.3-alpha.1](https://github.com/agnostack/next-shopify/compare/v3.0.2...v3.0.3-alpha.1) (2024-11-11)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * removed log ([9e78f71](https://github.com/agnostack/next-shopify/commit/9e78f71ab1e560e9f64e6a06afc073b1323b2efa))
6
+ * removed log ([2634206](https://github.com/agnostack/next-shopify/commit/26342060129df61c3d638f6c8d75d6e75cbc3d35))
7
+ * revert ([af53987](https://github.com/agnostack/next-shopify/commit/af53987a66336fd19794887d361c1ecefb66bff5))
8
+ * wip ([320b1bd](https://github.com/agnostack/next-shopify/commit/320b1bde6ffeb56feab00a23a180829f85e26cc0))
7
9
 
8
- ## [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)
9
-
10
-
11
- ### Bug Fixes
12
-
13
- * updated order of query ([c8f53ac](https://github.com/agnostack/next-shopify/commit/c8f53acb729eda3e66214f2a371e97dec0b06731))
14
-
15
- ## [3.0.2-beta.1](https://github.com/agnostack/next-shopify/compare/v3.0.1...v3.0.2-beta.1) (2024-11-11)
10
+ ## [3.0.2](https://github.com/agnostack/next-shopify/compare/v3.0.1...v3.0.2) (2024-11-11)
16
11
 
17
12
 
18
13
  ### Bug Fixes
19
14
 
20
15
  * added features/customer accounts ([cb7d3e9](https://github.com/agnostack/next-shopify/commit/cb7d3e973763c2663edb06467bc80333e8a333fe))
16
+ * removed log ([9e78f71](https://github.com/agnostack/next-shopify/commit/9e78f71ab1e560e9f64e6a06afc073b1323b2efa))
17
+ * updated order of query ([c8f53ac](https://github.com/agnostack/next-shopify/commit/c8f53acb729eda3e66214f2a371e97dec0b06731))
21
18
 
22
19
  ## [3.0.1](https://github.com/agnostack/next-shopify/compare/v3.0.0...v3.0.1) (2024-11-11)
23
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agnostack/next-shopify",
3
- "version": "3.0.2-beta.3",
3
+ "version": "3.0.3-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",