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 (#79)
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 Aug 5, 2023
1 parent 4f42d80 commit 37c8ae0
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-dogs-pay.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/honest-bikes-raise.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# create-prpc-app

## 0.1.19

### Patch Changes

- [`4f42d80`](https://github.com/OrJDev/prpc/commit/4f42d80b7c5508bd8efb136827dfc958bf0a60dc) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: bump versions

- [`3af127c`](https://github.com/OrJDev/prpc/commit/3af127ce31209e3570794b3f7c51223ad0785d0d) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: get everything uptodate and focus on solid

## 0.1.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-prpc-app",
"version": "0.1.18",
"version": "0.1.19",
"private": false,
"scripts": {
"build": "rm -rf dist && tsc -p . && tsc-alias -p tsconfig.json",
Expand Down
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.35

### Patch Changes

- [`3af127c`](https://github.com/OrJDev/prpc/commit/3af127ce31209e3570794b3f7c51223ad0785d0d) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: get everything uptodate and focus on solid

## 0.2.34

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

1 comment on commit 37c8ae0

@vercel
Copy link

@vercel vercel bot commented on 37c8ae0 Aug 5, 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-orjdev.vercel.app
prpc.vercel.app
prpc-docs.vercel.app
prpc-docs-git-main-orjdev.vercel.app

Please sign in to comment.