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

Commit e5c1127

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

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/swift-fireants-kneel.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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d1a9bc6`](https://github.com/OrJDev/prpc/commit/d1a9bc6408ae6bb86a08df26437b6b4c31715def)]:
8+
- @prpc/vite@0.3.3
9+
310
## 0.2.4
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.4",
4+
"version": "0.2.5",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @prpc/vite
22

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- [`d1a9bc6`](https://github.com/OrJDev/prpc/commit/d1a9bc6408ae6bb86a08df26437b6b4c31715def) Thanks [@OrJDev](https://github.com/OrJDev)! - try and use pridepack
8+
39
## 0.3.2
410

511
### Patch 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.2",
4+
"version": "0.3.3",
55
"scripts": {
66
"clean": "rm -rf ./node_modules dist .turbo .solid",
77
"lint": "eslint . --fix --ext .ts,.tsx,.js,.jsx",

0 commit comments

Comments
 (0)