@usereactify/search 5.2.0-beta.4 → 5.2.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
@@ -2,6 +2,21 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [5.2.0](https://bitbucket.org/usereactify/reactify-search-ui/compare/release-v5.1.5...release-v5.2.0) (2022-08-10)
6
+
7
+
8
+ ### Features
9
+
10
+ * add getData method to liquid utility ([bf3b75c](https://bitbucket.org/usereactify/reactify-search-ui/commit/bf3b75c0b3a9f6ece11120ff190f0e740021a58f))
11
+ * add utilities for liquid consumers ([e8d738c](https://bitbucket.org/usereactify/reactify-search-ui/commit/e8d738c2a242e4437f05ab0832e86cabed756f75))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * collection handle was include query string ([cbb2b4f](https://bitbucket.org/usereactify/reactify-search-ui/commit/cbb2b4f772410f9a23ced7b339ab6d12fa350ede))
17
+ * export liquid utility ([8df10b2](https://bitbucket.org/usereactify/reactify-search-ui/commit/8df10b2dd09658abf41d4404102db8eb20e4b63b))
18
+ * improve liquid utilities ([b54a8ca](https://bitbucket.org/usereactify/reactify-search-ui/commit/b54a8caa6c498d3798068fe47527ac5bcde74aca))
19
+
5
20
  ## [5.2.0-beta.4](https://bitbucket.org/usereactify/reactify-search-ui/compare/beta-v5.2.0-beta.3...beta-v5.2.0-beta.4) (2022-08-10)
6
21
 
7
22
  ## [5.2.0-beta.3](https://bitbucket.org/usereactify/reactify-search-ui/compare/beta-v5.2.0-beta.2...beta-v5.2.0-beta.3) (2022-08-10)
package/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@usereactify/search",
3
3
  "description": "React UI library for Reactify Search",
4
- "version": "5.2.0-beta.3",
4
+ "version": "5.2.0",
5
5
  "license": "MIT",
6
6
  "main": "dist/src/index.js",
7
7
  "types": "dist/src/index.d.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@usereactify/search",
3
3
  "description": "React UI library for Reactify Search",
4
- "version": "5.2.0-beta.4",
4
+ "version": "5.2.0",
5
5
  "license": "MIT",
6
6
  "main": "dist/src/index.js",
7
7
  "types": "dist/src/index.d.ts",