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 (#65)
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 b5b6198 commit 4b1e65c
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-papayas-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-fishes-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-crews-marry.md

This file was deleted.

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

## 0.3.14

### Patch Changes

- [`a638dc2`](https://github.com/OrJDev/prpc/commit/a638dc29255ecc2ccba7b97de031248adc012abe) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: make .isZodError work again

## 0.3.13

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

## 0.1.15

### Patch Changes

- [`b5b6198`](https://github.com/OrJDev/prpc/commit/b5b619872ccf038e8619edd152743212a9cf6ff7) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: bump @prpc/react to its latest version

- [`6427498`](https://github.com/OrJDev/prpc/commit/6427498e1594d7107aaa2c80c9072e37fd90b08c) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: correct the lint issues of the nextjs template

## 0.1.14

### 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.14",
"version": "0.1.15",
"private": false,
"scripts": {
"build": "rm -rf dist && tsc -p . && tsc-alias -p tsconfig.json",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @prpc/react

## 0.2.31

### Patch Changes

- Updated dependencies [[`a638dc2`](https://github.com/OrJDev/prpc/commit/a638dc29255ecc2ccba7b97de031248adc012abe)]:
- @prpc/core@0.3.14

## 0.2.30

### 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.30",
"version": "0.2.31",
"scripts": {
"build": "rm -rf dist && tsup --config ./tsup.config.js",
"clean": "rm -rf ./node_modules dist .turbo",
Expand Down
7 changes: 7 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @prpc/solid

## 0.2.31

### Patch Changes

- Updated dependencies [[`a638dc2`](https://github.com/OrJDev/prpc/commit/a638dc29255ecc2ccba7b97de031248adc012abe)]:
- @prpc/core@0.3.14

## 0.2.30

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

1 comment on commit 4b1e65c

@vercel
Copy link

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

Please sign in to comment.