Skip to content

Commit

Permalink
Merge branch 'beta' into fix/beta/pre-exit
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed May 14, 2024
2 parents 4338f8d + c85a449 commit 40f3444
Show file tree
Hide file tree
Showing 11 changed files with 166 additions and 247 deletions.
6 changes: 6 additions & 0 deletions .changeset/long-pandas-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@suspensive/react-query": major
"@suspensive/react": major
---

chore(\*): versioning last beta
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"clean-singers-know",
"eight-peas-hear",
"four-kings-dream",
"long-pandas-laugh",
"real-vans-raise",
"rich-flies-turn",
"serious-islands-teach",
Expand Down
2 changes: 1 addition & 1 deletion configs/eslint-config-js/no-import.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
{
files: ['*.spec.ts*', '*.test.ts*'],
plugins: ['vitest', 'jest-dom'],
extends: ['plugin:vitest/recommended'],
extends: ['plugin:vitest/legacy-recommended'],
},
],
}
8 changes: 4 additions & 4 deletions configs/eslint-config-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"ci:eslint": "eslint \"**/*.{js,jsx,cjs,mjs,ts,tsx,cts,mts}\""
},
"dependencies": {
"@cspell/eslint-plugin": "^8.6.1",
"@cspell/eslint-plugin": "^8.8.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest-dom": "^5.2.0",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jsdoc": "^48.2.4",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vitest": "0.4.1"
"eslint-plugin-vitest": "0.5.4"
}
}
2 changes: 1 addition & 1 deletion configs/eslint-config-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-jsdoc": "^48.2.4",
"eslint-plugin-prettier": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion configs/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@suspensive/eslint-config-ts": "workspace:*",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0"
"eslint-plugin-react-hooks": "^4.6.2"
}
}
11 changes: 11 additions & 0 deletions packages/react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @suspensive/react-query

## 2.0.0-beta.10

### Major Changes

- [#629](https://github.com/suspensive/react/pull/629) [`36d7416`](https://github.com/suspensive/react/commit/36d74169eb6fda88b62fe7d6f71f7b319480e9ba) Thanks [@manudeli](https://github.com/manudeli)! - chore(\*): versioning last beta

### Patch Changes

- Updated dependencies [[`36d7416`](https://github.com/suspensive/react/commit/36d74169eb6fda88b62fe7d6f71f7b319480e9ba)]:
- @suspensive/react@2.0.0-beta.10

## 2.0.0-beta.9

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react-query",
"version": "2.0.0-beta.9",
"version": "2.0.0-beta.10",
"description": "Useful helpers for @tanstack/react-query with suspense",
"keywords": [
"suspensive",
Expand Down Expand Up @@ -70,7 +70,7 @@
"react-dom": "^18.3.1"
},
"peerDependencies": {
"@suspensive/react": "workspace:^2.0.0-beta.9",
"@suspensive/react": "workspace:^2.0.0-beta.10",
"@tanstack/react-query": "^4",
"react": "^18"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @suspensive/react

## 2.0.0-beta.10

### Major Changes

- [#629](https://github.com/suspensive/react/pull/629) [`36d7416`](https://github.com/suspensive/react/commit/36d74169eb6fda88b62fe7d6f71f7b319480e9ba) Thanks [@manudeli](https://github.com/manudeli)! - chore(\*): versioning last beta

## 2.0.0-beta.9

## 2.0.0-beta.8
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react",
"version": "2.0.0-beta.9",
"version": "2.0.0-beta.10",
"description": "Useful interfaces for React Suspense",
"keywords": [
"suspensive",
Expand Down

0 comments on commit 40f3444

Please sign in to comment.