Skip to content

Commit

Permalink
Merge pull request #116 from OpenAPI-Qraft/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages (beta)
  • Loading branch information
radist2s authored Jul 21, 2024
2 parents 29879cf + 14c96e9 commit dbb5c1a
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"changesets": [
"fast-hornets-repeat",
"giant-chairs-occur"
"giant-chairs-occur",
"wet-plants-judge"
]
}
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @openapi-qraft/cli

## 1.13.0-beta.1

### Patch Changes

- @openapi-qraft/plugin@1.13.0-beta.1
- @openapi-qraft/tanstack-query-react-plugin@1.13.0-beta.1
- @openapi-qraft/openapi-typescript-plugin@1.0.7-beta.1

## 1.13.0-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openapi-qraft/cli",
"version": "1.13.0-beta.0",
"version": "1.13.0-beta.1",
"description": "CLI for generating typed Tanstack Query React Hooks and services from OpenAPI Schemas, improving type safety in React apps",
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down
6 changes: 6 additions & 0 deletions packages/openapi-typescript-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openapi-qraft/openapi-typescript

## 1.0.7-beta.1

### Patch Changes

- @openapi-qraft/plugin@1.13.0-beta.1

## 1.0.7-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-typescript-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openapi-qraft/openapi-typescript-plugin",
"version": "1.0.7-beta.0",
"version": "1.0.7-beta.1",
"type": "module",
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down
2 changes: 2 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @openapi-qraft/plugin

## 1.13.0-beta.1

## 1.13.0-beta.0

## 1.12.1
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openapi-qraft/plugin",
"version": "1.13.0-beta.0",
"version": "1.13.0-beta.1",
"packageManager": "[email protected]",
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/react-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openapi-qraft/react

## 1.13.0-beta.1

### Patch Changes

- 4e4a571: Add backward compatibility for `undefined` body mutations, allowing `useMutation` to support `mutate()` and `mutateAsync()` without arguments when the body is `undefined`.

## 1.13.0-beta.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openapi-qraft/react",
"version": "1.13.0-beta.0",
"version": "1.13.0-beta.1",
"description": "API client for React, providing type-safe requests and dynamic Tanstack Query React Hooks via a modular, Proxy-based architecture.",
"scripts": {
"build": "NODE_ENV=production rollup --config rollup.config.mjs && tsc --project tsconfig.build.json --emitDeclarationOnly",
Expand Down
6 changes: 6 additions & 0 deletions packages/tanstack-query-react-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openapi-qraft/tanstack-query-react-plugin

## 1.13.0-beta.1

### Patch Changes

- @openapi-qraft/plugin@1.13.0-beta.1

## 1.13.0-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tanstack-query-react-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openapi-qraft/tanstack-query-react-plugin",
"version": "1.13.0-beta.0",
"version": "1.13.0-beta.1",
"type": "module",
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down

0 comments on commit dbb5c1a

Please sign in to comment.