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 18, 2022
1 parent 952d678 commit 99f41cf
Show file tree
Hide file tree
Showing 23 changed files with 124 additions and 39 deletions.
15 changes: 0 additions & 15 deletions .changeset/brave-items-scream.md

This file was deleted.

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

## 1.0.0

### Major Changes

- [`d226d7b`](https://github.com/sachinraja/trpc-playground/commit/d226d7b5829b79cce8bee3f70d6635f2f76fd796) Thanks [@sachinraja](https://github.com/sachinraja)! - update deps, fix bugs

### Patch Changes

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

## 1.0.0-next.0

### Major 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.0-next.0",
"version": "1.0.0",
"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.0-next.0"
"trpc-playground": "workspace:1.0.0"
},
"devDependencies": {
"@types/express": "4.17.15",
Expand Down
11 changes: 11 additions & 0 deletions apps/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# next-app

## 1.0.0

### Major Changes

- [`d226d7b`](https://github.com/sachinraja/trpc-playground/commit/d226d7b5829b79cce8bee3f70d6635f2f76fd796) Thanks [@sachinraja](https://github.com/sachinraja)! - update deps, fix bugs

### Patch Changes

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

## 1.0.0-next.0

### Major 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.0-next.0",
"version": "1.0.0",
"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.0-next.0"
"trpc-playground": "workspace:1.0.0"
}
}
6 changes: 6 additions & 0 deletions apps/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# router-app

## 1.0.0

### Major Changes

- [`d226d7b`](https://github.com/sachinraja/trpc-playground/commit/d226d7b5829b79cce8bee3f70d6635f2f76fd796) Thanks [@sachinraja](https://github.com/sachinraja)! - update deps, fix bugs

## 1.0.0-next.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "router-app",
"version": "1.0.0-next.0",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions apps/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# vite-app

## 1.0.0

### Major Changes

- [`d226d7b`](https://github.com/sachinraja/trpc-playground/commit/d226d7b5829b79cce8bee3f70d6635f2f76fd796) Thanks [@sachinraja](https://github.com/sachinraja)! - update deps, fix bugs

### Patch Changes

- Updated dependencies [[`d226d7b`](https://github.com/sachinraja/trpc-playground/commit/d226d7b5829b79cce8bee3f70d6635f2f76fd796)]:
- @trpc-playground/components@1.0.0
- [email protected]

## 1.0.0-next.0

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

## 1.0.0

### Major Changes

- [`d226d7b`](https://github.com/sachinraja/trpc-playground/commit/d226d7b5829b79cce8bee3f70d6635f2f76fd796) Thanks [@sachinraja](https://github.com/sachinraja)! - update deps, fix bugs

### Patch Changes

- Updated dependencies [[`d226d7b`](https://github.com/sachinraja/trpc-playground/commit/d226d7b5829b79cce8bee3f70d6635f2f76fd796)]:
- @trpc-playground/query-extension@1.0.0
- @trpc-playground/typescript-extension@1.0.0
- @trpc-playground/utils@1.0.0

## 1.0.0-next.0

### Major Changes
Expand Down
10 changes: 5 additions & 5 deletions 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.0-next.0",
"version": "1.0.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -53,9 +53,9 @@
"@dnd-kit/utilities": "^3.2.1",
"@heroicons/react": "^2.0.13",
"@tanstack/react-query": "^4.20.4",
"@trpc-playground/query-extension": "workspace:1.0.0-next.0",
"@trpc-playground/typescript-extension": "workspace:1.0.0-next.0",
"@trpc-playground/utils": "workspace:1.0.0-next.0",
"@trpc-playground/query-extension": "workspace:1.0.0",
"@trpc-playground/typescript-extension": "workspace:1.0.0",
"@trpc-playground/utils": "workspace:1.0.0",
"@trpc/client": "10.5.0",
"@trpc/react-query": "10.5.0",
"clsx": "^1.2.1",
Expand All @@ -70,7 +70,7 @@
"preact": "^10"
},
"devDependencies": {
"@trpc-playground/types": "workspace:1.0.0-next.0",
"@trpc-playground/types": "workspace:1.0.0",
"@trpc/server": "10.5.0",
"@types/object-inspect": "1.8.1",
"@types/react": "17.0.44",
Expand Down
6 changes: 6 additions & 0 deletions packages/html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @trpc-playground/html

## 1.0.0

### Major Changes

- [`d226d7b`](https://github.com/sachinraja/trpc-playground/commit/d226d7b5829b79cce8bee3f70d6635f2f76fd796) Thanks [@sachinraja](https://github.com/sachinraja)! - update deps, fix bugs

## 1.0.0-next.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trpc-playground/html",
"version": "1.0.0-next.0",
"version": "1.0.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -52,8 +52,8 @@
"devDependencies": {
"@babel/core": "^7.20.5",
"@preact/preset-vite": "2.5.0",
"@trpc-playground/components": "workspace:1.0.0-next.0",
"@trpc-playground/types": "workspace:1.0.0-next.0",
"@trpc-playground/components": "workspace:1.0.0",
"@trpc-playground/types": "workspace:1.0.0",
"@types/cors": "2.8.13",
"@types/express": "4.17.15",
"autoprefixer": "10.4.13",
Expand Down
11 changes: 11 additions & 0 deletions packages/query-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @trpc-playground/query-extension

## 1.0.0

### Major Changes

- [`d226d7b`](https://github.com/sachinraja/trpc-playground/commit/d226d7b5829b79cce8bee3f70d6635f2f76fd796) Thanks [@sachinraja](https://github.com/sachinraja)! - update deps, fix bugs

### Patch Changes

- Updated dependencies [[`d226d7b`](https://github.com/sachinraja/trpc-playground/commit/d226d7b5829b79cce8bee3f70d6635f2f76fd796)]:
- @trpc-playground/utils@1.0.0

## 1.0.0-next.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/query-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trpc-playground/query-extension",
"version": "1.0.0-next.0",
"version": "1.0.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -30,7 +30,7 @@
"@codemirror/language": "^6.3.2",
"@codemirror/state": "^6.1.4",
"@codemirror/view": "^6.7.1",
"@trpc-playground/utils": "workspace:1.0.0-next.0",
"@trpc-playground/utils": "workspace:1.0.0",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/trpc-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# trpc-playground

## 1.0.0

### Major Changes

- [`d226d7b`](https://github.com/sachinraja/trpc-playground/commit/d226d7b5829b79cce8bee3f70d6635f2f76fd796) Thanks [@sachinraja](https://github.com/sachinraja)! - update deps, fix bugs

### Patch Changes

- Updated dependencies [[`d226d7b`](https://github.com/sachinraja/trpc-playground/commit/d226d7b5829b79cce8bee3f70d6635f2f76fd796)]:
- @trpc-playground/html@1.0.0
- @trpc-playground/types@1.0.0

## 1.0.0-next.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.0-next.0",
"version": "1.0.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -54,8 +54,8 @@
"zod": "^3"
},
"dependencies": {
"@trpc-playground/html": "workspace:1.0.0-next.0",
"@trpc-playground/types": "workspace:1.0.0-next.0",
"@trpc-playground/html": "workspace:1.0.0",
"@trpc-playground/types": "workspace:1.0.0",
"lodash": "^4.17.21",
"uttp": "^0.1.3",
"zod-to-ts": "^1.1.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @trpc-playground/types

## 1.0.0

### Major Changes

- [`d226d7b`](https://github.com/sachinraja/trpc-playground/commit/d226d7b5829b79cce8bee3f70d6635f2f76fd796) Thanks [@sachinraja](https://github.com/sachinraja)! - update deps, fix bugs

## 1.0.0-next.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trpc-playground/types",
"type": "module",
"version": "1.0.0-next.0",
"version": "1.0.0",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @trpc-playground/typescript-extension

## 1.0.0

### Major Changes

- [`d226d7b`](https://github.com/sachinraja/trpc-playground/commit/d226d7b5829b79cce8bee3f70d6635f2f76fd796) Thanks [@sachinraja](https://github.com/sachinraja)! - update deps, fix bugs

## 1.0.0-next.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trpc-playground/typescript-extension",
"version": "1.0.0-next.0",
"version": "1.0.0",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @trpc-playground/utils

## 1.0.0

### Major Changes

- [`d226d7b`](https://github.com/sachinraja/trpc-playground/commit/d226d7b5829b79cce8bee3f70d6635f2f76fd796) Thanks [@sachinraja](https://github.com/sachinraja)! - update deps, fix bugs

## 1.0.0-next.0

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

0 comments on commit 99f41cf

Please sign in to comment.