Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yuku committed Sep 17, 2020
1 parent 686e6b5 commit f5fec92
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"private": true,
"version": "0.1.6",
"version": "0.1.7",
"scripts": {
"build": "rm -fr dist cache && parcel build index.pug --public-url /textcomplete",
"format:eslint": "eslint --fix '**/*.ts' '**/*.tsx'",
Expand All @@ -11,10 +11,10 @@
"start": "parcel index.pug"
},
"dependencies": {
"@textcomplete/codemirror": "^0.1.6",
"@textcomplete/contenteditable": "^0.1.6",
"@textcomplete/core": "^0.1.6",
"@textcomplete/textarea": "^0.1.6",
"@textcomplete/codemirror": "^0.1.7",
"@textcomplete/contenteditable": "^0.1.7",
"@textcomplete/core": "^0.1.7",
"@textcomplete/textarea": "^0.1.7",
"codemirror": "^5.54.0",
"prism-react-renderer": "^1.1.1",
"react": "^16.13.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.6",
"version": "0.1.7",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/textcomplete-codemirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textcomplete/codemirror",
"version": "0.1.6",
"version": "0.1.7",
"description": "Textcomplete editor for CodeMirror",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"@types/codemirror": "^0.0.96"
},
"devDependencies": {
"@textcomplete/core": "^0.1.6",
"@textcomplete/core": "^0.1.7",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"codemirror": "^5.54",
Expand Down
6 changes: 3 additions & 3 deletions packages/textcomplete-contenteditable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textcomplete/contenteditable",
"version": "0.1.6",
"version": "0.1.7",
"description": "Textcomplete editor for contenteditable",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,10 +16,10 @@
"lint": "eslint 'src/**/*.ts'"
},
"dependencies": {
"@textcomplete/utils": "^0.1.6"
"@textcomplete/utils": "^0.1.7"
},
"devDependencies": {
"@textcomplete/core": "^0.1.6",
"@textcomplete/core": "^0.1.7",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"eslint": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/textcomplete-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textcomplete/core",
"version": "0.1.6",
"version": "0.1.7",
"description": "Textcomplete core.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/textcomplete-textarea/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textcomplete/textarea",
"version": "0.1.6",
"version": "0.1.7",
"description": "Textcomplete editor for HTMLTextAreaElement",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,8 +16,8 @@
"lint": "eslint 'src/**/*.ts'"
},
"dependencies": {
"@textcomplete/core": "^0.1.6",
"@textcomplete/utils": "^0.1.6",
"@textcomplete/core": "^0.1.7",
"@textcomplete/utils": "^0.1.7",
"@types/textarea-caret": "^3.0.0",
"textarea-caret": "^3.1.0",
"undate": "^0.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/textcomplete-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textcomplete/utils",
"version": "0.1.6",
"version": "0.1.7",
"description": "Utility functions for Textcomplete editors",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"lint": "eslint 'src/**/*.ts'"
},
"devDependencies": {
"@textcomplete/core": "^0.1.6",
"@textcomplete/core": "^0.1.7",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"eslint": "^7.2.0",
Expand Down

0 comments on commit f5fec92

Please sign in to comment.