Skip to content

Commit

Permalink
ci(changesets): version packages (refinedev#3178)
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 Dec 9, 2022
1 parent 0403f58 commit 0192685
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/inferencer/antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@pankod/refine-core": "^3.90.4",
"@pankod/refine-react-router-v6": "^3.38.0",
"@pankod/refine-simple-rest": "^3.37.4",
"@pankod/refine-inferencer": "^1.5.0",
"@pankod/refine-inferencer": "^1.6.0",
"@types/node": "^12.20.11",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/inferencer/chakra-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@pankod/refine-chakra-ui": "^1.6.0",
"@tabler/icons": "^1.1.0",
"@pankod/refine-core": "^3.90.4",
"@pankod/refine-inferencer": "^1.5.0",
"@pankod/refine-inferencer": "^1.6.0",
"@pankod/refine-react-router-v6": "^3.38.0",
"@pankod/refine-simple-rest": "^3.37.4",
"@pankod/refine-react-table": "^4.8.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/inferencer/mantine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@pankod/refine-mantine": "^1.15.0",
"@pankod/refine-core": "^3.90.4",
"@pankod/refine-inferencer": "^1.5.0",
"@pankod/refine-inferencer": "^1.6.0",
"@pankod/refine-react-router-v6": "^3.38.0",
"@pankod/refine-simple-rest": "^3.37.4",
"@pankod/refine-react-table": "^4.9.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/inferencer/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@pankod/refine-core": "^3.90.4",
"@pankod/refine-inferencer": "^1.5.0",
"@pankod/refine-inferencer": "^1.6.0",
"@pankod/refine-mui": "^3.61.0",
"@pankod/refine-react-hook-form": "^3.33.2",
"@pankod/refine-react-router-v6": "^3.38.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/inferencer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pankod/refine-mantine

## 1.6.0

### Minor Changes

- [#3173](https://github.com/refinedev/refine/pull/3173) [`15402d3a70f`](https://github.com/refinedev/refine/commit/15402d3a70fead18bb7d49eae75fe5afa6b9b4f3) Thanks [@aliemir](https://github.com/aliemir)! - - Added `fieldTransformer` prop to inferencer components to let users transform or hide the field to be rendered.
- Hide networks errors caused by the relation detection process.
- Added the ability to detect relations from basic types like `"text"` and `"number"`.

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/inferencer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pankod/refine-inferencer",
"version": "1.5.0",
"version": "1.6.0",
"description": "refine is a React-based framework for building internal tools, rapidly.",
"private": false,
"main": "dist/index.js",
Expand Down

0 comments on commit 0192685

Please sign in to comment.