Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
chore(release): 📦 version packages (#66)
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
github-actions[bot] and github-actions[bot] authored Apr 21, 2023
1 parent 1fc2455 commit 417d927
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-experts-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-hairs-eat.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @prpc/react

## 0.2.32

### Patch Changes

- [`1fc2455`](https://github.com/OrJDev/prpc/commit/1fc2455f4696492c999fab50188d9f5b34d33946) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: return type of mutation$

## 0.2.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prpc/react",
"description": "Package for easily creating server rpc functions in NextJS/Bling with goodies baked in",
"version": "0.2.31",
"version": "0.2.32",
"scripts": {
"build": "rm -rf dist && tsup --config ./tsup.config.js",
"clean": "rm -rf ./node_modules dist .turbo",
Expand Down
6 changes: 6 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @prpc/solid

## 0.2.32

### Patch Changes

- [`8274e09`](https://github.com/OrJDev/prpc/commit/8274e0950000e2af2c4e329df7a36996be0d0b5f) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: return type of reuseable$

## 0.2.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prpc/solid",
"description": "Package for easily creating server rpc functions in solid-start with goodies baked in",
"version": "0.2.31",
"version": "0.2.32",
"scripts": {
"build": "rm -rf dist && tsup --config ../../tsup.config.js",
"clean": "rm -rf ./node_modules dist .turbo .solid",
Expand Down

1 comment on commit 417d927

@vercel
Copy link

@vercel vercel bot commented on 417d927 Apr 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

prpc-docs – ./

prpc-docs-orjdev.vercel.app
prpc-docs.vercel.app
prpc-docs-git-main-orjdev.vercel.app
prpc.vercel.app

Please sign in to comment.