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 (#21)
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 Mar 3, 2023
1 parent 5db7170 commit 19ee103
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-lizards-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-ligers-marry.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.6

### Patch Changes

- Updated dependencies [[`5db7170`](https://github.com/OrJDev/prpc/commit/5db7170344c5c05457433f49bd3502f83d2d3ce7), [`d9f77a2`](https://github.com/OrJDev/prpc/commit/d9f77a262b1653801afa09440879777d95f3ac3b)]:
- @prpc/vite@0.3.4

## 0.2.5

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

## 0.3.4

### Patch Changes

- [`5db7170`](https://github.com/OrJDev/prpc/commit/5db7170344c5c05457433f49bd3502f83d2d3ce7) Thanks [@OrJDev](https://github.com/OrJDev)! - allow babel options to be passed to prpc/vite

- [`d9f77a2`](https://github.com/OrJDev/prpc/commit/d9f77a262b1653801afa09440879777d95f3ac3b) Thanks [@OrJDev](https://github.com/OrJDev)! - use transformAsync instead of transform
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prpc/vite",
"version": "0.3.3",
"version": "0.3.4",
"type": "module",
"files": [
"dist"
Expand Down

0 comments on commit 19ee103

Please sign in to comment.