Skip to content

Commit

Permalink
v0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
yuku committed Jun 9, 2022
1 parent 4d60e21 commit fffd47c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 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.11",
"version": "0.1.12",
"scripts": {
"build": "rm -fr dist cache && parcel build index.pug --public-url /textcomplete",
"format:eslint": "eslint --fix '**/*.ts' '**/*.tsx'",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@textcomplete/codemirror": "^0.1.11",
"@textcomplete/contenteditable": "^0.1.11",
"@textcomplete/contenteditable": "^0.1.12",
"@textcomplete/core": "^0.1.11",
"@textcomplete/textarea": "^0.1.11",
"codemirror": "^5.54.0",
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.11",
"version": "0.1.12",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion 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.11",
"version": "0.1.12",
"description": "Textcomplete editor for CodeMirror",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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.11",
"version": "0.1.12",
"description": "Textcomplete editor for contenteditable",
"main": "dist/index.js",
"types": "dist/index.d.ts",
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.11",
"version": "0.1.12",
"description": "Textcomplete core.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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.11",
"version": "0.1.12",
"description": "Textcomplete editor for HTMLTextAreaElement",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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.11",
"version": "0.1.12",
"description": "Utility functions for Textcomplete editors",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit fffd47c

Please sign in to comment.