Skip to content

Commit

Permalink
Version Packages (#8627)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Daniel Cousens <dcousens@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 19, 2023
1 parent 0dc2865 commit a412558
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/no-redirect.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twelve-toes-punch.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystone-6/auth

## 7.0.1

### Patch Changes

- [#8626](https://github.com/keystonejs/keystone/pull/8626) [`a30c7a163`](https://github.com/keystonejs/keystone/commit/a30c7a1630a670eb814e015254c7ae608500b2d8) Thanks [@dcousens](https://github.com/dcousens)! - Removes `?from` redirect from `/signin` page to prevent open redirection.

* [#8641](https://github.com/keystonejs/keystone/pull/8641) [`19bb46034`](https://github.com/keystonejs/keystone/commit/19bb4603426fc30ebd859e47f4996a7254171d20) Thanks [@borisno2](https://github.com/borisno2)! - Adds `basePath` with a default of `'/'` to `pageMiddleware` to support redirects when using `ui.basePath`

## 7.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/auth",
"version": "7.0.0",
"version": "7.0.1",
"license": "MIT",
"main": "dist/keystone-6-auth.cjs.js",
"module": "dist/keystone-6-auth.esm.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"graphql": "^16.6.0"
},
"devDependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^5.3.2",
"react": "^18.2.0"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystone-6/core

## 5.3.2

### Patch Changes

- [#8641](https://github.com/keystonejs/keystone/pull/8641) [`19bb46034`](https://github.com/keystonejs/keystone/commit/19bb4603426fc30ebd859e47f4996a7254171d20) Thanks [@borisno2](https://github.com/borisno2)! - Adds `basePath` with a default of `'/'` to `pageMiddleware` to support redirects when using `ui.basePath`

## 5.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/core",
"version": "5.3.1",
"version": "5.3.2",
"repository": "https://github.com/keystonejs/keystone/tree/main/packages/core",
"license": "MIT",
"main": "dist/keystone-6-core.cjs.js",
Expand Down Expand Up @@ -268,7 +268,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@keystone-6/core": "5.3.1",
"@keystone-6/core": "5.3.2",
"@types/bytes": "^3.1.1",
"@types/mime": "^3.0.0",
"@types/resolve": "^1.20.2",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a412558

Please sign in to comment.