Skip to content

Commit

Permalink
chore(release): publish %s
Browse files Browse the repository at this point in the history
 - @contentful/field-editor-dropdown@0.7.0
 - @contentful/field-editor-markdown@0.5.0
 - @contentful/field-editor-radio@0.6.0
  • Loading branch information
dannyiacono committed Apr 2, 2020
1 parent 7a6f9b9 commit 9e18bb2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/field-editor-dropdown",
"version": "0.6.0",
"version": "0.7.0",
"main": "dist/index.js",
"module": "dist/field-editor-dropdown.esm.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/field-editor-markdown",
"version": "0.4.0",
"version": "0.5.0",
"main": "dist/index.js",
"module": "dist/field-editor-markdown.esm.js",
"typings": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/radio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/field-editor-radio",
"version": "0.5.0",
"version": "0.6.0",
"main": "dist/index.js",
"module": "dist/field-editor-radio.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"tsc": "tsc -p ./ --noEmit"
},
"dependencies": {
"@contentful/field-editor-dropdown": "^0.6.0",
"@contentful/field-editor-dropdown": "^0.7.0",
"@contentful/field-editor-shared": "^0.9.0",
"@contentful/forma-36-react-components": "^3.18.4",
"@contentful/forma-36-tokens": "^0.4.5",
Expand Down

0 comments on commit 9e18bb2

Please sign in to comment.