forked from keystonejs/keystone
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create a build for the Controller (keystonejs#982)
* Create build for controller * Add changeset * Rename packages/fields/Controller-src.js to packages/fields/Controller/src/index.js * Correctly reference Controller source path * Simplify things
- Loading branch information
Showing
16 changed files
with
107 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
{ | ||
"releases": [{ "name": "@keystone-alpha/fields", "type": "major" }], | ||
"dependents": [ | ||
{ | ||
"name": "@keystone-alpha/admin-ui", | ||
"type": "patch", | ||
"dependencies": ["@keystone-alpha/fields"] | ||
}, | ||
{ | ||
"name": "@keystone-alpha/fields-wysiwyg-tinymce", | ||
"type": "patch", | ||
"dependencies": ["@keystone-alpha/fields"] | ||
}, | ||
{ | ||
"name": "@keystone-alpha/keystone", | ||
"type": "patch", | ||
"dependencies": ["@keystone-alpha/fields"] | ||
}, | ||
{ | ||
"name": "@keystone-alpha/demo-project-blog", | ||
"type": "patch", | ||
"dependencies": [ | ||
"@keystone-alpha/admin-ui", | ||
"@keystone-alpha/fields-wysiwyg-tinymce", | ||
"@keystone-alpha/keystone", | ||
"@keystone-alpha/fields" | ||
] | ||
}, | ||
{ | ||
"name": "@keystone-alpha/demo-project-todo", | ||
"type": "patch", | ||
"dependencies": [ | ||
"@keystone-alpha/admin-ui", | ||
"@keystone-alpha/keystone", | ||
"@keystone-alpha/fields" | ||
] | ||
}, | ||
{ | ||
"name": "@keystone-alpha/cypress-project-access-control", | ||
"type": "patch", | ||
"dependencies": [ | ||
"@keystone-alpha/admin-ui", | ||
"@keystone-alpha/keystone", | ||
"@keystone-alpha/fields" | ||
] | ||
}, | ||
{ | ||
"name": "@keystone-alpha/cypress-project-basic", | ||
"type": "patch", | ||
"dependencies": [ | ||
"@keystone-alpha/admin-ui", | ||
"@keystone-alpha/keystone", | ||
"@keystone-alpha/fields" | ||
] | ||
}, | ||
{ | ||
"name": "@keystone-alpha/cypress-project-facebook-login", | ||
"type": "patch", | ||
"dependencies": [ | ||
"@keystone-alpha/admin-ui", | ||
"@keystone-alpha/keystone", | ||
"@keystone-alpha/fields" | ||
] | ||
}, | ||
{ | ||
"name": "@keystone-alpha/cypress-project-login", | ||
"type": "patch", | ||
"dependencies": [ | ||
"@keystone-alpha/admin-ui", | ||
"@keystone-alpha/keystone", | ||
"@keystone-alpha/fields" | ||
] | ||
}, | ||
{ | ||
"name": "@keystone-alpha/cypress-project-twitter-login", | ||
"type": "patch", | ||
"dependencies": [ | ||
"@keystone-alpha/admin-ui", | ||
"@keystone-alpha/keystone", | ||
"@keystone-alpha/fields" | ||
] | ||
}, | ||
{ | ||
"name": "@keystone-alpha/api-tests", | ||
"type": "patch", | ||
"dependencies": ["@keystone-alpha/keystone", "@keystone-alpha/fields"] | ||
} | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
- Generate cjs and esm bundlers for Controller file |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"main": "dist/fields.cjs.js", | ||
"module": "dist/fields.esm.js" | ||
} |
File renamed without 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
2 changes: 1 addition & 1 deletion
2
packages/fields/types/CalendarDay/views/Controller/Controller.js
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
2 changes: 1 addition & 1 deletion
2
packages/fields/types/Relationship/views/Controller/Controller.js
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