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 (#55)
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 10, 2023
1 parent 9aa6504 commit a58c15f
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-chefs-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-cobras-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-waves-fold.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slow-bobcats-tell.md

This file was deleted.

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

## 0.1.7

### Patch Changes

- [`9aa6504`](https://github.com/OrJDev/prpc/commit/9aa65040dca46b55daf809c8e8d8ff787d2fc3af) Thanks [@OrJDev](https://github.com/OrJDev)! - impl: loading state for next thaler

- [`75e53f6`](https://github.com/OrJDev/prpc/commit/75e53f6a59ada67dbe4c530512d6ddaa563fab48) Thanks [@OrJDev](https://github.com/OrJDev)! - minor fix

- [`351ba49`](https://github.com/OrJDev/prpc/commit/351ba4918e836635558811bdda74437148287862) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: bump @prpc/react

## 0.1.6

### 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.6",
"version": "0.1.7",
"private": false,
"scripts": {
"build": "rm -rf dist && tsc -p . && tsc-alias -p tsconfig.json",
Expand Down
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.26

### Patch Changes

- [`3642813`](https://github.com/OrJDev/prpc/commit/3642813f3fbfad63bd975734a775c081d486d8ea) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: type fixes

## 0.2.25

### 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 Bling with goodies baked in",
"version": "0.2.25",
"version": "0.2.26",
"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.27

### Patch Changes

- [`3642813`](https://github.com/OrJDev/prpc/commit/3642813f3fbfad63bd975734a775c081d486d8ea) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: type fixes

## 0.2.26

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

1 comment on commit a58c15f

@vercel
Copy link

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

Please sign in to comment.