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

Commit 2c4ff92

Browse files
chore(release): 📦 version packages (#17)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3fb8128 commit 2c4ff92

File tree

7 files changed

+19
-17
lines changed

7 files changed

+19
-17
lines changed

.changeset/fresh-ducks-study.md

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

.changeset/little-pandas-juggle.md

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

.changeset/new-toes-smoke.md

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

packages/solid/CHANGELOG.md

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

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- [`3fb8128`](https://github.com/OrJDev/prpc/commit/3fb81288905aa3edc4dc479814cd273320402724) Thanks [@OrJDev](https://github.com/OrJDev)! - remove unused stuff
8+
9+
- Updated dependencies [[`93917f5`](https://github.com/OrJDev/prpc/commit/93917f56d097a99f9bdeac4a0618288ad0fbacda), [`64e30d5`](https://github.com/OrJDev/prpc/commit/64e30d5d5109ae5d965d54e5819eef0428df9749)]:
10+
- @prpc/vite@0.3.1
11+
312
## 0.2.2
413

514
### 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.2",
4+
"version": "0.2.3",
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
@@ -4,6 +4,14 @@
44

55
### Patch Changes
66

7+
- [`93917f5`](https://github.com/OrJDev/prpc/commit/93917f56d097a99f9bdeac4a0618288ad0fbacda) Thanks [@OrJDev](https://github.com/OrJDev)! - remoove babel as a dep
8+
9+
- [`64e30d5`](https://github.com/OrJDev/prpc/commit/64e30d5d5109ae5d965d54e5819eef0428df9749) Thanks [@OrJDev](https://github.com/OrJDev)! - build: move to esbuild
10+
11+
## 0.3.1
12+
13+
### Patch Changes
14+
715
- [`2c8c32a`](https://github.com/OrJDev/prpc/commit/2c8c32a57fd7eb70b4ed3f37cbc743ec6cbab3e3) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: minor typescript fixes
816

917
- [`60ff52e`](https://github.com/OrJDev/prpc/commit/60ff52e6ca1cb4e75bdc669384c1a57f7ed557d3) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: try and set babel as an actual dep

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)