@agnostack/next-shopify 3.1.1 → 3.1.2-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.
- package/CHANGELOG.md +3 -16
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
## [3.1.1](https://github.com/agnostack/next-shopify/compare/v3.1.
|
|
1
|
+
## [3.1.2-alpha.1](https://github.com/agnostack/next-shopify/compare/v3.1.1...v3.1.2-alpha.1) (2025-01-24)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
* cleanup ([e6f4f8e](https://github.com/agnostack/next-shopify/commit/e6f4f8e28527232f2d79e64ac830c2f79dc22bb3))
|
|
8
|
-
* cleanup ([e51a428](https://github.com/agnostack/next-shopify/commit/e51a428f76b3d041b52d3c210a1654d6a2c6dbe3))
|
|
9
|
-
* convert Rest call in billing webhook to Graphql ([d33c0dd](https://github.com/agnostack/next-shopify/commit/d33c0ddfeccab4fbb9eb3fd3a8e4a7fb826b72b5))
|
|
10
|
-
* convert Rest call in billing webhook to Graphql REVERT ([182580b](https://github.com/agnostack/next-shopify/commit/182580b4914402439895674c903c5bfc51f8d8a1))
|
|
11
|
-
* debug ([22fd69b](https://github.com/agnostack/next-shopify/commit/22fd69b6c2bff67936faa5c5800a0a815d986114))
|
|
12
|
-
* debug ([290d463](https://github.com/agnostack/next-shopify/commit/290d4635982c7a592689ea08e1ec3f5cbdcca84a))
|
|
13
|
-
* debug ([cafeae3](https://github.com/agnostack/next-shopify/commit/cafeae3377f013643ff4cfd0743bdf44036b7738))
|
|
14
|
-
* debug ([8e392d7](https://github.com/agnostack/next-shopify/commit/8e392d7c025d8a1400471f7ca05e9db1e3980967))
|
|
15
|
-
* debug ([fe5ba5b](https://github.com/agnostack/next-shopify/commit/fe5ba5bb2c6d304127ee04cf738bee0d7dfb6071))
|
|
16
|
-
* debug ([f0eafeb](https://github.com/agnostack/next-shopify/commit/f0eafeb9319907b4472323adc298aec46708fc81))
|
|
17
|
-
* debug ([a0f53ab](https://github.com/agnostack/next-shopify/commit/a0f53ab8e03f6ddab1c575fbcc7578824d9a2ec7))
|
|
18
|
-
* debug ([4fd7034](https://github.com/agnostack/next-shopify/commit/4fd70342ff73e5163f82bb8fdf4c782fb382f206))
|
|
19
|
-
* updated to remove Rest client ([3d45aba](https://github.com/agnostack/next-shopify/commit/3d45aba15e8d53aa62356cdb8e004d7182b5dc85))
|
|
6
|
+
* merged in latest big dependency updates ([41de8d8](https://github.com/agnostack/next-shopify/commit/41de8d8c01ef78ae9dc43c8f55f08421bc9e58c6))
|
|
20
7
|
|
|
21
|
-
## [3.1.1
|
|
8
|
+
## [3.1.1](https://github.com/agnostack/next-shopify/compare/v3.1.0...v3.1.1) (2025-01-24)
|
|
22
9
|
|
|
23
10
|
|
|
24
11
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agnostack/next-shopify",
|
|
3
|
-
"version": "3.1.1",
|
|
3
|
+
"version": "3.1.2-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",
|