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 (#31)
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 7, 2023
1 parent 3849d63 commit e4cfd7f
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/olive-phones-dance.md

This file was deleted.

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

## 0.3.1

### Patch Changes

- [`3849d63`](https://github.com/OrJDev/prpc/commit/3849d639ab16be46db13b413346188bfad89711b) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: build config
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.0",
"version": "0.3.1",
"scripts": {
"build": "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.16

### Patch Changes

- Updated dependencies [[`3849d63`](https://github.com/OrJDev/prpc/commit/3849d639ab16be46db13b413346188bfad89711b)]:
- @prpc/core@0.3.1

## 0.2.15

### 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.15",
"version": "0.2.16",
"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/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @prpc/vite

## 0.3.7

### Patch Changes

- Updated dependencies [[`3849d63`](https://github.com/OrJDev/prpc/commit/3849d639ab16be46db13b413346188bfad89711b)]:
- @prpc/core@0.3.1

## 0.3.6

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

1 comment on commit e4cfd7f

@vercel
Copy link

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

Please sign in to comment.