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 (#63)
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 16, 2023
1 parent b935a1d commit 4fc98ad
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-crabs-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-planes-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-ladybugs-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-turtles-deny.md

This file was deleted.

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

## 0.1.13

### Patch Changes

- [`15b3531`](https://github.com/OrJDev/prpc/commit/15b3531c07bb631669ace2b7cf8b92eb7fb93407) Thanks [@OrJDev](https://github.com/OrJDev)! - bump react

## 0.1.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-prpc-app",
"version": "0.1.12",
"version": "0.1.13",
"private": false,
"scripts": {
"build": "rm -rf dist && tsc -p . && tsc-alias -p tsconfig.json",
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @prpc/react

## 0.2.29

### Patch Changes

- [`1717db5`](https://github.com/OrJDev/prpc/commit/1717db5dc0abcfd3b1b49941cd799bf9d651e449) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: opts override

- [`b935a1d`](https://github.com/OrJDev/prpc/commit/b935a1deeace4b80e4f4111b0d40561218252591) Thanks [@OrJDev](https://github.com/OrJDev)! - assure query status refetch

- [`1636cc4`](https://github.com/OrJDev/prpc/commit/1636cc43563a5cdbf664780aca34d02441b4efe9) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: don't fetch data on client if fetched on server

## 0.2.28

### 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.28",
"version": "0.2.29",
"scripts": {
"build": "rm -rf dist && tsup --config ./tsup.config.js",
"clean": "rm -rf ./node_modules dist .turbo",
Expand Down

1 comment on commit 4fc98ad

@vercel
Copy link

@vercel vercel bot commented on 4fc98ad Apr 16, 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.vercel.app
prpc-docs-orjdev.vercel.app
prpc-docs-git-main-orjdev.vercel.app
prpc.vercel.app

Please sign in to comment.