Skip to content

Commit

Permalink
r44 release (#1015)
Browse files Browse the repository at this point in the history
* r44 release

* update readme
  • Loading branch information
joemcelroy committed Sep 22, 2021
1 parent 6ae45e4 commit 773ad91
Show file tree
Hide file tree
Showing 11 changed files with 63 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-canary.44](https://github.com/searchkit/searchkit/compare/v3.0.0-canary.27...v3.0.0-canary.44) (2021-09-22)


### Features

* Add highlight support for matched words ([#880](https://github.com/searchkit/searchkit/issues/880)) ([a7b971e](https://github.com/searchkit/searchkit/commit/a7b971e778bc017f9feb535cd848a7776f82778e))
* **rangefilter:** allow min / max & dateMin / dateMax to be optional ([#859](https://github.com/searchkit/searchkit/issues/859)) ([a27e774](https://github.com/searchkit/searchkit/commit/a27e774692c9e8860fddc82334aa8910d7422fb1)), closes [#844](https://github.com/searchkit/searchkit/issues/844)
* add optional postProcessRequest ([#857](https://github.com/searchkit/searchkit/issues/857)) ([fc98800](https://github.com/searchkit/searchkit/commit/fc9880037ad04c7089af22a1bd0bc4ec3715b9c4))





# [3.0.0-canary.43](https://github.com/searchkit/searchkit/compare/v3.0.0-canary.27...v3.0.0-canary.43) (2021-09-14)


Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -18,6 +18,7 @@ Searchkit is a Graph QL / React UI Component framework to:
[Read our blog post about Searchkit V3](https://blog.searchkit.co/searchkit-v3-enter-graphql-330e1aa5752d)

### Release History
- 3.0.0-canary.44 : Out the box filters for terms and ranges [view release nodes](https://github.com/searchkit/searchkit/releases/tag/v3.0.0-canary.44)
- 3.0.0-canary.41 : Hierarchical Facet support. Breaking change with facet entries GQL[View release notes](https://github.com/searchkit/searchkit/releases/tag/v3.0.0-canary.41)
- 3.0.0-canary.39 : Facet Visibility rules allowing you to show / hide facets depending on search state [View Release notes](https://github.com/searchkit/searchkit/releases/tag/v3.0.0-canary.39)
- 3.0.0-canary.37 : Fixes for routing HOC used for Next _app layout component [View Release notes](https://github.com/searchkit/searchkit/releases/tag/v3.0.0-canary.37)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "3.0.0-canary.43",
"version": "3.0.0-canary.44",
"includeMergedTags": true,
"command": {
"publish": {
Expand Down
11 changes: 11 additions & 0 deletions packages/searchkit-cli/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-canary.44](https://github.com/searchkit/searchkit/compare/v3.0.0-canary.27...v3.0.0-canary.44) (2021-09-22)


### Features

* Add highlight support for matched words ([#880](https://github.com/searchkit/searchkit/issues/880)) ([a7b971e](https://github.com/searchkit/searchkit/commit/a7b971e778bc017f9feb535cd848a7776f82778e))





# [3.0.0-canary.43](https://github.com/searchkit/searchkit/compare/v3.0.0-canary.27...v3.0.0-canary.43) (2021-09-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/searchkit-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@searchkit/cli",
"version": "3.0.0-canary.43",
"version": "3.0.0-canary.44",
"main": "lib/index.js",
"author": "Joseph McElroy <phoey1@gmail.com>",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/searchkit-client/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-canary.44](https://github.com/searchkit/searchkit/compare/v3.0.0-canary.27...v3.0.0-canary.44) (2021-09-22)


### Features

* **rangefilter:** allow min / max & dateMin / dateMax to be optional ([#859](https://github.com/searchkit/searchkit/issues/859)) ([a27e774](https://github.com/searchkit/searchkit/commit/a27e774692c9e8860fddc82334aa8910d7422fb1)), closes [#844](https://github.com/searchkit/searchkit/issues/844)





# [3.0.0-canary.43](https://github.com/searchkit/searchkit/compare/v3.0.0-canary.27...v3.0.0-canary.43) (2021-09-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/searchkit-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@searchkit/client",
"version": "3.0.0-canary.43",
"version": "3.0.0-canary.44",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/searchkit-elastic-ui/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-canary.44](https://github.com/searchkit/searchkit/compare/v3.0.0-canary.27...v3.0.0-canary.44) (2021-09-22)

**Note:** Version bump only for package @searchkit/elastic-ui





# [3.0.0-canary.43](https://github.com/searchkit/searchkit/compare/v3.0.0-canary.27...v3.0.0-canary.43) (2021-09-14)

**Note:** Version bump only for package @searchkit/elastic-ui
Expand Down
4 changes: 2 additions & 2 deletions packages/searchkit-elastic-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@searchkit/elastic-ui",
"version": "3.0.0-canary.43",
"version": "3.0.0-canary.44",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "lib/esm/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "^34.0.0",
"@searchkit/client": "^3.0.0-canary.43",
"@searchkit/client": "^3.0.0-canary.44",
"@types/react": "^17.0.13",
"moment": "^2.29.1",
"react": "^17.0.1",
Expand Down
13 changes: 13 additions & 0 deletions packages/searchkit-schema/CHANGELOG.md
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-canary.44](https://github.com/searchkit/searchkit/compare/v3.0.0-canary.27...v3.0.0-canary.44) (2021-09-22)


### Features

* Add highlight support for matched words ([#880](https://github.com/searchkit/searchkit/issues/880)) ([a7b971e](https://github.com/searchkit/searchkit/commit/a7b971e778bc017f9feb535cd848a7776f82778e))
* **rangefilter:** allow min / max & dateMin / dateMax to be optional ([#859](https://github.com/searchkit/searchkit/issues/859)) ([a27e774](https://github.com/searchkit/searchkit/commit/a27e774692c9e8860fddc82334aa8910d7422fb1)), closes [#844](https://github.com/searchkit/searchkit/issues/844)
* add optional postProcessRequest ([#857](https://github.com/searchkit/searchkit/issues/857)) ([fc98800](https://github.com/searchkit/searchkit/commit/fc9880037ad04c7089af22a1bd0bc4ec3715b9c4))





# [3.0.0-canary.43](https://github.com/searchkit/searchkit/compare/v3.0.0-canary.27...v3.0.0-canary.43) (2021-09-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/searchkit-schema/package.json
@@ -1,6 +1,6 @@
{
"name": "@searchkit/schema",
"version": "3.0.0-canary.43",
"version": "3.0.0-canary.44",
"main": "lib/index.js",
"author": "Joseph McElroy <phoey1@gmail.com>",
"license": "Apache-2.0",
Expand Down

1 comment on commit 773ad91

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for searchkit-docs ready!

✅ Preview
https://searchkit-docs-85gamxxxn-joemcelroy.vercel.app

Built with commit 773ad91.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.