Skip to content

Commit 03b7bee

Browse files
committed
v0.1.6
1 parent 51d9a2e commit 03b7bee

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

docs/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs",
33
"private": true,
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"scripts": {
66
"build": "rm -fr dist cache && parcel build index.pug --public-url /textcomplete",
77
"format:eslint": "eslint --fix '**/*.ts' '**/*.tsx'",
@@ -11,10 +11,10 @@
1111
"start": "parcel index.pug"
1212
},
1313
"dependencies": {
14-
"@textcomplete/codemirror": "^0.1.5",
15-
"@textcomplete/contenteditable": "^0.1.5",
16-
"@textcomplete/core": "^0.1.5",
17-
"@textcomplete/textarea": "^0.1.5",
14+
"@textcomplete/codemirror": "^0.1.6",
15+
"@textcomplete/contenteditable": "^0.1.6",
16+
"@textcomplete/core": "^0.1.6",
17+
"@textcomplete/textarea": "^0.1.6",
1818
"codemirror": "^5.54.0",
1919
"prism-react-renderer": "^1.1.1",
2020
"react": "^16.13.1",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.5",
2+
"version": "0.1.6",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

packages/textcomplete-codemirror/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@textcomplete/codemirror",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Textcomplete editor for CodeMirror",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -19,7 +19,7 @@
1919
"@types/codemirror": "^0.0.96"
2020
},
2121
"devDependencies": {
22-
"@textcomplete/core": "^0.1.5",
22+
"@textcomplete/core": "^0.1.6",
2323
"@typescript-eslint/eslint-plugin": "^3.2.0",
2424
"@typescript-eslint/parser": "^3.2.0",
2525
"codemirror": "^5.54",

packages/textcomplete-contenteditable/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@textcomplete/contenteditable",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Textcomplete editor for contenteditable",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -16,10 +16,10 @@
1616
"lint": "eslint 'src/**/*.ts'"
1717
},
1818
"dependencies": {
19-
"@textcomplete/utils": "^0.1.5"
19+
"@textcomplete/utils": "^0.1.6"
2020
},
2121
"devDependencies": {
22-
"@textcomplete/core": "^0.1.5",
22+
"@textcomplete/core": "^0.1.6",
2323
"@typescript-eslint/eslint-plugin": "^3.2.0",
2424
"@typescript-eslint/parser": "^3.2.0",
2525
"eslint": "^7.2.0",

packages/textcomplete-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@textcomplete/core",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Textcomplete core.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/textcomplete-textarea/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@textcomplete/textarea",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Textcomplete editor for HTMLTextAreaElement",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -16,8 +16,8 @@
1616
"lint": "eslint 'src/**/*.ts'"
1717
},
1818
"dependencies": {
19-
"@textcomplete/core": "^0.1.5",
20-
"@textcomplete/utils": "^0.1.5",
19+
"@textcomplete/core": "^0.1.6",
20+
"@textcomplete/utils": "^0.1.6",
2121
"@types/textarea-caret": "^3.0.0",
2222
"textarea-caret": "^3.1.0",
2323
"undate": "^0.3.0"

packages/textcomplete-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@textcomplete/utils",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Utility functions for Textcomplete editors",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -16,7 +16,7 @@
1616
"lint": "eslint 'src/**/*.ts'"
1717
},
1818
"devDependencies": {
19-
"@textcomplete/core": "^0.1.5",
19+
"@textcomplete/core": "^0.1.6",
2020
"@typescript-eslint/eslint-plugin": "^3.2.0",
2121
"@typescript-eslint/parser": "^3.2.0",
2222
"eslint": "^7.2.0",

0 commit comments

Comments
 (0)