@agnostack/next-shopify 2.1.1-alpha.16 → 2.1.1-alpha.17
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.
- package/CHANGELOG.md +2 -32
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,39 +1,9 @@
|
|
|
1
|
-
## [2.1.1-alpha.
|
|
1
|
+
## [2.1.1-alpha.17](https://github.com/agnostack/next-shopify/compare/v2.1.1-alpha.16...v2.1.1-alpha.17) (2024-11-06)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
|
|
8
|
-
## [2.1.1-alpha.15](https://github.com/agnostack/next-shopify/compare/v2.1.1-alpha.14...v2.1.1-alpha.15) (2024-11-05)
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
### Bug Fixes
|
|
12
|
-
|
|
13
|
-
* add returnResponse logic ([2be1629](https://github.com/agnostack/next-shopify/commit/2be16294823eacf5441a99930f0154f29a2e6d22))
|
|
14
|
-
|
|
15
|
-
## [2.1.1-alpha.14](https://github.com/agnostack/next-shopify/compare/v2.1.1-alpha.13...v2.1.1-alpha.14) (2024-11-05)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### Bug Fixes
|
|
19
|
-
|
|
20
|
-
* add returnResponse logic ([bb543b5](https://github.com/agnostack/next-shopify/commit/bb543b557730475c1fada5677c4f2d5ca857a9af))
|
|
21
|
-
|
|
22
|
-
## [2.1.1-alpha.13](https://github.com/agnostack/next-shopify/compare/v2.1.1-alpha.12...v2.1.1-alpha.13) (2024-11-05)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### Bug Fixes
|
|
26
|
-
|
|
27
|
-
* add returnResponse logic ([678fa85](https://github.com/agnostack/next-shopify/commit/678fa858a65da3d3a1e4c21ef827601b266d5f1a))
|
|
28
|
-
|
|
29
|
-
## [2.1.1-alpha.12](https://github.com/agnostack/next-shopify/compare/v2.1.1-alpha.11...v2.1.1-alpha.12) (2024-11-04)
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
### Bug Fixes
|
|
33
|
-
|
|
34
|
-
* merged in latest from beta ([3ac42ac](https://github.com/agnostack/next-shopify/commit/3ac42ac46907bb0a745c474569401315b48cb57b))
|
|
35
|
-
* removed early return if idToken ([5de2514](https://github.com/agnostack/next-shopify/commit/5de25146a91729f494f5472c925d16363bb2e43c))
|
|
36
|
-
* reordered decryptVerifyData, added TODOs ([4e4e59d](https://github.com/agnostack/next-shopify/commit/4e4e59d0825ce9a84131bd47ab83cb14e73d28b3))
|
|
6
|
+
* updated changelog ([6325f61](https://github.com/agnostack/next-shopify/commit/6325f614045cd38af72a1f34a0ebe27425bcb250))
|
|
37
7
|
|
|
38
8
|
# [2.1.0](https://github.com/agnostack/next-shopify/compare/v2.0.14...v2.1.0) (2024-10-28)
|
|
39
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agnostack/next-shopify",
|
|
3
|
-
"version": "2.1.1-alpha.
|
|
3
|
+
"version": "2.1.1-alpha.17",
|
|
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",
|