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 (#22)
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 3, 2023
1 parent b092c0c commit 66f6985
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/sweet-lies-brush.md

This file was deleted.

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

## 0.2.7

### Patch Changes

- [`d0a591d`](https://github.com/OrJDev/prpc/commit/d0a591d12d9ab3fc4276c64698149f7916db8e9b) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: import the vite plugin directly from vite

## 0.2.6

### 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.6",
"version": "0.2.7",
"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.5

### Patch Changes

- [`d0a591d`](https://github.com/OrJDev/prpc/commit/d0a591d12d9ab3fc4276c64698149f7916db8e9b) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: import the vite plugin directly from vite

## 0.3.4

### 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,6 +1,6 @@
{
"name": "@prpc/vite",
"version": "0.3.4",
"version": "0.3.5",
"type": "module",
"files": [
"dist"
Expand Down

1 comment on commit 66f6985

@vercel
Copy link

@vercel vercel bot commented on 66f6985 Mar 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

prpc-docs – ./

prpc.vercel.app
prpc-docs-orjdev.vercel.app
prpc-docs-git-main-orjdev.vercel.app
prpc-docs.vercel.app

Please sign in to comment.