diff --git a/_changeset/README.md b/_changeset/README.md new file mode 100644 index 000000000000..e5b6d8d6a67a --- /dev/null +++ b/_changeset/README.md @@ -0,0 +1,8 @@ +# Changesets + +Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works +with multi-package repos, or single-package repos to help you version and publish your code. You can +find the full documentation for it [in our repository](https://github.com/changesets/changesets) + +We have a quick list of common questions to get you started engaging with this project in +[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md) diff --git a/_changeset/config.json b/_changeset/config.json new file mode 100644 index 000000000000..69ccd9c742d8 --- /dev/null +++ b/_changeset/config.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json", + "changelog": ["@changesets/changelog-github", { "repo": "pankod/refine" }], + "commit": false, + "fixed": [], + "linked": [], + "access": "public", + "baseBranch": "master", + "updateInternalDependencies": "patch", + "ignore": ["!@pankod/*"], + "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { + "onlyUpdatePeerDependentsWhenOutOfRange": true + } +} \ No newline at end of file diff --git a/.changeset/stale-poets-shout.md b/_changeset/stale-poets-shout.md similarity index 100% rename from .changeset/stale-poets-shout.md rename to _changeset/stale-poets-shout.md diff --git a/examples/dataProvider/hasura/package.json b/examples/dataProvider/hasura/package.json index bb3e7c10509f..02b3a347f7f1 100644 --- a/examples/dataProvider/hasura/package.json +++ b/examples/dataProvider/hasura/package.json @@ -5,7 +5,7 @@ "dependencies": { "@pankod/refine-antd": "^3.55.3", "@pankod/refine-core": "^3.84.0", - "@pankod/refine-hasura": "^4.13.0", + "@pankod/refine-hasura": "^4.14.0", "@pankod/refine-react-router-v6": "^3.36.0", "@types/node": "^12.20.11", "@types/react": "^18.0.0", diff --git a/packages/hasura/CHANGELOG.md b/packages/hasura/CHANGELOG.md index cb0f75dbf1c9..f7ea7b3b9bfa 100644 --- a/packages/hasura/CHANGELOG.md +++ b/packages/hasura/CHANGELOG.md @@ -1,5 +1,11 @@ # @pankod/refine-hasura +## 4.14.0 + +### Minor Changes + +- [#2728](https://github.com/pankod/refine/pull/2728) [`585ba350f8`](https://github.com/pankod/refine/commit/585ba350f831be93055c58c1ff660645f21bdf77) Thanks [@aliemir](https://github.com/aliemir)! - 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.13.0 ### Minor Changes diff --git a/packages/hasura/package.json b/packages/hasura/package.json index 4563452bef20..df2c8411ed96 100644 --- a/packages/hasura/package.json +++ b/packages/hasura/package.json @@ -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.13.0", + "version": "4.14.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",