-
-
Notifications
You must be signed in to change notification settings - Fork 802
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Version Packages (beta) * pnpm lock * fix worlfow pnpm version --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Siddharth Suresh <[email protected]>
- Loading branch information
1 parent
1bb3a65
commit d25c965
Showing
55 changed files
with
2,250 additions
and
1,681 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ on: | |
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
env: | ||
|
||
env: | ||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 | ||
|
||
jobs: | ||
|
@@ -19,7 +19,7 @@ jobs: | |
- uses: actions/checkout@v2 | ||
- uses: pnpm/action-setup@646cdf48217256a3d0b80361c5a50727664284f2 | ||
with: | ||
version: 8.6.0 | ||
version: 7.33.0 | ||
- name: Setup node | ||
uses: actions/setup-node@v2 | ||
with: | ||
|
@@ -40,7 +40,7 @@ jobs: | |
- uses: actions/checkout@v2 | ||
- uses: pnpm/action-setup@646cdf48217256a3d0b80361c5a50727664284f2 | ||
with: | ||
version: 8.6.0 | ||
version: 7.33.0 | ||
- name: Setup node | ||
uses: actions/setup-node@v2 | ||
with: | ||
|
@@ -70,7 +70,7 @@ jobs: | |
- name: Setup PNPM | ||
uses: pnpm/action-setup@646cdf48217256a3d0b80361c5a50727664284f2 | ||
with: | ||
version: 8.6.0 | ||
version: 7.33.0 | ||
|
||
- name: Setup node@16 | ||
uses: actions/setup-node@v2 | ||
|
@@ -129,7 +129,7 @@ jobs: | |
- name: Setup PNPM | ||
uses: pnpm/action-setup@646cdf48217256a3d0b80361c5a50727664284f2 | ||
with: | ||
version: 8.6.0 | ||
version: 7.33.0 | ||
|
||
- name: Setup node@${{ matrix.NODE_VERSION }} | ||
uses: actions/setup-node@v2 | ||
|
@@ -143,7 +143,7 @@ jobs: | |
|
||
- name: Install playwright | ||
run: | | ||
pnpx [email protected] install --with-deps | ||
pnpx [email protected] install --with-deps | ||
shell: bash | ||
|
||
- name: Build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# next-blitz-auth | ||
|
||
## 0.1.1-beta.4 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [5166e5e03] | ||
- Updated dependencies [2533caf48] | ||
- Updated dependencies [c7ac86b85] | ||
- Updated dependencies [1bb3a6556] | ||
- @blitzjs/auth@2.0.0-beta.28 | ||
- @blitzjs/next@2.0.0-beta.28 | ||
- @blitzjs/rpc@2.0.0-beta.28 | ||
- [email protected] | ||
- @blitzjs/config@2.0.0-beta.28 | ||
|
||
## 0.1.1-beta.3 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
# @blitzjs/auth | ||
|
||
## 2.0.0-beta.28 | ||
|
||
### Minor Changes | ||
|
||
- 1bb3a6556: Stop exporting `useAuthenticatedBlitzContext` from `@blitzjs/auth` this must be imported from `app/blitz-server.ts` file in order to work correctly | ||
|
||
### Patch Changes | ||
|
||
- 5166e5e03: (feat) upgrade tslog to v4.8.2 | ||
- Updated dependencies [5166e5e03] | ||
- [email protected] | ||
|
||
## 2.0.0-beta.27 | ||
|
||
### Patch Changes | ||
|
Oops, something went wrong.