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 (#46)
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 Apr 8, 2023
1 parent ead865d commit 327fed6
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/perfect-chairs-care.md

This file was deleted.

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

## 0.3.8

### Patch Changes

- [`2d31238`](https://github.com/OrJDev/prpc/commit/2d31238a718eebae5af0076844a02c32730a81d1) Thanks [@OrJDev](https://github.com/OrJDev)! - minor type fixes

## 0.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prpc/core",
"description": "Package for easily creating server rpc functions in solid-start with goodies baked in",
"version": "0.3.7",
"version": "0.3.8",
"scripts": {
"build": "tsup --config ./tsup.config.js",
"clean": "rm -rf ./node_modules dist .turbo .solid",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-bling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @prpc/react-bling

## 0.2.22

### Patch Changes

- Updated dependencies [[`2d31238`](https://github.com/OrJDev/prpc/commit/2d31238a718eebae5af0076844a02c32730a81d1)]:
- @prpc/core@0.3.8

## 0.2.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-bling/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prpc/react-bling",
"description": "Package for easily creating server rpc functions in Bling with goodies baked in",
"version": "0.2.21",
"version": "0.2.22",
"scripts": {
"build": "rm -rf dist && tsup --config ../../tsup.config.js",
"clean": "rm -rf ./node_modules dist .turbo .solid",
Expand Down
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.23

### Patch Changes

- Updated dependencies [[`2d31238`](https://github.com/OrJDev/prpc/commit/2d31238a718eebae5af0076844a02c32730a81d1)]:
- @prpc/core@0.3.8

## 0.2.22

### 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.22",
"version": "0.2.23",
"scripts": {
"build": "rm -rf dist && tsup --config ../../tsup.config.js",
"clean": "rm -rf ./node_modules dist .turbo .solid",
Expand Down

1 comment on commit 327fed6

@vercel
Copy link

@vercel vercel bot commented on 327fed6 Apr 8, 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.