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 ee3d143 commit 8502512
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/unlucky-eagles-jam.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.4

### Patch Changes

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

## 1.0.3

### 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.3",
"version": "1.0.4",
"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.3"
"trpc-playground": "workspace:1.0.4"
},
"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.4

### Patch Changes

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

## 1.0.3

### 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.3",
"version": "1.0.4",
"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.3"
"trpc-playground": "workspace:1.0.4"
}
}
8 changes: 8 additions & 0 deletions apps/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# vite-app

## 1.0.4

### Patch Changes

- Updated dependencies [[`ee3d143`](https://github.com/sachinraja/trpc-playground/commit/ee3d1433ab84f7d4d825318409bdf4c754367d69)]:
- @trpc-playground/components@1.0.2
- [email protected]

## 1.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.3",
"version": "1.0.4",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,10 +11,10 @@
"type-check": "tsc"
},
"dependencies": {
"@trpc-playground/components": "workspace:1.0.1",
"@trpc-playground/components": "workspace:1.0.2",
"cors": "2.8.5",
"express": "4.18.2",
"trpc-playground": "workspace:1.0.3"
"trpc-playground": "workspace:1.0.4"
},
"devDependencies": {
"@babel/core": "^7.20.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @trpc-playground/components

## 1.0.2

### Patch Changes

- [`ee3d143`](https://github.com/sachinraja/trpc-playground/commit/ee3d1433ab84f7d4d825318409bdf4c754367d69) Thanks [@sachinraja](https://github.com/sachinraja)! - fix typescript autocompletion

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trpc-playground/components",
"type": "module",
"version": "1.0.1",
"version": "1.0.2",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@babel/core": "^7.20.5",
"@preact/preset-vite": "2.5.0",
"@trpc-playground/components": "workspace:1.0.1",
"@trpc-playground/components": "workspace:1.0.2",
"@trpc-playground/types": "workspace:1.0.0",
"@types/cors": "2.8.13",
"@types/express": "4.17.15",
Expand Down
9 changes: 9 additions & 0 deletions packages/trpc-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# trpc-playground

## 1.0.4

### Patch Changes

- [`ee3d143`](https://github.com/sachinraja/trpc-playground/commit/ee3d1433ab84f7d4d825318409bdf4c754367d69) Thanks [@sachinraja](https://github.com/sachinraja)! - fix typescript autocompletion

- Updated dependencies []:
- @trpc-playground/html@1.0.1

## 1.0.3

### 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.3",
"version": "1.0.4",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 8502512

Please sign in to comment.