@agnostack/next-shopify 1.4.2-alpha.2 → 1.4.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 +8 -8
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,20 +1,20 @@
1
- ## [1.4.2-alpha.2](https://github.com/agnostack/next-shopify/compare/v1.4.2-alpha.1...v1.4.2-alpha.2) (2022-11-22)
1
+ ## [1.4.3-alpha.1](https://github.com/agnostack/next-shopify/compare/v1.4.2...v1.4.3-alpha.1) (2022-11-23)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * updated getAuthErrorResponse ([8f3e9b1](https://github.com/agnostack/next-shopify/commit/8f3e9b19bcdeb7f3d2d760a0255faaf259fa27d8))
7
- * updated responses as JSON ([4088961](https://github.com/agnostack/next-shopify/commit/408896129437cb3d1e4d587f80fef3d1ec6c4be8))
6
+ * debug ([f73b563](https://github.com/agnostack/next-shopify/commit/f73b5635e44583ebb1b69871a2598e56a2923e5f))
7
+ * debugging ([fd0a5cf](https://github.com/agnostack/next-shopify/commit/fd0a5cf558c939140dce1c786e8691366e69c6ef))
8
+ * update changelog ([2cbd35a](https://github.com/agnostack/next-shopify/commit/2cbd35ab87aebaa8b57e8260e37b22f29e219d8f))
9
+ * updated logs ([9abfe32](https://github.com/agnostack/next-shopify/commit/9abfe326ed7e0e16690064040498421a855c8e76))
8
10
 
9
- ## [1.4.2-alpha.1](https://github.com/agnostack/next-shopify/compare/v1.4.1...v1.4.2-alpha.1) (2022-11-22)
11
+ ## [1.4.2](https://github.com/agnostack/next-shopify/compare/v1.4.1...v1.4.2) (2022-11-22)
10
12
 
11
13
 
12
14
  ### Bug Fixes
13
15
 
14
- * debug ([f73b563](https://github.com/agnostack/next-shopify/commit/f73b5635e44583ebb1b69871a2598e56a2923e5f))
15
- * debugging ([fd0a5cf](https://github.com/agnostack/next-shopify/commit/fd0a5cf558c939140dce1c786e8691366e69c6ef))
16
- * update changelog ([2cbd35a](https://github.com/agnostack/next-shopify/commit/2cbd35ab87aebaa8b57e8260e37b22f29e219d8f))
17
- * updated logs ([9abfe32](https://github.com/agnostack/next-shopify/commit/9abfe326ed7e0e16690064040498421a855c8e76))
16
+ * updated getAuthErrorResponse ([8f3e9b1](https://github.com/agnostack/next-shopify/commit/8f3e9b19bcdeb7f3d2d760a0255faaf259fa27d8))
17
+ * updated responses as JSON ([4088961](https://github.com/agnostack/next-shopify/commit/408896129437cb3d1e4d587f80fef3d1ec6c4be8))
18
18
 
19
19
  ## [1.4.1](https://github.com/agnostack/next-shopify/compare/v1.4.0...v1.4.1) (2022-11-22)
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agnostack/next-shopify",
3
- "version": "1.4.2-alpha.2",
3
+ "version": "1.4.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",