Skip to content

Commit

Permalink
chore(release): publish v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Nov 7, 2019
1 parent 51b3288 commit 751e454
Show file tree
Hide file tree
Showing 47 changed files with 223 additions and 223 deletions.
4 changes: 2 additions & 2 deletions @remirror/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/ifiokjr/remirror.git",
"directory": "@remirror/cli"
},
"version": "0.6.3",
"version": "0.6.4",
"main": "lib/index.js",
"preferGlobal": true,
"bin": {
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@babel/runtime": "^7",
"@emotion/core": "^10",
"@remirror/core-helpers": "0.6.3",
"@remirror/core-helpers": "0.6.4",
"@types/node": ">=12.11.2",
"figures": "^3.1.0",
"ink": "^2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion @remirror/core-constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Ifiok Jr. <ifiokotung@gmail.com>",
"homepage": "https://github.com/ifiokjr/remirror/tree/master/@remirror/core-constants",
"repository": "https://github.com/ifiokjr/remirror/tree/master/@remirror/core-constants",
"version": "0.6.3",
"version": "0.6.4",
"main": "lib/index.js",
"module": "lib/dist/core-constants.esm.js",
"files": [
Expand Down
18 changes: 9 additions & 9 deletions @remirror/core-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Ifiok Jr. <ifiokotung@gmail.com>",
"homepage": "https://github.com/ifiokjr/remirror/tree/master/@remirror/core-extensions",
"repository": "https://github.com/ifiokjr/remirror/tree/master/@remirror/core-extensions",
"version": "0.6.3",
"version": "0.6.4",
"main": "lib/index.js",
"module": "lib/dist/core-extensions.esm.js",
"files": [
Expand All @@ -15,14 +15,14 @@
"types": "lib/index.d.ts",
"dependencies": {
"@babel/runtime": "^7",
"@remirror/core": "0.6.3",
"@remirror/core-constants": "0.6.3",
"@remirror/core-helpers": "0.6.3",
"@remirror/core-types": "0.6.3",
"@remirror/core-utils": "0.6.3",
"@remirror/react-portals": "0.6.3",
"@remirror/react-utils": "0.6.3",
"@remirror/ui": "0.6.3",
"@remirror/core": "0.6.4",
"@remirror/core-constants": "0.6.4",
"@remirror/core-helpers": "0.6.4",
"@remirror/core-types": "0.6.4",
"@remirror/core-utils": "0.6.4",
"@remirror/react-portals": "0.6.4",
"@remirror/react-utils": "0.6.4",
"@remirror/ui": "0.6.4",
"@types/prosemirror-commands": "^1.0.1",
"@types/prosemirror-dropcursor": "^1.0.0",
"@types/prosemirror-gapcursor": "^1.0.1",
Expand Down
6 changes: 3 additions & 3 deletions @remirror/core-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Ifiok Jr. <ifiokotung@gmail.com>",
"homepage": "https://github.com/ifiokjr/remirror/tree/master/@remirror/core-helpers",
"repository": "https://github.com/ifiokjr/remirror/tree/master/@remirror/core-helpers",
"version": "0.6.3",
"version": "0.6.4",
"main": "lib/index.js",
"module": "lib/dist/core-helpers.esm.js",
"files": [
Expand All @@ -15,8 +15,8 @@
"types": "lib/index.d.ts",
"dependencies": {
"@babel/runtime": "^7",
"@remirror/core-constants": "0.6.3",
"@remirror/core-types": "0.6.3",
"@remirror/core-constants": "0.6.4",
"@remirror/core-types": "0.6.4",
"@types/object.omit": "^3.0.0",
"@types/object.pick": "^1.3.0",
"@types/throttle-debounce": "^2.1.0",
Expand Down
6 changes: 3 additions & 3 deletions @remirror/core-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Ifiok Jr. <ifiokotung@gmail.com>",
"homepage": "https://github.com/ifiokjr/remirror/tree/master/@remirror/core-types",
"repository": "https://github.com/ifiokjr/remirror/tree/master/@remirror/core-types",
"version": "0.6.3",
"version": "0.6.4",
"main": "lib/index.js",
"module": "lib/dist/core-types.esm.js",
"files": [
Expand All @@ -15,8 +15,8 @@
"types": "lib/index.d.ts",
"dependencies": {
"@babel/runtime": "^7",
"@remirror/core-constants": "0.6.3",
"@remirror/react-portals": "0.6.3",
"@remirror/core-constants": "0.6.4",
"@remirror/react-portals": "0.6.4",
"@styled-system/css": "^5.0.23",
"@types/prosemirror-commands": "^1.0.1",
"@types/prosemirror-inputrules": "^1.0.2",
Expand Down
8 changes: 4 additions & 4 deletions @remirror/core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Ifiok Jr. <ifiokotung@gmail.com>",
"homepage": "https://github.com/ifiokjr/remirror/tree/master/@remirror/core-utils",
"repository": "https://github.com/ifiokjr/remirror/tree/master/@remirror/core-utils",
"version": "0.6.3",
"version": "0.6.4",
"main": "lib/index.js",
"module": "lib/dist/core-utils.esm.js",
"files": [
Expand All @@ -15,9 +15,9 @@
"types": "lib/index.d.ts",
"dependencies": {
"@babel/runtime": "^7",
"@remirror/core-constants": "0.6.3",
"@remirror/core-helpers": "0.6.3",
"@remirror/core-types": "0.6.3",
"@remirror/core-constants": "0.6.4",
"@remirror/core-helpers": "0.6.4",
"@remirror/core-types": "0.6.4",
"@types/min-document": "^2.19.0",
"@types/node": ">=12.11.2",
"@types/prosemirror-commands": "^1.0.1",
Expand Down
14 changes: 7 additions & 7 deletions @remirror/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Ifiok Jr. <ifiokotung@gmail.com>",
"homepage": "https://github.com/ifiokjr/remirror/tree/master/@remirror/core",
"repository": "https://github.com/ifiokjr/remirror/tree/master/@remirror/core",
"version": "0.6.3",
"version": "0.6.4",
"main": "lib/index.js",
"module": "lib/dist/core.esm.js",
"browser": {
Expand All @@ -19,11 +19,11 @@
"types": "lib/index.d.ts",
"dependencies": {
"@babel/runtime": "^7",
"@remirror/core-constants": "0.6.3",
"@remirror/core-helpers": "0.6.3",
"@remirror/core-types": "0.6.3",
"@remirror/core-utils": "0.6.3",
"@remirror/react-portals": "0.6.3",
"@remirror/core-constants": "0.6.4",
"@remirror/core-helpers": "0.6.4",
"@remirror/core-types": "0.6.4",
"@remirror/core-utils": "0.6.4",
"@remirror/react-portals": "0.6.4",
"@types/prosemirror-inputrules": "^1.0.2",
"@types/prosemirror-keymap": "^1.0.1",
"@types/prosemirror-model": "^1.7.2",
Expand All @@ -32,7 +32,7 @@
"prosemirror-keymap": "^1.0.2",
"prosemirror-model": "^1.7.4",
"prosemirror-state": "^1.2.4",
"prosemirror-suggest": "0.6.3"
"prosemirror-suggest": "0.6.4"
},
"peerDependencies": {
"@emotion/core": "^10",
Expand Down
4 changes: 2 additions & 2 deletions @remirror/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Ifiok Jr. <ifiokotung@gmail.com>",
"homepage": "https://github.com/ifiokjr/remirror/tree/master/@remirror/dev",
"repository": "https://github.com/ifiokjr/remirror/tree/master/@remirror/dev",
"version": "0.6.3",
"version": "0.6.4",
"main": "lib/index.js",
"module": "lib/dist/dev.esm.js",
"files": [
Expand All @@ -15,7 +15,7 @@
"types": "lib/index.d.ts",
"dependencies": {
"@babel/runtime": "^7",
"@remirror/react": "0.6.3",
"@remirror/react": "0.6.4",
"@types/prosemirror-dev-tools": "^2.1.0",
"prosemirror-dev-tools": "^2.1.1"
},
Expand Down
18 changes: 9 additions & 9 deletions @remirror/editor-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Ifiok Jr. <ifiokotung@gmail.com>",
"homepage": "https://github.com/ifiokjr/remirror/tree/master/@remirror/editor-markdown",
"repository": "https://github.com/ifiokjr/remirror/tree/master/@remirror/editor-markdown",
"version": "0.6.3",
"version": "0.6.4",
"main": "lib/index.js",
"module": "lib/dist/editor-markdown.esm.js",
"files": [
Expand All @@ -15,14 +15,14 @@
"types": "lib/index.d.ts",
"dependencies": {
"@babel/runtime": "^7",
"@remirror/core": "0.6.3",
"@remirror/core-extensions": "0.6.3",
"@remirror/extension-code-block": "0.6.3",
"@remirror/extension-emoji": "0.6.3",
"@remirror/extension-image": "0.6.3",
"@remirror/react": "0.6.3",
"@remirror/react-utils": "0.6.3",
"@remirror/ui": "0.6.3",
"@remirror/core": "0.6.4",
"@remirror/core-extensions": "0.6.4",
"@remirror/extension-code-block": "0.6.4",
"@remirror/extension-emoji": "0.6.4",
"@remirror/extension-image": "0.6.4",
"@remirror/react": "0.6.4",
"@remirror/react-utils": "0.6.4",
"@remirror/ui": "0.6.4",
"@types/markdown-it": "^0.0.9",
"@types/prosemirror-markdown": "^1.0.3",
"@types/refractor": "2.8.0",
Expand Down
24 changes: 12 additions & 12 deletions @remirror/editor-social/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Ifiok Jr. <ifiokotung@gmail.com>",
"homepage": "https://github.com/ifiokjr/remirror/tree/master/@remirror/editor-social",
"repository": "https://github.com/ifiokjr/remirror/tree/master/@remirror/editor-social",
"version": "0.6.3",
"version": "0.6.4",
"main": "lib/index.js",
"module": "lib/dist/editor-social.esm.js",
"files": [
Expand All @@ -16,17 +16,17 @@
"dependencies": {
"@babel/runtime": "^7",
"@emotion/styled": "^10.0.17",
"@remirror/core": "0.6.3",
"@remirror/core-extensions": "0.6.3",
"@remirror/extension-emoji": "0.6.3",
"@remirror/extension-enhanced-link": "0.6.3",
"@remirror/extension-mention": "0.6.3",
"@remirror/react": "0.6.3",
"@remirror/react-utils": "0.6.3",
"@remirror/ui": "0.6.3",
"@remirror/ui-buttons": "0.6.3",
"@remirror/ui-icons": "0.6.3",
"multishift": "0.6.3"
"@remirror/core": "0.6.4",
"@remirror/core-extensions": "0.6.4",
"@remirror/extension-emoji": "0.6.4",
"@remirror/extension-enhanced-link": "0.6.4",
"@remirror/extension-mention": "0.6.4",
"@remirror/react": "0.6.4",
"@remirror/react-utils": "0.6.4",
"@remirror/ui": "0.6.4",
"@remirror/ui-buttons": "0.6.4",
"@remirror/ui-icons": "0.6.4",
"multishift": "0.6.4"
},
"peerDependencies": {
"@emotion/core": "^10",
Expand Down
22 changes: 11 additions & 11 deletions @remirror/editor-wysiwyg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Ifiok Jr. <ifiokotung@gmail.com>",
"homepage": "https://github.com/ifiokjr/remirror/tree/master/@remirror/editor-wysiwyg",
"repository": "https://github.com/ifiokjr/remirror/tree/master/@remirror/editor-wysiwyg",
"version": "0.6.3",
"version": "0.6.4",
"main": "lib/index.js",
"module": "lib/dist/editor-wysiwyg.esm.js",
"files": [
Expand All @@ -16,16 +16,16 @@
"dependencies": {
"@babel/runtime": "^7",
"@emotion/styled": "^10.0.17",
"@remirror/core": "0.6.3",
"@remirror/core-extensions": "0.6.3",
"@remirror/extension-code-block": "0.6.3",
"@remirror/extension-drop-cursor": "0.6.3",
"@remirror/extension-image": "0.6.3",
"@remirror/react": "0.6.3",
"@remirror/react-utils": "0.6.3",
"@remirror/ui": "0.6.3",
"@remirror/ui-buttons": "0.6.3",
"@remirror/ui-icons": "0.6.3",
"@remirror/core": "0.6.4",
"@remirror/core-extensions": "0.6.4",
"@remirror/extension-code-block": "0.6.4",
"@remirror/extension-drop-cursor": "0.6.4",
"@remirror/extension-image": "0.6.4",
"@remirror/react": "0.6.4",
"@remirror/react-utils": "0.6.4",
"@remirror/ui": "0.6.4",
"@remirror/ui-buttons": "0.6.4",
"@remirror/ui-icons": "0.6.4",
"refractor": "^2.10.0",
"w3c-keyname": "^2.1.1"
},
Expand Down
6 changes: 3 additions & 3 deletions @remirror/extension-code-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Ifiok Jr. <ifiokotung@gmail.com>",
"homepage": "https://github.com/ifiokjr/remirror/tree/master/@remirror/extension-code-block",
"repository": "https://github.com/ifiokjr/remirror/tree/master/@remirror/extension-code-block",
"version": "0.6.3",
"version": "0.6.4",
"main": "lib/index.js",
"module": "lib/dist/extension-code-block.esm.js",
"files": [
Expand All @@ -16,8 +16,8 @@
"types": "lib/index.d.ts",
"dependencies": {
"@babel/runtime": "^7",
"@remirror/core": "0.6.3",
"@remirror/react-utils": "0.6.3",
"@remirror/core": "0.6.4",
"@remirror/react-utils": "0.6.4",
"@types/prismjs": "^1.16.0",
"@types/prosemirror-commands": "^1.0.1",
"@types/prosemirror-inputrules": "^1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions @remirror/extension-collaboration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Ifiok Jr. <ifiokotung@gmail.com>",
"homepage": "https://github.com/ifiokjr/remirror/tree/master/@remirror/extension-collaboration",
"repository": "https://github.com/ifiokjr/remirror/tree/master/@remirror/extension-collaboration",
"version": "0.6.3",
"version": "0.6.4",
"main": "lib/index.js",
"module": "lib/dist/extension-collaboration.esm.js",
"files": [
Expand All @@ -15,7 +15,7 @@
"types": "lib/index.d.ts",
"dependencies": {
"@babel/runtime": "^7",
"@remirror/core": "0.6.3",
"@remirror/core": "0.6.4",
"@types/prosemirror-collab": "^1.0.2",
"@types/prosemirror-transform": "^1.1.0",
"prosemirror-collab": "^1.1.2",
Expand Down
10 changes: 5 additions & 5 deletions @remirror/extension-drop-cursor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Ifiok Jr. <ifiokotung@gmail.com>",
"homepage": "https://github.com/ifiokjr/remirror/tree/master/@remirror/extension-drop-cursor",
"repository": "https://github.com/ifiokjr/remirror/tree/master/@remirror/extension-drop-cursor",
"version": "0.6.3",
"version": "0.6.4",
"main": "lib/index.js",
"module": "lib/dist/extension-drop-cursor.esm.js",
"files": [
Expand All @@ -16,10 +16,10 @@
"types": "lib/index.d.ts",
"dependencies": {
"@babel/runtime": "^7",
"@remirror/core": "0.6.3",
"@remirror/react-portals": "0.6.3",
"@remirror/react-utils": "0.6.3",
"@remirror/ui": "0.6.3",
"@remirror/core": "0.6.4",
"@remirror/react-portals": "0.6.4",
"@remirror/react-utils": "0.6.4",
"@remirror/ui": "0.6.4",
"@types/prosemirror-state": "^1.2.3",
"@types/prosemirror-transform": "^1.1.0",
"@types/prosemirror-view": "^1.11.2",
Expand Down
10 changes: 5 additions & 5 deletions @remirror/extension-emoji/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Ifiok Jr. <ifiokotung@gmail.com>",
"homepage": "https://github.com/ifiokjr/remirror/tree/master/@remirror/extension-emoji",
"repository": "https://github.com/ifiokjr/remirror/tree/master/@remirror/extension-emoji",
"version": "0.6.3",
"version": "0.6.4",
"main": "lib/index.js",
"module": "lib/dist/extension-emoji.esm.js",
"files": [
Expand All @@ -15,8 +15,8 @@
"types": "lib/index.d.ts",
"dependencies": {
"@babel/runtime": "^7",
"@remirror/core": "0.6.3",
"@remirror/react-node-view": "0.6.3",
"@remirror/core": "0.6.4",
"@remirror/react-node-view": "0.6.4",
"@types/emoji-regex": "^8.0.0",
"@types/match-sorter": "^2.3.0",
"@types/prosemirror-model": "^1.7.2",
Expand All @@ -27,7 +27,7 @@
"match-sorter": "^4.0.2",
"prosemirror-model": "^1.7.4",
"prosemirror-state": "^1.2.4",
"prosemirror-suggest": "0.6.3",
"prosemirror-suggest": "0.6.4",
"prosemirror-view": "^1.12.0"
},
"peerDependencies": {
Expand All @@ -40,7 +40,7 @@
"devDependencies": {
"emoji-mart": "2.11.1",
"emojilib": "^2.4.0",
"jest-remirror": "0.6.3"
"jest-remirror": "0.6.4"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions @remirror/extension-enhanced-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"author": "Ifiok Jr. <ifiokotung@gmail.com>",
"repository": "https://github.com/ifiokjr/remirror/tree/master/@remirror/extension-enhanced-link",
"version": "0.6.3",
"version": "0.6.4",
"main": "lib/index.js",
"module": "lib/dist/extension-enhanced-link.esm.js",
"files": [
Expand All @@ -14,7 +14,7 @@
"types": "lib/index.d.ts",
"dependencies": {
"@babel/runtime": "^7",
"@remirror/core": "0.6.3",
"@remirror/core": "0.6.4",
"@types/prosemirror-state": "^1.2.3",
"@types/prosemirror-transform": "^1.1.0",
"prosemirror-state": "^1.2.4",
Expand Down

0 comments on commit 751e454

Please sign in to comment.