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 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 1, 2023
1 parent 1add03f commit 905a7db
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/plenty-countries-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-carrots-fail.md

This file was deleted.

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.1

### Patch Changes

- Updated dependencies [[`1add03f`](https://github.com/OrJDev/prpc/commit/1add03f50e74f2490feb2c0170413573eefe40a6), [`ad6385e`](https://github.com/OrJDev/prpc/commit/ad6385ee9cfeb487dcf6bc34d471d08db701cf80)]:
- @prpc/vite@0.3.0

## 0.2.0

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

## 0.3.0

### Minor Changes

- [`1add03f`](https://github.com/OrJDev/prpc/commit/1add03f50e74f2490feb2c0170413573eefe40a6) Thanks [@Tanner-Scadden](https://github.com/Tanner-Scadden)! - Updated async transformation and zod transform to be more reliable and use parseAsnyc

### Patch Changes

- [`ad6385e`](https://github.com/OrJDev/prpc/commit/ad6385ee9cfeb487dcf6bc34d471d08db701cf80) Thanks [@Tanner-Scadden](https://github.com/Tanner-Scadden)! - Fixed babel transform for request$ in functions

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prpc/vite",
"description": "Package for easily creating server rpc functions in solid-start with goodies baked in",
"version": "0.2.0",
"version": "0.3.0",
"scripts": {
"build": "rm -rf dist && tsc -p .",
"clean": "rm -rf ./node_modules dist .turbo .solid",
Expand Down

0 comments on commit 905a7db

Please sign in to comment.