Skip to content

Commit

Permalink
ci(changesets): version packages (#2731)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
refine-bot and github-actions[bot] authored Oct 12, 2022
1 parent b7353f4 commit 1537d8d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/dataProvider/hasura/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@pankod/refine-antd": "^3.55.3",
"@pankod/refine-core": "^3.84.0",
"@pankod/refine-hasura": "^4.14.0",
"@pankod/refine-hasura": "^4.15.0",
"@pankod/refine-react-router-v6": "^3.36.0",
"@types/node": "^12.20.11",
"@types/react": "^18.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/hasura/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pankod/refine-hasura

## 4.15.0

### Minor Changes

- Added missing implementations for `nnull`, `startswith`, `startswiths`, `nstartswith`, `nstartswiths`, `endswith`, `endswiths`, `nendswith` and `nendswiths` filters by `_similar`, `_nsimilar`, `_regex` and `_iregex` filters from Hasura.

## 4.14.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hasura/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pankod/refine-hasura",
"description": "refine Hasura data provider. refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.",
"version": "4.14.0",
"version": "4.15.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 1537d8d

Please sign in to comment.