Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #18

Merged
merged 1 commit into from
Feb 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dirty-fishes-breathe.md

This file was deleted.

90 changes: 0 additions & 90 deletions .changeset/empty-buses-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-bobcats-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-pandas-fix.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rude-eels-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-pandas-think.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/release-count
Original file line number Diff line number Diff line change
@@ -1 +1 @@
35
36
24 changes: 24 additions & 0 deletions examples/blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# keystone_demo_blog

## 7.0.1

### Patch Changes

- [`04bf1e4bb`](https://github.com/keystonejs/keystone-5/commit/04bf1e4bb0223f4e2e06664bbc9e95c51118eb84) [#2](https://github.com/keystonejs/keystone-5/pull/2) Thanks [@bladey](https://github.com/bladey)! - Updated repository URL in package.json.

- Updated dependencies [[`04bf1e4bb`](https://github.com/keystonejs/keystone-5/commit/04bf1e4bb0223f4e2e06664bbc9e95c51118eb84), [`f88f3976b`](https://github.com/keystonejs/keystone-5/commit/f88f3976b2d29d3bd3521d1ae2d9109a4a688cfc)]:
- @keystonejs/adapter-mongoose@11.1.0
- @keystonejs/app-admin-ui@7.4.1
- @keystonejs/app-graphql@6.2.2
- @keystonejs/app-next@6.0.1
- @keystonejs/app-static@5.1.4
- @arch-ui/layout@0.2.15
- @arch-ui/typography@0.0.19
- @keystonejs/auth-password@6.0.2
- @keystonejs/fields@22.0.1
- @keystonejs/fields-authed-relationship@1.0.18
- @keystonejs/fields-markdown@5.2.15
- @keystonejs/fields-oembed@3.1.5
- @keystonejs/fields-wysiwyg-tinymce@5.3.17
- @keystonejs/file-adapters@7.0.9
- @keystonejs/keystone@19.2.1
- @keystonejs/server-side-graphql-client@2.0.1

## 7.0.0

### Major Changes
Expand Down
34 changes: 17 additions & 17 deletions examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keystonejs/demo-project-blog",
"description": "An example KeystoneJS project showcasing a Blogging Site.",
"private": true,
"version": "7.0.0",
"version": "7.0.1",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -15,24 +15,24 @@
},
"dependencies": {
"@apollo/client": "^3.3.10",
"@arch-ui/layout": "^0.2.14",
"@arch-ui/typography": "^0.0.18",
"@arch-ui/layout": "^0.2.15",
"@arch-ui/typography": "^0.0.19",
"@emotion/core": "^10.1.1",
"@emotion/styled": "^10.0.27",
"@keystonejs/adapter-mongoose": "^11.0.1",
"@keystonejs/app-admin-ui": "^7.4.0",
"@keystonejs/app-graphql": "^6.2.0",
"@keystonejs/app-next": "^6.0.0",
"@keystonejs/app-static": "^5.1.3",
"@keystonejs/auth-password": "^6.0.1",
"@keystonejs/fields": "^22.0.0",
"@keystonejs/fields-authed-relationship": "^1.0.17",
"@keystonejs/fields-markdown": "^5.2.14",
"@keystonejs/fields-oembed": "^3.1.4",
"@keystonejs/fields-wysiwyg-tinymce": "^5.3.16",
"@keystonejs/file-adapters": "^7.0.8",
"@keystonejs/keystone": "^19.2.0",
"@keystonejs/server-side-graphql-client": "^2.0.0",
"@keystonejs/adapter-mongoose": "^11.1.0",
"@keystonejs/app-admin-ui": "^7.4.1",
"@keystonejs/app-graphql": "^6.2.2",
"@keystonejs/app-next": "^6.0.1",
"@keystonejs/app-static": "^5.1.4",
"@keystonejs/auth-password": "^6.0.2",
"@keystonejs/fields": "^22.0.1",
"@keystonejs/fields-authed-relationship": "^1.0.18",
"@keystonejs/fields-markdown": "^5.2.15",
"@keystonejs/fields-oembed": "^3.1.5",
"@keystonejs/fields-wysiwyg-tinymce": "^5.3.17",
"@keystonejs/file-adapters": "^7.0.9",
"@keystonejs/keystone": "^19.2.1",
"@keystonejs/server-side-graphql-client": "^2.0.1",
"apollo-upload-client": "^14.1.3",
"cross-env": "^7.0.3",
"date-fns": "^2.17.0",
Expand Down
18 changes: 18 additions & 0 deletions examples/custom-fields/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @keystonejs/demo-custom-fields

## 2.0.1

### Patch Changes

- [`04bf1e4bb`](https://github.com/keystonejs/keystone-5/commit/04bf1e4bb0223f4e2e06664bbc9e95c51118eb84) [#2](https://github.com/keystonejs/keystone-5/pull/2) Thanks [@bladey](https://github.com/bladey)! - Updated repository URL in package.json.

- Updated dependencies [[`04bf1e4bb`](https://github.com/keystonejs/keystone-5/commit/04bf1e4bb0223f4e2e06664bbc9e95c51118eb84), [`f88f3976b`](https://github.com/keystonejs/keystone-5/commit/f88f3976b2d29d3bd3521d1ae2d9109a4a688cfc)]:
- @keystonejs/adapter-mongoose@11.1.0
- @keystonejs/app-admin-ui@7.4.1
- @keystonejs/app-graphql@6.2.2
- @keystonejs/app-static@5.1.4
- @arch-ui/controls@0.1.10
- @arch-ui/fields@3.0.6
- @arch-ui/lozenge@0.0.18
- @arch-ui/theme@0.0.12
- @keystonejs/fields@22.0.1
- @keystonejs/keystone@19.2.1

## 2.0.0

### Major Changes
Expand Down
22 changes: 11 additions & 11 deletions examples/custom-fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keystonejs/demo-custom-fields",
"description": "An example KeystoneJS project showcasing custom fields.",
"private": true,
"version": "2.0.0",
"version": "2.0.1",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -14,17 +14,17 @@
"start": "cross-env NODE_ENV=production keystone start"
},
"dependencies": {
"@arch-ui/controls": "^0.1.9",
"@arch-ui/fields": "^3.0.5",
"@arch-ui/lozenge": "^0.0.17",
"@arch-ui/theme": "^0.0.11",
"@arch-ui/controls": "^0.1.10",
"@arch-ui/fields": "^3.0.6",
"@arch-ui/lozenge": "^0.0.18",
"@arch-ui/theme": "^0.0.12",
"@emotion/core": "^10.1.1",
"@keystonejs/adapter-mongoose": "^11.0.1",
"@keystonejs/app-admin-ui": "^7.4.0",
"@keystonejs/app-graphql": "^6.2.0",
"@keystonejs/app-static": "^5.1.3",
"@keystonejs/fields": "^22.0.0",
"@keystonejs/keystone": "^19.2.0",
"@keystonejs/adapter-mongoose": "^11.1.0",
"@keystonejs/app-admin-ui": "^7.4.1",
"@keystonejs/app-graphql": "^6.2.2",
"@keystonejs/app-static": "^5.1.4",
"@keystonejs/fields": "^22.0.1",
"@keystonejs/keystone": "^19.2.1",
"@primer/octicons-react": "^11.3.0",
"cross-env": "^7.0.3",
"react": "^17.0.1"
Expand Down
21 changes: 21 additions & 0 deletions examples/meetup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @keystonejs/demo-project-meetup

## 7.0.1

### Patch Changes

- [`04bf1e4bb`](https://github.com/keystonejs/keystone-5/commit/04bf1e4bb0223f4e2e06664bbc9e95c51118eb84) [#2](https://github.com/keystonejs/keystone-5/pull/2) Thanks [@bladey](https://github.com/bladey)! - Updated repository URL in package.json.

- Updated dependencies [[`04bf1e4bb`](https://github.com/keystonejs/keystone-5/commit/04bf1e4bb0223f4e2e06664bbc9e95c51118eb84), [`f88f3976b`](https://github.com/keystonejs/keystone-5/commit/f88f3976b2d29d3bd3521d1ae2d9109a4a688cfc)]:
- @keystonejs/adapter-mongoose@11.1.0
- @keystonejs/app-admin-ui@7.4.1
- @keystonejs/app-graphql@6.2.2
- @keystonejs/app-next@6.0.1
- @keystonejs/auth-password@6.0.2
- @keystonejs/email@5.2.1
- @keystonejs/fields@22.0.1
- @keystonejs/fields-cloudinary-image@2.1.5
- @keystonejs/fields-wysiwyg-tinymce@5.3.17
- @keystonejs/file-adapters@7.0.9
- @keystonejs/keystone@19.2.1
- @keystonejs/server-side-graphql-client@2.0.1
- @keystonejs/session@8.2.1

## 7.0.0

### Major Changes
Expand Down
28 changes: 14 additions & 14 deletions examples/meetup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keystonejs/demo-project-meetup",
"description": "An example KeystoneJS project showcasing a Meetup Site.",
"private": true,
"version": "7.0.0",
"version": "7.0.1",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -16,19 +16,19 @@
"dependencies": {
"@apollo/client": "^3.3.10",
"@emotion/core": "^10.1.1",
"@keystonejs/adapter-mongoose": "^11.0.1",
"@keystonejs/app-admin-ui": "^7.4.0",
"@keystonejs/app-graphql": "^6.2.0",
"@keystonejs/app-next": "^6.0.0",
"@keystonejs/auth-password": "^6.0.1",
"@keystonejs/email": "^5.2.0",
"@keystonejs/fields": "^22.0.0",
"@keystonejs/fields-cloudinary-image": "^2.1.4",
"@keystonejs/fields-wysiwyg-tinymce": "^5.3.16",
"@keystonejs/file-adapters": "^7.0.8",
"@keystonejs/keystone": "^19.2.0",
"@keystonejs/server-side-graphql-client": "^2.0.0",
"@keystonejs/session": "^8.2.0",
"@keystonejs/adapter-mongoose": "^11.1.0",
"@keystonejs/app-admin-ui": "^7.4.1",
"@keystonejs/app-graphql": "^6.2.2",
"@keystonejs/app-next": "^6.0.1",
"@keystonejs/auth-password": "^6.0.2",
"@keystonejs/email": "^5.2.1",
"@keystonejs/fields": "^22.0.1",
"@keystonejs/fields-cloudinary-image": "^2.1.5",
"@keystonejs/fields-wysiwyg-tinymce": "^5.3.17",
"@keystonejs/file-adapters": "^7.0.9",
"@keystonejs/keystone": "^19.2.1",
"@keystonejs/server-side-graphql-client": "^2.0.1",
"@keystonejs/session": "^8.2.1",
"apollo-upload-client": "^14.1.3",
"cross-env": "^7.0.3",
"date-fns": "^2.17.0",
Expand Down
14 changes: 14 additions & 0 deletions examples/todo-knex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @keystonejs/demo-project-todo-knex

## 5.1.26

### Patch Changes

- [`04bf1e4bb`](https://github.com/keystonejs/keystone-5/commit/04bf1e4bb0223f4e2e06664bbc9e95c51118eb84) [#2](https://github.com/keystonejs/keystone-5/pull/2) Thanks [@bladey](https://github.com/bladey)! - Updated repository URL in package.json.

- Updated dependencies [[`26a9ce9b1`](https://github.com/keystonejs/keystone-5/commit/26a9ce9b1b495feb0f4660ff2d5cf54a4fa81b2d), [`04bf1e4bb`](https://github.com/keystonejs/keystone-5/commit/04bf1e4bb0223f4e2e06664bbc9e95c51118eb84), [`f88f3976b`](https://github.com/keystonejs/keystone-5/commit/f88f3976b2d29d3bd3521d1ae2d9109a4a688cfc)]:
- @keystonejs/adapter-knex@13.1.0
- @keystonejs/app-admin-ui@7.4.1
- @keystonejs/app-graphql@6.2.2
- @keystonejs/app-static@5.1.4
- @keystonejs/fields@22.0.1
- @keystonejs/keystone@19.2.1

## 5.1.25

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions examples/todo-knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keystonejs/demo-project-todo-knex",
"description": "An example KeystoneJS project showcasing a simple Todo List.",
"private": true,
"version": "5.1.25",
"version": "5.1.26",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand All @@ -15,12 +15,12 @@
"create-tables": "cross-env keystone create-tables"
},
"dependencies": {
"@keystonejs/adapter-knex": "^13.0.1",
"@keystonejs/app-admin-ui": "^7.4.0",
"@keystonejs/app-graphql": "^6.2.0",
"@keystonejs/app-static": "^5.1.3",
"@keystonejs/fields": "^22.0.0",
"@keystonejs/keystone": "^19.2.0",
"@keystonejs/adapter-knex": "^13.1.0",
"@keystonejs/app-admin-ui": "^7.4.1",
"@keystonejs/app-graphql": "^6.2.2",
"@keystonejs/app-static": "^5.1.4",
"@keystonejs/fields": "^22.0.1",
"@keystonejs/keystone": "^19.2.1",
"cross-env": "^7.0.3"
},
"repository": "https://github.com/keystonejs/keystone-5/tree/master/examples/todo-knex"
Expand Down
Loading