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 (#19)
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 9178e1c commit bbf4dae
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/wicked-elephants-hear.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.4

### Patch Changes

- Updated dependencies [[`9178e1c`](https://github.com/OrJDev/prpc/commit/9178e1c38c5ca1240e8c93005c4c6725d95037ab)]:
- @prpc/vite@0.3.2

## 0.2.3

### 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.3",
"version": "0.2.4",
"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.2

### Patch Changes

- [`9178e1c`](https://github.com/OrJDev/prpc/commit/9178e1c38c5ca1240e8c93005c4c6725d95037ab) Thanks [@OrJDev](https://github.com/OrJDev)! - try something new with babel

## 0.3.1

### 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.1",
"version": "0.3.2",
"scripts": {
"build": "rm -rf dist && tsc -p .",
"clean": "rm -rf ./node_modules dist .turbo .solid",
Expand Down

0 comments on commit bbf4dae

Please sign in to comment.