Skip to content

Commit

Permalink
ci(changesets): next version packages (#2730)
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 585ba35 commit b7353f4
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 2 deletions.
8 changes: 8 additions & 0 deletions _changeset/README.md
Original file line number Diff line number Diff line change
@@ -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)
14 changes: 14 additions & 0 deletions _changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/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
}
}
File renamed without changes.
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.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",
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.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
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.13.0",
"version": "4.14.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit b7353f4

Please sign in to comment.