@graphcommerce/algolia-categories 9.0.1-canary.0 → 9.0.1-canary.2

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 +4 -40
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,47 +1,11 @@
1
1
  # @graphcommerce/algolia-categories
2
2
 
3
- ## 9.0.1-canary.0
3
+ ## 9.0.1-canary.2
4
+
5
+ ## 9.0.1-canary.1
4
6
 
5
7
  ## 9.0.0
6
8
 
7
9
  ### Major Changes
8
10
 
9
- - [#2377](https://github.com/graphcommerce-org/graphcommerce/pull/2377) [`bca47b8`](https://github.com/graphcommerce-org/graphcommerce/commit/bca47b81061ea8608753cfc8940ce4db65ab27e3) - Enables Algolia category search in GraphQL Mesh. Integrated Algolia category search into the `categories` type within the Mesh. This will only be used on search pages. ([@Renzovh](https://github.com/Renzovh))
10
-
11
- ## 9.0.0-canary.118
12
-
13
- ## 9.0.0-canary.117
14
-
15
- ## 9.0.0-canary.116
16
-
17
- ## 9.0.0-canary.115
18
-
19
- ## 9.0.0-canary.114
20
-
21
- ## 9.0.0-canary.113
22
-
23
- ## 9.0.0-canary.112
24
-
25
- ## 9.0.0-canary.111
26
-
27
- ## 9.0.0-canary.110
28
-
29
- ## 9.0.0-canary.109
30
-
31
- ## 9.0.0-canary.108
32
-
33
- ## 9.0.0-canary.107
34
-
35
- ## 9.0.0-canary.106
36
-
37
- ## 9.0.0-canary.105
38
-
39
- ## 9.0.0-canary.104
40
-
41
- ## 9.0.0-canary.103
42
-
43
- ## 9.0.0-canary.84
44
-
45
- ### Minor Changes
46
-
47
- - [#2377](https://github.com/graphcommerce-org/graphcommerce/pull/2377) [`bca47b8`](https://github.com/graphcommerce-org/graphcommerce/commit/bca47b81061ea8608753cfc8940ce4db65ab27e3) - Enables algolia category search in graphql mesh. Integrated algolias category search into categories type within the mesh. This will only be used on search pages ([@Renzovh](https://github.com/Renzovh))
11
+ - [#2377](https://github.com/graphcommerce-org/graphcommerce/pull/2377) [`bca47b8`](https://github.com/graphcommerce-org/graphcommerce/commit/bca47b81061ea8608753cfc8940ce4db65ab27e3) - Algolia: Enables Algolia category search in GraphQL Mesh. Integrated Algolia category search into the `categories` type within the Mesh. This will only be used on search pages. ([@Renzovh](https://github.com/Renzovh))
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/algolia-categories",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.1-canary.0",
5
+ "version": "9.0.1-canary.2",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -15,15 +15,15 @@
15
15
  "generate": "tsx scripts/generate-spec.mts"
16
16
  },
17
17
  "peerDependencies": {
18
- "@graphcommerce/algolia-products": "^9.0.1-canary.0",
19
- "@graphcommerce/google-datalayer": "^9.0.1-canary.0",
20
- "@graphcommerce/graphql": "^9.0.1-canary.0",
21
- "@graphcommerce/graphql-mesh": "^9.0.1-canary.0",
22
- "@graphcommerce/magento-customer": "^9.0.1-canary.0",
23
- "@graphcommerce/magento-product": "^9.0.1-canary.0",
24
- "@graphcommerce/magento-search": "^9.0.1-canary.0",
25
- "@graphcommerce/next-config": "^9.0.1-canary.0",
26
- "@graphcommerce/next-ui": "^9.0.1-canary.0",
18
+ "@graphcommerce/algolia-products": "^9.0.1-canary.2",
19
+ "@graphcommerce/google-datalayer": "^9.0.1-canary.2",
20
+ "@graphcommerce/graphql": "^9.0.1-canary.2",
21
+ "@graphcommerce/graphql-mesh": "^9.0.1-canary.2",
22
+ "@graphcommerce/magento-customer": "^9.0.1-canary.2",
23
+ "@graphcommerce/magento-product": "^9.0.1-canary.2",
24
+ "@graphcommerce/magento-search": "^9.0.1-canary.2",
25
+ "@graphcommerce/next-config": "^9.0.1-canary.2",
26
+ "@graphcommerce/next-ui": "^9.0.1-canary.2",
27
27
  "react": "^18.2.0"
28
28
  },
29
29
  "devDependencies": {