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

Commit f072d68

Browse files
chore(release): 📦 version packages (#15)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 60ff52e commit f072d68

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

.changeset/dirty-eggs-sparkle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thin-guests-compete.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/solid/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @prpc/solid
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2c8c32a`](https://github.com/OrJDev/prpc/commit/2c8c32a57fd7eb70b4ed3f37cbc743ec6cbab3e3), [`60ff52e`](https://github.com/OrJDev/prpc/commit/60ff52e6ca1cb4e75bdc669384c1a57f7ed557d3)]:
8+
- @prpc/vite@0.3.1
9+
310
## 0.2.1
411

512
### Patch Changes

packages/solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@prpc/solid",
33
"description": "Package for easily creating server rpc functions in solid-start with goodies baked in",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"scripts": {
66
"build": "rm -rf dist && tsup --config ../../tsup.config.js",
77
"clean": "rm -rf ./node_modules dist .turbo .solid",

packages/vite/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @prpc/vite
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [`2c8c32a`](https://github.com/OrJDev/prpc/commit/2c8c32a57fd7eb70b4ed3f37cbc743ec6cbab3e3) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: minor typescript fixes
8+
9+
- [`60ff52e`](https://github.com/OrJDev/prpc/commit/60ff52e6ca1cb4e75bdc669384c1a57f7ed557d3) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: try and set babel as an actual dep
10+
311
## 0.3.0
412

513
### Minor Changes

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@prpc/vite",
33
"description": "Package for easily creating server rpc functions in solid-start with goodies baked in",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"scripts": {
66
"build": "rm -rf dist && tsc -p .",
77
"clean": "rm -rf ./node_modules dist .turbo .solid",

0 commit comments

Comments
 (0)