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 (#70)
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 27, 2023
1 parent 46dbc6a commit a285dad
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-pants-run.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gorgeous-jeans-appear.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.15

### Patch Changes

- [`0fd19d8`](https://github.com/OrJDev/prpc/commit/0fd19d863cf1952d3ea74b65345fdd871d5994cb) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: set headers on server side rendering

## 0.3.14

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

### Patch Changes

- [`46dbc6a`](https://github.com/OrJDev/prpc/commit/46dbc6ae5f47873a61e75c4baca5eecc42cc5624) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: bump @prpc/solid

## 0.1.15

### 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.15",
"version": "0.1.16",
"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.33

### Patch Changes

- Updated dependencies [[`0fd19d8`](https://github.com/OrJDev/prpc/commit/0fd19d863cf1952d3ea74b65345fdd871d5994cb)]:
- @prpc/core@0.3.15

## 0.2.32

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

## 0.2.33

### Patch Changes

- [`0fd19d8`](https://github.com/OrJDev/prpc/commit/0fd19d863cf1952d3ea74b65345fdd871d5994cb) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: set headers on server side rendering

- Updated dependencies [[`0fd19d8`](https://github.com/OrJDev/prpc/commit/0fd19d863cf1952d3ea74b65345fdd871d5994cb)]:
- @prpc/core@0.3.15

## 0.2.32

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

1 comment on commit a285dad

@vercel
Copy link

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

Please sign in to comment.