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 (#17)
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 2, 2023
1 parent 3fb8128 commit 2c4ff92
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-ducks-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-pandas-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-toes-smoke.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @prpc/solid

## 0.2.3

### Patch Changes

- [`3fb8128`](https://github.com/OrJDev/prpc/commit/3fb81288905aa3edc4dc479814cd273320402724) Thanks [@OrJDev](https://github.com/OrJDev)! - remove unused stuff

- Updated dependencies [[`93917f5`](https://github.com/OrJDev/prpc/commit/93917f56d097a99f9bdeac4a0618288ad0fbacda), [`64e30d5`](https://github.com/OrJDev/prpc/commit/64e30d5d5109ae5d965d54e5819eef0428df9749)]:
- @prpc/vite@0.3.1

## 0.2.2

### 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.2",
"version": "0.2.3",
"scripts": {
"build": "rm -rf dist && tsup --config ../../tsup.config.js",
"clean": "rm -rf ./node_modules dist .turbo .solid",
Expand Down
8 changes: 8 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- [`93917f5`](https://github.com/OrJDev/prpc/commit/93917f56d097a99f9bdeac4a0618288ad0fbacda) Thanks [@OrJDev](https://github.com/OrJDev)! - remoove babel as a dep

- [`64e30d5`](https://github.com/OrJDev/prpc/commit/64e30d5d5109ae5d965d54e5819eef0428df9749) Thanks [@OrJDev](https://github.com/OrJDev)! - build: move to esbuild

## 0.3.1

### Patch Changes

- [`2c8c32a`](https://github.com/OrJDev/prpc/commit/2c8c32a57fd7eb70b4ed3f37cbc743ec6cbab3e3) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: minor typescript fixes

- [`60ff52e`](https://github.com/OrJDev/prpc/commit/60ff52e6ca1cb4e75bdc669384c1a57f7ed557d3) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: try and set babel as an actual dep
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.3.0",
"version": "0.3.1",
"scripts": {
"build": "rm -rf dist && tsc -p .",
"clean": "rm -rf ./node_modules dist .turbo .solid",
Expand Down

0 comments on commit 2c4ff92

Please sign in to comment.