Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit cd85953

Browse files
chore(release): 📦 version packages (#67)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 260236a commit cd85953

File tree

8 files changed

+27
-14
lines changed

8 files changed

+27
-14
lines changed

.changeset/kind-suns-film.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/orange-peaches-destroy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/compiler/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @prpc/vite
22

3+
## 0.3.20
4+
5+
### Patch Changes
6+
7+
- [`260236a`](https://github.com/OrJDev/prpc/commit/260236a838183b0dbc245d72c759bcacddfffb23) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: make opts.log work in vite aswell
8+
9+
- [`801e67a`](https://github.com/OrJDev/prpc/commit/801e67aa5158430198be86fc3a020f2d1b3b0126) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: make opts.adapter optional
10+
311
## 0.3.19
412

513
### Patch Changes

packages/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prpc/compiler",
3-
"version": "0.3.19",
3+
"version": "0.3.20",
44
"type": "module",
55
"files": [
66
"dist"

packages/unplugin/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @prpc/vite
22

3+
## 0.3.20
4+
5+
### Patch Changes
6+
7+
- [`260236a`](https://github.com/OrJDev/prpc/commit/260236a838183b0dbc245d72c759bcacddfffb23) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: make opts.log work in vite aswell
8+
9+
- Updated dependencies [[`260236a`](https://github.com/OrJDev/prpc/commit/260236a838183b0dbc245d72c759bcacddfffb23), [`801e67a`](https://github.com/OrJDev/prpc/commit/801e67aa5158430198be86fc3a020f2d1b3b0126)]:
10+
- @prpc/compiler@0.3.20
11+
312
## 0.3.19
413

514
### Patch Changes

packages/unplugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prpc/unplugin",
3-
"version": "0.3.19",
3+
"version": "0.3.20",
44
"type": "module",
55
"files": [
66
"dist"

packages/vite/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @prpc/vite
22

3+
## 0.3.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`260236a`](https://github.com/OrJDev/prpc/commit/260236a838183b0dbc245d72c759bcacddfffb23), [`801e67a`](https://github.com/OrJDev/prpc/commit/801e67aa5158430198be86fc3a020f2d1b3b0126)]:
8+
- @prpc/compiler@0.3.20
9+
310
## 0.3.20
411

512
### Patch Changes

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prpc/vite",
3-
"version": "0.3.20",
3+
"version": "0.3.21",
44
"type": "module",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)