Skip to content

Commit

Permalink
ci(changesets): next version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 7, 2022
1 parent 15d3fd5 commit 443945e
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 6 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": "refinedev/refine" }],
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": ["!@pankod/*", "!create-refine-app"],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/antdAuditLog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@pankod/refine-antd-audit-log": "^3.29.0",
"@pankod/refine-core": "^3.90.4",
"@pankod/refine-react-router-v6": "^3.38.0",
"@pankod/refine-sdk": "^0.6.0",
"@pankod/refine-sdk": "^0.7.0",
"@pankod/refine-simple-rest": "^3.37.4",
"@types/node": "^12.20.11",
"@types/react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/cloud/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-cloud": "^6.0.0",
"@pankod/refine-cloud": "^7.0.0",
"@pankod/refine-antd-audit-log": "^3.29.0",
"@types/node": "^12.20.11",
"@types/react": "^18.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pankod/refine-cloud

## 7.0.0

### Patch Changes

- Updated dependencies [[`15d3fd535a2`](https://github.com/refinedev/refine/commit/15d3fd535a2f2ec18e984ee20c9064e35ce3f8b8)]:
- @pankod/refine-sdk@0.7.0

## 6.0.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.0.0",
"version": "7.0.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -23,15 +23,15 @@
"module": "dist/esm/index.js",
"peerDependencies": {
"@pankod/refine-core": "^3.23.2",
"@pankod/refine-sdk": "^0.6.0",
"@pankod/refine-sdk": "^0.7.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"@types/react": "^17.0.0 || ^18.0.0",
"@types/react-dom": "^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@pankod/refine-core": "^3.69.9",
"@pankod/refine-sdk": "^0.6.0",
"@pankod/refine-sdk": "^0.7.0",
"@esbuild-plugins/node-resolve": "^0.1.4",
"@types/lodash": "^4.14.171",
"@tanstack/react-query": "^4.10.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pankod/refine-sdk

## 0.7.0

### Minor Changes

- [#3149](https://github.com/refinedev/refine/pull/3149) [`15d3fd535a2`](https://github.com/refinedev/refine/commit/15d3fd535a2f2ec18e984ee20c9064e35ce3f8b8) Thanks [@yildirayunlu](https://github.com/yildirayunlu)! - Update compiler option on target `es6` for `@pankod/refine-sdk`.

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pankod/refine-sdk",
"version": "0.6.0",
"version": "0.7.0",
"description": "refine sdk. refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.",
"private": false,
"main": "dist/index.js",
Expand Down

0 comments on commit 443945e

Please sign in to comment.