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 (#20)
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 f376770 commit e5c1127
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/swift-fireants-kneel.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.5

### Patch Changes

- Updated dependencies [[`d1a9bc6`](https://github.com/OrJDev/prpc/commit/d1a9bc6408ae6bb86a08df26437b6b4c31715def)]:
- @prpc/vite@0.3.3

## 0.2.4

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

## 0.3.3

### Patch Changes

- [`d1a9bc6`](https://github.com/OrJDev/prpc/commit/d1a9bc6408ae6bb86a08df26437b6b4c31715def) Thanks [@OrJDev](https://github.com/OrJDev)! - try and use pridepack

## 0.3.2

### Patch Changes
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.2",
"version": "0.3.3",
"scripts": {
"clean": "rm -rf ./node_modules dist .turbo .solid",
"lint": "eslint . --fix --ext .ts,.tsx,.js,.jsx",
Expand Down

0 comments on commit e5c1127

Please sign in to comment.