@akinon/next 1.52.0 → 1.53.0

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @akinon/next
2
2
 
3
+ ## 1.53.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a957942: ZERO-2909: Rename useDeleteCollectionItemQuery
8
+
3
9
  ## 1.52.0
4
10
 
5
11
  ### Minor Changes
@@ -207,5 +207,5 @@ export const {
207
207
  useLazyGetCollectionsOOSQuery,
208
208
  useLazyDeleteCollectionQuery,
209
209
  useEditCollectionMutation,
210
- useDeleteCollectionItemQuery
210
+ useLazyDeleteCollectionItemQuery
211
211
  } = wishlistApi;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@akinon/next",
3
3
  "description": "Core package for Project Zero Next",
4
- "version": "1.52.0",
4
+ "version": "1.53.0",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "bin": {
@@ -29,7 +29,7 @@
29
29
  "set-cookie-parser": "2.6.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@akinon/eslint-plugin-projectzero": "1.52.0",
32
+ "@akinon/eslint-plugin-projectzero": "1.53.0",
33
33
  "@types/react-redux": "7.1.30",
34
34
  "@types/set-cookie-parser": "2.4.7",
35
35
  "@typescript-eslint/eslint-plugin": "6.7.4",