Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 30, 2022
1 parent 838a7b5 commit 1f87fb6
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/slow-maps-speak.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# express-app

## 1.0.2

### Patch Changes

- Updated dependencies [[`838a7b5`](https://github.com/sachinraja/trpc-playground/commit/838a7b5ebff49aab13497703266c985ba2bb5c1f)]:
- [email protected]

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-app",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"scripts": {
"dev": "tsx watch server.ts",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"@trpc/server": "10.5.0",
"express": "4.18.2",
"trpc-playground": "workspace:1.0.1"
"trpc-playground": "workspace:1.0.2"
},
"devDependencies": {
"@types/express": "4.17.15",
Expand Down
7 changes: 7 additions & 0 deletions apps/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# next-app

## 1.0.2

### Patch Changes

- Updated dependencies [[`838a7b5`](https://github.com/sachinraja/trpc-playground/commit/838a7b5ebff49aab13497703266c985ba2bb5c1f)]:
- [email protected]

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-app",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -14,6 +14,6 @@
"next": "13.0.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"trpc-playground": "workspace:1.0.1"
"trpc-playground": "workspace:1.0.2"
}
}
7 changes: 7 additions & 0 deletions apps/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# vite-app

## 1.0.2

### Patch Changes

- Updated dependencies [[`838a7b5`](https://github.com/sachinraja/trpc-playground/commit/838a7b5ebff49aab13497703266c985ba2bb5c1f)]:
- [email protected]

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-app",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"@trpc-playground/components": "workspace:1.0.1",
"cors": "2.8.5",
"express": "4.18.2",
"trpc-playground": "workspace:1.0.1"
"trpc-playground": "workspace:1.0.2"
},
"devDependencies": {
"@babel/core": "^7.20.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/trpc-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# trpc-playground

## 1.0.2

### Patch Changes

- [`838a7b5`](https://github.com/sachinraja/trpc-playground/commit/838a7b5ebff49aab13497703266c985ba2bb5c1f) Thanks [@sachinraja](https://github.com/sachinraja)! - support interop mode

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/trpc-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "trpc-playground",
"type": "module",
"version": "1.0.1",
"version": "1.0.2",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 1f87fb6

Please sign in to comment.