Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
Version Packages (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
borisno2 authored Sep 7, 2022
1 parent 7d40c8b commit 20ec3c3
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-crabs-decide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nervous-pumpkins-compete.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strange-rocks-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-cars-perform.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/ks-frontend-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @collective-ams/unifi-frontend

## 8.1.1

### Patch Changes

- b730bff: Update react monorepo (minor)

## 8.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/ks-frontend-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensaas-keystone/next-auth-signup-frontend",
"version": "8.1.0",
"version": "8.1.1",
"private": true,
"description": "Signup Portal Frontend",
"license": "ISC",
Expand Down
12 changes: 12 additions & 0 deletions backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @opensaas-keystone/next-auth-backend

## 15.2.4

### Patch Changes

- ae15a2c: Update dependency @keystone-6/core to ^2.2.0
- b730bff: Update react monorepo (minor)
- Updated dependencies [0a7d339]
- Updated dependencies [ae15a2c]
- Updated dependencies [b730bff]
- Updated dependencies [7d40c8b]
- @opensaas/keystone-nextjs-auth@24.1.0

## 15.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensaas-keystone/next-auth-backend",
"version": "15.2.3",
"version": "15.2.4",
"private": true,
"scripts": {
"build": "keystone build",
Expand All @@ -13,7 +13,7 @@
"@keystone-6/fields-document": "^4.1.0",
"@keystone-ui/button": "^7.0.1",
"@keystone-ui/core": "^5.0.1",
"@opensaas/keystone-nextjs-auth": "^24.0.0",
"@opensaas/keystone-nextjs-auth": "^24.1.0",
"@types/ejs": "^3.1.1",
"dotenv": "^16.0.2",
"ejs": "^3.1.8",
Expand Down
12 changes: 12 additions & 0 deletions packages/keystone-nextjs-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @opensaas-keystone/nextjs-auth

## 24.1.0

### Minor Changes

- ae15a2c: Update dependency @keystone-6/core to ^2.2.0
- b730bff: Update react monorepo (minor)

### Patch Changes

- 0a7d339: Update patch dependencies (patch)
- 7d40c8b: Fix keystone `onConnect` running on next-auth initialisation

## 24.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/keystone-nextjs-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensaas/keystone-nextjs-auth",
"version": "24.0.0",
"version": "24.1.0",
"repository": "https://github.com/opensaasau/keystone-nextjs-auth",
"license": "MIT",
"main": "dist/opensaas-keystone-nextjs-auth.cjs.js",
Expand Down

0 comments on commit 20ec3c3

Please sign in to comment.