Skip to content

Commit 1199fca

Browse files
committed
v0.1.10
1 parent 5a7960a commit 1199fca

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.9",
4+
"version": "0.1.10",
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.9",
15-
"@textcomplete/contenteditable": "^0.1.9",
16-
"@textcomplete/core": "^0.1.9",
17-
"@textcomplete/textarea": "^0.1.9",
14+
"@textcomplete/codemirror": "^0.1.10",
15+
"@textcomplete/contenteditable": "^0.1.10",
16+
"@textcomplete/core": "^0.1.10",
17+
"@textcomplete/textarea": "^0.1.10",
1818
"codemirror": "^5.54.0",
1919
"prism-react-renderer": "^1.1.1",
2020
"react": "^17.0.2",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.9",
2+
"version": "0.1.10",
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.9",
3+
"version": "0.1.10",
44
"description": "Textcomplete editor for CodeMirror",
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.9",
19+
"@textcomplete/core": "^0.1.10",
2020
"@types/codemirror": "^5.60.2",
2121
"codemirror": "^5.54"
2222
},

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.9",
3+
"version": "0.1.10",
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.9"
19+
"@textcomplete/utils": "^0.1.10"
2020
},
2121
"devDependencies": {
22-
"@textcomplete/core": "^0.1.9"
22+
"@textcomplete/core": "^0.1.10"
2323
},
2424
"peerDependencies": {
2525
"@textcomplete/core": "^0.1.9"

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.9",
3+
"version": "0.1.10",
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.9",
3+
"version": "0.1.10",
44
"description": "Textcomplete editor for HTMLTextAreaElement",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -16,12 +16,12 @@
1616
"lint": "eslint 'src/**/*.ts'"
1717
},
1818
"dependencies": {
19-
"@textcomplete/utils": "^0.1.9",
19+
"@textcomplete/utils": "^0.1.10",
2020
"textarea-caret": "^3.1.0",
2121
"undate": "^0.3.0"
2222
},
2323
"devDependencies": {
24-
"@textcomplete/core": "^0.1.9",
24+
"@textcomplete/core": "^0.1.10",
2525
"@types/textarea-caret": "^3.0.0"
2626
},
2727
"peerDependencies": {

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.9",
3+
"version": "0.1.10",
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.9",
19+
"@textcomplete/core": "^0.1.10",
2020
"@typescript-eslint/eslint-plugin": "^4.17.0",
2121
"@typescript-eslint/parser": "^4.17.0",
2222
"eslint": "^7.21.0",

0 commit comments

Comments
 (0)