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 (#67)
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 21, 2023
1 parent 260236a commit cd85953
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/kind-suns-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-peaches-destroy.md

This file was deleted.

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

## 0.3.20

### Patch Changes

- [`260236a`](https://github.com/OrJDev/prpc/commit/260236a838183b0dbc245d72c759bcacddfffb23) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: make opts.log work in vite aswell

- [`801e67a`](https://github.com/OrJDev/prpc/commit/801e67aa5158430198be86fc3a020f2d1b3b0126) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: make opts.adapter optional

## 0.3.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prpc/compiler",
"version": "0.3.19",
"version": "0.3.20",
"type": "module",
"files": [
"dist"
Expand Down
9 changes: 9 additions & 0 deletions packages/unplugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @prpc/vite

## 0.3.20

### Patch Changes

- [`260236a`](https://github.com/OrJDev/prpc/commit/260236a838183b0dbc245d72c759bcacddfffb23) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: make opts.log work in vite aswell

- Updated dependencies [[`260236a`](https://github.com/OrJDev/prpc/commit/260236a838183b0dbc245d72c759bcacddfffb23), [`801e67a`](https://github.com/OrJDev/prpc/commit/801e67aa5158430198be86fc3a020f2d1b3b0126)]:
- @prpc/compiler@0.3.20

## 0.3.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prpc/unplugin",
"version": "0.3.19",
"version": "0.3.20",
"type": "module",
"files": [
"dist"
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.21

### Patch Changes

- Updated dependencies [[`260236a`](https://github.com/OrJDev/prpc/commit/260236a838183b0dbc245d72c759bcacddfffb23), [`801e67a`](https://github.com/OrJDev/prpc/commit/801e67aa5158430198be86fc3a020f2d1b3b0126)]:
- @prpc/compiler@0.3.20

## 0.3.20

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

1 comment on commit cd85953

@vercel
Copy link

@vercel vercel bot commented on cd85953 Apr 21, 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.vercel.app
prpc-docs-orjdev.vercel.app

Please sign in to comment.