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

Commit

Permalink
mg
Browse files Browse the repository at this point in the history
  • Loading branch information
OrJDev committed Apr 27, 2023
2 parents 46dbc6a + a285dad commit 0669dbc
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

0 comments on commit 0669dbc

Please sign in to comment.