@agnostack/next-shopify 2.1.1-beta.2 → 2.1.1-beta.3
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 -31
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,38 +1,9 @@
|
|
|
1
|
-
## [2.1.1-beta.
|
|
1
|
+
## [2.1.1-beta.3](https://github.com/agnostack/next-shopify/compare/v2.1.1-beta.2...v2.1.1-beta.3) (2024-11-06)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
* add returnResponse logic ([2be1629](https://github.com/agnostack/next-shopify/commit/2be16294823eacf5441a99930f0154f29a2e6d22))
|
|
8
|
-
* add returnResponse logic ([bb543b5](https://github.com/agnostack/next-shopify/commit/bb543b557730475c1fada5677c4f2d5ca857a9af))
|
|
9
|
-
* add returnResponse logic ([678fa85](https://github.com/agnostack/next-shopify/commit/678fa858a65da3d3a1e4c21ef827601b266d5f1a))
|
|
10
|
-
|
|
11
|
-
## [2.1.1-beta.1](https://github.com/agnostack/next-shopify/compare/v2.1.0...v2.1.1-beta.1) (2024-11-04)
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
### Bug Fixes
|
|
15
|
-
|
|
16
|
-
* added TODO ([2959ef9](https://github.com/agnostack/next-shopify/commit/2959ef9ddf7f1903462686a9574dfc031e91b2ca))
|
|
17
|
-
* cleanup ([58a14a0](https://github.com/agnostack/next-shopify/commit/58a14a0a57839f10554b090854305a92da6ae1d1))
|
|
18
|
-
* removed early return if idToken ([5de2514](https://github.com/agnostack/next-shopify/commit/5de25146a91729f494f5472c925d16363bb2e43c))
|
|
19
|
-
* reordered decryptVerifyData, added TODOs ([4e4e59d](https://github.com/agnostack/next-shopify/commit/4e4e59d0825ce9a84131bd47ab83cb14e73d28b3))
|
|
20
|
-
* wip ensure online session ([48d7bed](https://github.com/agnostack/next-shopify/commit/48d7bed9b0149a32849bd0843e5fa724537f985b))
|
|
21
|
-
* wip ensure online session ([e3dbd45](https://github.com/agnostack/next-shopify/commit/e3dbd45d406002d939680a3cb164f3683c4fbdd1))
|
|
22
|
-
* wip ensure online session ([e0af5d9](https://github.com/agnostack/next-shopify/commit/e0af5d96fafa0da945892c42239d82dd02922725))
|
|
23
|
-
* wip ensure online session ([fd0027e](https://github.com/agnostack/next-shopify/commit/fd0027efa22349db8b1e6ea74154e30ac6a1e768))
|
|
24
|
-
* wip ensure online session ([8bab4d4](https://github.com/agnostack/next-shopify/commit/8bab4d4492617d8dde6ce021f87e36fe1f14c530))
|
|
25
|
-
* wip ensure online session ([25d66a5](https://github.com/agnostack/next-shopify/commit/25d66a5b473c1e3dc6cb2becbc2329ef412213d9))
|
|
26
|
-
* wip ensure online session ([2cb27f1](https://github.com/agnostack/next-shopify/commit/2cb27f15cf2f594f1504679eccccbc8ed866f6a1))
|
|
27
|
-
* wip ensure online session ([205b049](https://github.com/agnostack/next-shopify/commit/205b0495fa7bf53686465fda3e79d632e822b274))
|
|
28
|
-
* wip ensure online session ([9d05c9d](https://github.com/agnostack/next-shopify/commit/9d05c9d41c56608fdfbba47c95adc6a65a776855))
|
|
29
|
-
|
|
30
|
-
## [2.1.1-alpha.1](https://github.com/agnostack/next-shopify/compare/v2.1.0...v2.1.1-alpha.1) (2024-10-28)
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
### Bug Fixes
|
|
34
|
-
|
|
35
|
-
* added TODO ([2959ef9](https://github.com/agnostack/next-shopify/commit/2959ef9ddf7f1903462686a9574dfc031e91b2ca))
|
|
6
|
+
* merged in latest from beta ([3ac42ac](https://github.com/agnostack/next-shopify/commit/3ac42ac46907bb0a745c474569401315b48cb57b))
|
|
36
7
|
|
|
37
8
|
# [2.1.0](https://github.com/agnostack/next-shopify/compare/v2.0.14...v2.1.0) (2024-10-28)
|
|
38
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agnostack/next-shopify",
|
|
3
|
-
"version": "2.1.1-beta.
|
|
3
|
+
"version": "2.1.1-beta.3",
|
|
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",
|