Skip to content

Commit

Permalink
Version Packages (alpha) (#3705)
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 Aug 12, 2022
1 parent 37623a4 commit 8b9ad3f
Show file tree
Hide file tree
Showing 17 changed files with 87 additions and 23 deletions.
11 changes: 10 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"test-qm": "0.0.0",
"test-no-suspense": "0.0.0",
"test-trailing-slash": "0.0.0",
"test-middleware": "0.0.0"
"test-middleware": "0.0.0",
"test-react-query-utils": "0.0.0"
},
"changesets": [
"big-phones-bow",
Expand All @@ -27,12 +28,15 @@
"breezy-moose-behave",
"bright-mangos-run",
"calm-carpets-deny",
"calm-horses-tie",
"calm-nails-wait",
"calm-tomatoes-drive",
"clean-hats-pump",
"clean-walls-wink",
"clever-radios-lie",
"cool-doors-invent",
"cool-horses-check",
"cuddly-pugs-crash",
"curly-rules-speak",
"curly-seas-serve",
"dirty-monkeys-greet",
Expand Down Expand Up @@ -71,6 +75,7 @@
"lemon-games-press",
"lemon-seas-push",
"light-donkeys-double",
"long-bees-hope",
"lovely-colts-share",
"lucky-cows-try",
"mean-gorillas-reply",
Expand All @@ -92,6 +97,7 @@
"olive-feet-rhyme",
"olive-sheep-rhyme",
"perfect-eyes-repeat",
"perfect-trains-double",
"plenty-bottles-swim",
"polite-lizards-love",
"poor-peas-lick",
Expand Down Expand Up @@ -120,11 +126,14 @@
"slow-walls-poke",
"small-socks-confess",
"smooth-planets-admire",
"smooth-rice-clap",
"smooth-stingrays-drum",
"smooth-tools-train",
"soft-adults-smell",
"sour-lemons-hunt",
"sour-mails-lick",
"spicy-beds-float",
"spotty-dingos-stare",
"stale-jobs-drum",
"strong-apes-reply",
"stupid-walls-sell",
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": "4.0.0",
"blitz": "workspace:2.0.0-alpha.68",
"blitz": "workspace:2.0.0-alpha.69",
"next": "12.2.0",
"prisma": "4.0.0",
"react": "18.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/blitz-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blitzjs/auth

## 2.0.0-alpha.69

### Patch Changes

- Updated dependencies [fd31e56b]
- blitz@2.0.0-alpha.69

## 2.0.0-alpha.68

### 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.68",
"version": "2.0.0-alpha.69",
"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.68",
"blitz": "2.0.0-alpha.69",
"cookie": "0.4.1",
"cookie-session": "2.0.0",
"debug": "4.3.3",
Expand All @@ -40,7 +40,7 @@
"url": "0.11.0"
},
"devDependencies": {
"@blitzjs/config": "workspace:2.0.0-alpha.68",
"@blitzjs/config": "workspace:2.0.0-alpha.69",
"@testing-library/react": "13.0.0",
"@testing-library/react-hooks": "7.0.2",
"@types/cookie": "0.4.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/blitz-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blitzjs/next

## 2.0.0-alpha.69

### Patch Changes

- a3c92cb8: Allow using `RouteUrlObject` as `redirect.destination` in `getStaticProps` and `getServerSideProps`
- Updated dependencies [49028024]
- @blitzjs/rpc@2.0.0-alpha.69

## 2.0.0-alpha.68

### 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.68",
"version": "2.0.0-alpha.69",
"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.68",
"@blitzjs/rpc": "2.0.0-alpha.69",
"@tanstack/react-query": "4.0.10",
"@types/hoist-non-react-statics": "3.3.1",
"debug": "4.3.3",
Expand All @@ -34,7 +34,7 @@
"supports-color": "8.1.1"
},
"devDependencies": {
"@blitzjs/config": "workspace:2.0.0-alpha.68",
"@blitzjs/config": "workspace:2.0.0-alpha.69",
"@testing-library/dom": "8.13.0",
"@testing-library/jest-dom": "5.16.3",
"@testing-library/react": "13.0.0",
Expand All @@ -44,7 +44,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.68",
"blitz": "2.0.0-alpha.69",
"cross-spawn": "7.0.3",
"find-up": "4.1.0",
"next": "12.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/blitz-rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blitzjs/rpc

## 2.0.0-alpha.69

### Patch Changes

- 49028024: Add `getQueryData` utility to get an existing query's cached data
- @blitzjs/auth@2.0.0-alpha.69

## 2.0.0-alpha.68

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.68",
"version": "2.0.0-alpha.69",
"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.68",
"@blitzjs/auth": "2.0.0-alpha.69",
"@tanstack/react-query": "4.0.10",
"b64-lite": "1.4.0",
"bad-behavior": "1.0.1",
Expand All @@ -30,11 +30,11 @@
"supports-color": "8.1.1"
},
"devDependencies": {
"@blitzjs/config": "workspace:2.0.0-alpha.68",
"@blitzjs/config": "workspace:2.0.0-alpha.69",
"@types/debug": "4.1.7",
"@types/react": "18.0.1",
"@types/react-dom": "17.0.14",
"blitz": "2.0.0-alpha.68",
"blitz": "2.0.0-alpha.69",
"next": "12.2.0",
"react": "18.0.0",
"react-dom": "18.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/blitz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# blitz

## 2.0.0-alpha.69

### Patch Changes

- fd31e56b: Add back blitz generate command
- Updated dependencies [fd31e56b]
- Updated dependencies [6baab190]
- Updated dependencies [37623a4f]
- @blitzjs/generator@2.0.0-alpha.69

## 2.0.0-alpha.68

### 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.68",
"version": "2.0.0-alpha.69",
"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.68",
"@blitzjs/generator": "2.0.0-alpha.69",
"arg": "5.0.1",
"boxen": "7.0.0",
"chalk": "^4.1.0",
Expand Down Expand Up @@ -55,7 +55,7 @@
"watchpack": "2.1.1"
},
"devDependencies": {
"@blitzjs/config": "workspace:2.0.0-alpha.68",
"@blitzjs/config": "workspace:2.0.0-alpha.69",
"@types/cookie": "0.4.1",
"@types/cross-spawn": "6.0.2",
"@types/debug": "4.1.7",
Expand Down
13 changes: 13 additions & 0 deletions packages/codemod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @blitzjs/codemod

## 2.0.0-alpha.69

### Patch Changes

- 86af6dec: Wrap middlewares with BlitzServerMiddleware function with codemod
- 72a332e0: Wrap `blitz.config.ts` with the `withBlitz` function during the codemod step instead of creating a blank `next.config.js` file.
- 2d1482fc: Allow codemod to finish if `cookiePrefix` is undefined. Then show error at the end of running the codemod.
- Updated dependencies [fd31e56b]
- Updated dependencies [6baab190]
- Updated dependencies [37623a4f]
- blitz@2.0.0-alpha.69
- @blitzjs/generator@2.0.0-alpha.69

## 2.0.0-alpha.68

### 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.68",
"version": "2.0.0-alpha.69",
"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.68",
"@blitzjs/generator": "2.0.0-alpha.69",
"arg": "5.0.1",
"blitz": "2.0.0-alpha.68",
"blitz": "2.0.0-alpha.69",
"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.69

## 2.0.0-alpha.68

## 2.0.0-alpha.67
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.68",
"version": "2.0.0-alpha.69",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.9.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blitzjs/generator

## 2.0.0-alpha.69

### Patch Changes

- fd31e56b: Add back blitz generate command
- 6baab190: Add type checking to next.config.js files in new app templates
- 37623a4f: Fix typo in a next.config.js file name

## 2.0.0-alpha.68

### Patch Changes
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.68",
"version": "2.0.0-alpha.69",
"scripts": {
"dev": "watch unbuild src --wait=0.2",
"build": "unbuild && pnpm build:templates",
Expand Down Expand Up @@ -46,7 +46,7 @@
"vinyl": "2.2.1"
},
"devDependencies": {
"@blitzjs/config": "2.0.0-alpha.68",
"@blitzjs/config": "2.0.0-alpha.69",
"@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.68",
"@blitzjs/config": "2.0.0-alpha.69",
"@types/react": "18.0.1",
"@types/react-dom": "17.0.14",
"react": "18.0.0",
Expand Down

0 comments on commit 8b9ad3f

Please sign in to comment.