Skip to content

Commit

Permalink
Version Packages (alpha) (#3516)
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 Jul 14, 2022
1 parent 20fc9f8 commit b364af7
Show file tree
Hide file tree
Showing 17 changed files with 105 additions and 23 deletions.
8 changes: 8 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"breezy-cameras-double",
"bright-mangos-run",
"cool-doors-invent",
"cool-horses-check",
"dirty-monkeys-greet",
"eleven-humans-sort",
"empty-berries-rule",
Expand All @@ -37,6 +38,7 @@
"four-meals-fry",
"fuzzy-jars-admire",
"gentle-dogs-reply",
"good-apes-drum",
"good-insects-wink",
"great-months-train",
"green-papayas-do",
Expand All @@ -47,16 +49,19 @@
"lovely-colts-share",
"lucky-cows-try",
"modern-cameras-pull",
"moody-bags-walk",
"moody-squids-cheer",
"nervous-beds-travel",
"nervous-dolls-rule",
"new-coats-turn",
"nice-deers-dream",
"nice-starfishes-live",
"nine-birds-confess",
"nine-onions-admire",
"ninety-pets-heal",
"olive-bees-buy",
"olive-feet-rhyme",
"olive-sheep-rhyme",
"plenty-bottles-swim",
"poor-peas-lick",
"poor-penguins-look",
Expand All @@ -71,6 +76,7 @@
"sharp-falcons-begin",
"shy-olives-hang",
"silent-colts-reply",
"slimy-needles-taste",
"slow-walls-poke",
"small-socks-confess",
"smooth-planets-admire",
Expand All @@ -85,7 +91,9 @@
"tender-pianos-check",
"thick-parrots-float",
"thirty-countries-build",
"tidy-clouds-smoke",
"twenty-beans-pump",
"two-carpets-rhyme",
"two-kiwis-help",
"two-tigers-type",
"unlucky-papayas-sleep",
Expand Down
2 changes: 1 addition & 1 deletion apps/toolkit-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@blitzjs/rpc": "workspace:*",
"@hookform/resolvers": "2.8.8",
"@prisma/client": "3.9.0",
"blitz": "workspace:2.0.0-alpha.53",
"blitz": "workspace:2.0.0-alpha.54",
"next": "12.2.0",
"prisma": "4.0.0",
"react": "18.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/blitz-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @blitzjs/auth

## 2.0.0-alpha.54

### Patch Changes

- Updated dependencies [f397cc20]
- Updated dependencies [cacb65d6]
- Updated dependencies [348fd6f5]
- Updated dependencies [20fc9f80]
- Updated dependencies [a3bbe6ce]
- Updated dependencies [ffa7b5cc]
- [email protected]

## 2.0.0-alpha.53

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/blitz-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/auth",
"version": "2.0.0-alpha.53",
"version": "2.0.0-alpha.54",
"scripts": {
"build": "unbuild",
"predev": "wait-on -d 250 ../blitz/dist/index-server.d.ts",
Expand All @@ -26,7 +26,7 @@
"@types/secure-password": "3.1.1",
"b64-lite": "1.4.0",
"bad-behavior": "1.0.1",
"blitz": "2.0.0-alpha.53",
"blitz": "2.0.0-alpha.54",
"cookie": "0.4.1",
"cookie-session": "2.0.0",
"debug": "4.3.3",
Expand All @@ -39,7 +39,7 @@
"url": "0.11.0"
},
"devDependencies": {
"@blitzjs/config": "workspace:2.0.0-alpha.53",
"@blitzjs/config": "workspace:2.0.0-alpha.54",
"@testing-library/react": "13.0.0",
"@testing-library/react-hooks": "7.0.2",
"@types/cookie": "0.4.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/blitz-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @blitzjs/next

## 2.0.0-alpha.54

### Patch Changes

- 348fd6f5: Fix redirectAuthenticatedTo errors
- 20fc9f80: Fix SSP / SP not prefetching queries correctly
- 80e1ead7: Add jest.config.js to newly generated typescript apps
- Updated dependencies [20fc9f80]
- @blitzjs/rpc@2.0.0-alpha.54

## 2.0.0-alpha.53

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/blitz-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/next",
"version": "2.0.0-alpha.53",
"version": "2.0.0-alpha.54",
"scripts": {
"build": "unbuild",
"dev": "pnpm predev && pnpm watch unbuild src --wait=0.2",
Expand All @@ -24,7 +24,7 @@
"eslint.js"
],
"dependencies": {
"@blitzjs/rpc": "2.0.0-alpha.53",
"@blitzjs/rpc": "2.0.0-alpha.54",
"@types/hoist-non-react-statics": "3.3.1",
"debug": "4.3.3",
"fs-extra": "10.0.1",
Expand All @@ -33,7 +33,7 @@
"superjson": "1.8.0"
},
"devDependencies": {
"@blitzjs/config": "workspace:2.0.0-alpha.53",
"@blitzjs/config": "workspace:2.0.0-alpha.54",
"@testing-library/dom": "8.13.0",
"@testing-library/jest-dom": "5.16.3",
"@testing-library/react": "13.0.0",
Expand All @@ -43,7 +43,7 @@
"@types/react": "18.0.1",
"@types/react-dom": "17.0.14",
"@types/testing-library__react-hooks": "4.0.0",
"blitz": "2.0.0-alpha.53",
"blitz": "2.0.0-alpha.54",
"cross-spawn": "7.0.3",
"find-up": "4.1.0",
"next": "12.2.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/blitz-rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @blitzjs/rpc

## 2.0.0-alpha.54

### Patch Changes

- 20fc9f80: Fix SSP / SP not prefetching queries correctly
- Updated dependencies [f397cc20]
- Updated dependencies [cacb65d6]
- Updated dependencies [348fd6f5]
- Updated dependencies [20fc9f80]
- Updated dependencies [a3bbe6ce]
- Updated dependencies [ffa7b5cc]
- [email protected]
- @blitzjs/auth@2.0.0-alpha.54

## 2.0.0-alpha.53

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/blitz-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/rpc",
"version": "2.0.0-alpha.53",
"version": "2.0.0-alpha.54",
"scripts": {
"build": "unbuild",
"predev": "wait-on -d 250 ../blitz/dist/index-server.d.ts && wait-on -d 250 ../blitz-auth/dist/index-browser.d.ts",
Expand All @@ -20,7 +20,7 @@
"dist/**"
],
"dependencies": {
"@blitzjs/auth": "2.0.0-alpha.53",
"@blitzjs/auth": "2.0.0-alpha.54",
"b64-lite": "1.4.0",
"bad-behavior": "1.0.1",
"chalk": "^4.1.0",
Expand All @@ -30,11 +30,11 @@
"zod": "3.17.3"
},
"devDependencies": {
"@blitzjs/config": "workspace:2.0.0-alpha.53",
"@blitzjs/config": "workspace:2.0.0-alpha.54",
"@types/debug": "4.1.7",
"@types/react": "18.0.1",
"@types/react-dom": "17.0.14",
"blitz": "2.0.0-alpha.53",
"blitz": "2.0.0-alpha.54",
"next": "12.2.0",
"react": "18.0.0",
"react-dom": "18.0.0",
Expand All @@ -43,7 +43,7 @@
"watch": "1.0.2"
},
"peerDependencies": {
"blitz": "2.0.0-alpha.53",
"blitz": "2.0.0-alpha.54",
"next": ">=12.2.0"
},
"publishConfig": {
Expand Down
14 changes: 14 additions & 0 deletions packages/blitz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# blitz

## 2.0.0-alpha.54

### Patch Changes

- f397cc20: Fixes issue when generating a new blitz app with the form flag that ends up installing the wrong form library
- cacb65d6: Fixes wrong import of the db module in `blitz db seed` command function
- 348fd6f5: Fix redirectAuthenticatedTo errors
- 20fc9f80: Fix SSP / SP not prefetching queries correctly
- a3bbe6ce: Fix routes manifest showing duplicates for non queries|resolvers reso…
- ffa7b5cc: During `blitz new` if project name argument is set to "." change it to current folder name
- Updated dependencies [a961aff8]
- Updated dependencies [80e1ead7]
- @blitzjs/generator@2.0.0-alpha.54

## 2.0.0-alpha.53

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/blitz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blitz",
"version": "2.0.0-alpha.53",
"version": "2.0.0-alpha.54",
"scripts": {
"build": "unbuild",
"dev": "watch unbuild src --wait=0.2",
Expand All @@ -23,7 +23,7 @@
"blitz": "bin/blitz"
},
"dependencies": {
"@blitzjs/generator": "2.0.0-alpha.53",
"@blitzjs/generator": "2.0.0-alpha.54",
"arg": "5.0.1",
"chalk": "^4.1.0",
"console-table-printer": "2.10.0",
Expand Down Expand Up @@ -52,7 +52,7 @@
"watchpack": "2.1.1"
},
"devDependencies": {
"@blitzjs/config": "workspace:2.0.0-alpha.53",
"@blitzjs/config": "workspace:2.0.0-alpha.54",
"@types/cookie": "0.4.1",
"@types/cross-spawn": "6.0.2",
"@types/debug": "4.1.7",
Expand Down
15 changes: 15 additions & 0 deletions packages/codemod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @blitzjs/codemod

## 2.0.0-alpha.54

### Patch Changes

- Updated dependencies [f397cc20]
- Updated dependencies [cacb65d6]
- Updated dependencies [348fd6f5]
- Updated dependencies [20fc9f80]
- Updated dependencies [a961aff8]
- Updated dependencies [80e1ead7]
- Updated dependencies [a3bbe6ce]
- Updated dependencies [ffa7b5cc]
- [email protected]
- @blitzjs/generator@2.0.0-alpha.54

## 2.0.0-alpha.53

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/codemod",
"version": "2.0.0-alpha.53",
"version": "2.0.0-alpha.54",
"scripts": {
"build": "unbuild",
"dev": "watch unbuild src --wait=0.2",
Expand All @@ -25,9 +25,9 @@
"@babel/plugin-proposal-class-properties": "7.17.12",
"@babel/plugin-syntax-jsx": "7.17.12",
"@babel/plugin-syntax-typescript": "7.17.12",
"@blitzjs/generator": "2.0.0-alpha.53",
"@blitzjs/generator": "2.0.0-alpha.54",
"arg": "5.0.1",
"blitz": "2.0.0-alpha.53",
"blitz": "2.0.0-alpha.54",
"chalk": "^4.1.0",
"cross-spawn": "7.0.3",
"debug": "4.3.3",
Expand Down
2 changes: 2 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @blitzjs/config

## 2.0.0-alpha.54

## 2.0.0-alpha.53

## 2.0.0-alpha.52
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@blitzjs/config",
"private": true,
"version": "2.0.0-alpha.53",
"version": "2.0.0-alpha.54",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.9.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blitzjs/generator

## 2.0.0-alpha.54

### Patch Changes

- a961aff8: Add missing lint deps to the new app templates
- 80e1ead7: Add jest.config.js to newly generated typescript apps

## 2.0.0-alpha.53

## 2.0.0-alpha.52
Expand Down
4 changes: 2 additions & 2 deletions packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/generator",
"version": "2.0.0-alpha.53",
"version": "2.0.0-alpha.54",
"scripts": {
"dev": "watch unbuild src --wait=0.2",
"build": "unbuild && pnpm build:templates",
Expand Down Expand Up @@ -45,7 +45,7 @@
"vinyl": "2.2.1"
},
"devDependencies": {
"@blitzjs/config": "2.0.0-alpha.53",
"@blitzjs/config": "2.0.0-alpha.54",
"@juanm04/cpx": "2.0.1",
"@types/babel__core": "7.1.19",
"@types/diff": "5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/pkg-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@typescript-eslint/parser": "5.9.1"
},
"devDependencies": {
"@blitzjs/config": "2.0.0-alpha.53",
"@blitzjs/config": "2.0.0-alpha.54",
"@types/react": "18.0.1",
"@types/react-dom": "17.0.14",
"react": "18.0.0",
Expand Down

0 comments on commit b364af7

Please sign in to comment.