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 (#49)
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 9, 2023
1 parent 58980bb commit abac81c
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 24 deletions.
7 changes: 0 additions & 7 deletions .changeset/four-carpets-stare.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/good-pillows-count.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hip-crabs-applaud.md

This file was deleted.

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

## 0.3.10

### Patch Changes

- [`f0b57ad`](https://github.com/OrJDev/prpc/commit/f0b57ad8682fee8685f35682390097c1a5fe1c8c) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: make reuseable$ work with mutation$ and different files

- [`8206bc4`](https://github.com/OrJDev/prpc/commit/8206bc46e87f86d9061b6a3a49fc5092de20c8a0) Thanks [@OrJDev](https://github.com/OrJDev)! - feat: reuseable$ function

- [`58980bb`](https://github.com/OrJDev/prpc/commit/58980bb553d76c44e98968b67470474973780c45) Thanks [@OrJDev](https://github.com/OrJDev)! - latest touches

## 0.3.9

### 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.9",
"version": "0.3.10",
"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.24

### Patch Changes

- Updated dependencies [[`f0b57ad`](https://github.com/OrJDev/prpc/commit/f0b57ad8682fee8685f35682390097c1a5fe1c8c), [`8206bc4`](https://github.com/OrJDev/prpc/commit/8206bc46e87f86d9061b6a3a49fc5092de20c8a0), [`58980bb`](https://github.com/OrJDev/prpc/commit/58980bb553d76c44e98968b67470474973780c45)]:
- @prpc/core@0.3.10

## 0.2.23

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

## 0.2.25

### Patch Changes

- [`f0b57ad`](https://github.com/OrJDev/prpc/commit/f0b57ad8682fee8685f35682390097c1a5fe1c8c) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: make reuseable$ work with mutation$ and different files

- [`8206bc4`](https://github.com/OrJDev/prpc/commit/8206bc46e87f86d9061b6a3a49fc5092de20c8a0) Thanks [@OrJDev](https://github.com/OrJDev)! - feat: reuseable$ function

- [`58980bb`](https://github.com/OrJDev/prpc/commit/58980bb553d76c44e98968b67470474973780c45) Thanks [@OrJDev](https://github.com/OrJDev)! - latest touches

- Updated dependencies [[`f0b57ad`](https://github.com/OrJDev/prpc/commit/f0b57ad8682fee8685f35682390097c1a5fe1c8c), [`8206bc4`](https://github.com/OrJDev/prpc/commit/8206bc46e87f86d9061b6a3a49fc5092de20c8a0), [`58980bb`](https://github.com/OrJDev/prpc/commit/58980bb553d76c44e98968b67470474973780c45)]:
- @prpc/core@0.3.10

## 0.2.24

### 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.24",
"version": "0.2.25",
"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
@@ -1,5 +1,13 @@
# @prpc/vite

## 0.3.16

### Patch Changes

- [`f0b57ad`](https://github.com/OrJDev/prpc/commit/f0b57ad8682fee8685f35682390097c1a5fe1c8c) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: make reuseable$ work with mutation$ and different files

- [`8206bc4`](https://github.com/OrJDev/prpc/commit/8206bc46e87f86d9061b6a3a49fc5092de20c8a0) Thanks [@OrJDev](https://github.com/OrJDev)! - feat: reuseable$ function

## 0.3.15

### 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.15",
"version": "0.3.16",
"type": "module",
"files": [
"dist"
Expand Down

1 comment on commit abac81c

@vercel
Copy link

@vercel vercel bot commented on abac81c Apr 9, 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-docs-git-main-orjdev.vercel.app
prpc.vercel.app
prpc-docs-orjdev.vercel.app
prpc-docs.vercel.app

Please sign in to comment.