Skip to content

Commit d55e2b2

Browse files
committed
bumped find-with-regex again
1 parent 03f1010 commit d55e2b2

File tree

30 files changed

+44
-44
lines changed

30 files changed

+44
-44
lines changed

draft-js-alignment-plugin/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## 2.0.3
6+
## 2.0.3 - 2.0.4
77
- bumped find-with-regex
88

99
## 2.0.2

draft-js-alignment-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draft-js-alignment-plugin",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Alignment Plugin for DraftJS",
55
"author": {
66
"name": "Benjamin Kniffler",
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"decorate-component-with-props": "^1.0.2",
3434
"draft-js-buttons": "^2.0.1",
35-
"find-with-regex": "^1.1.2",
35+
"find-with-regex": "^1.1.3",
3636
"immutable": "~3.7.4",
3737
"prop-types": "^15.5.8",
3838
"union-class-names": "^1.0.0"

draft-js-drag-n-drop-plugin/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## 2.0.2
6+
## 2.0.2 - 2.0.3
77
- bumped find-with-regex
88

99
## 2.0.0-rc9

draft-js-drag-n-drop-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draft-js-drag-n-drop-plugin",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Block Drag & Drop Plugin for DraftJS",
55
"author": {
66
"name": "Benjamin Kniffler",
@@ -30,7 +30,7 @@
3030
"license": "MIT",
3131
"dependencies": {
3232
"decorate-component-with-props": "^1.0.2",
33-
"find-with-regex": "^1.1.2",
33+
"find-with-regex": "^1.1.3",
3434
"union-class-names": "^1.0.0",
3535
"immutable": "~3.7.4",
3636
"prop-types": "^15.5.8"

draft-js-drag-n-drop-upload-plugin/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## 2.0.2
6+
## 2.0.2 - 2.0.3
77
- bumped find-with-regex
88

99
## To Be Released

draft-js-drag-n-drop-upload-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draft-js-drag-n-drop-upload-plugin",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Dropping & uploading files with DraftJS",
55
"author": {
66
"name": "Benjamin Kniffler",
@@ -30,7 +30,7 @@
3030
"license": "MIT",
3131
"dependencies": {
3232
"decorate-component-with-props": "^1.0.2",
33-
"find-with-regex": "^1.1.2",
33+
"find-with-regex": "^1.1.3",
3434
"union-class-names": "^1.0.0",
3535
"immutable": "~3.7.4",
3636
"prop-types": "^15.5.8"

draft-js-emoji-plugin/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## 2.0.4
6+
## 2.0.4 - 2.0.5
77
- bumped find-with-regex
88

99
## 2.0.3

draft-js-emoji-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draft-js-emoji-plugin",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Emoji Plugin for DraftJS",
55
"author": {
66
"name": "Nik Graf",
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"decorate-component-with-props": "^1.1.0",
3535
"emojione": "^2.2.7",
36-
"find-with-regex": "^1.1.2",
36+
"find-with-regex": "^1.1.3",
3737
"immutable": "~3.7.4",
3838
"prop-types": "^15.5.8",
3939
"lodash.keys": "^4.2.0",

draft-js-focus-plugin/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## 2.0.3
6+
## 2.0.3 - 2.0.4
77
- bumped find-with-regex
88

99
## 2.0.2

draft-js-focus-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draft-js-focus-plugin",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Focus Plugin for DraftJS",
55
"author": {
66
"name": "Benjamin Kniffler",
@@ -31,7 +31,7 @@
3131
"license": "MIT",
3232
"dependencies": {
3333
"decorate-component-with-props": "^1.0.2",
34-
"find-with-regex": "^1.1.2",
34+
"find-with-regex": "^1.1.3",
3535
"union-class-names": "^1.0.0",
3636
"immutable": "~3.7.4",
3737
"prop-types": "^15.5.8"

draft-js-hashtag-plugin/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## 2.0.2
6+
## 2.0.2 - 2.0.3
77
- bumped find-with-regex
88

99
## 1.1.0

draft-js-hashtag-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draft-js-hashtag-plugin",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Hashtag Plugin for DraftJS",
55
"author": {
66
"name": "Nik Graf",
@@ -32,7 +32,7 @@
3232
"license": "MIT",
3333
"dependencies": {
3434
"decorate-component-with-props": "^1.0.2",
35-
"find-with-regex": "^1.1.2",
35+
"find-with-regex": "^1.1.3",
3636
"union-class-names": "^1.0.0",
3737
"immutable": "~3.7.4",
3838
"prop-types": "^15.5.8"

draft-js-image-plugin/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## 2.0.4
6+
## 2.0.4 - 2.0.5
77
- use capitalised image entity type "IMAGE" instead of "image" - now works with convertFromHTML
88

99
## 2.0.3

draft-js-image-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draft-js-image-plugin",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Image Plugin for DraftJS",
55
"author": {
66
"name": "Benjamin Kniffler",
@@ -31,7 +31,7 @@
3131
"license": "MIT",
3232
"dependencies": {
3333
"decorate-component-with-props": "^1.0.2",
34-
"find-with-regex": "^1.1.2",
34+
"find-with-regex": "^1.1.3",
3535
"union-class-names": "^1.0.0",
3636
"immutable": "~3.7.4",
3737
"prop-types": "^15.5.8"

draft-js-inline-toolbar-plugin/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## 2.0.3
6+
## 2.0.3 - 2.0.4
77
- bumped find-with-regex
88

99
## 2.0.2

draft-js-inline-toolbar-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draft-js-inline-toolbar-plugin",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Toolbar Plugin for DraftJS",
55
"author": {
66
"name": "Benjamin Kniffler",
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"decorate-component-with-props": "^1.0.2",
3434
"draft-js-buttons": "^2.0.1",
35-
"find-with-regex": "^1.1.2",
35+
"find-with-regex": "^1.1.3",
3636
"immutable": "~3.7.4",
3737
"prop-types": "^15.5.8",
3838
"union-class-names": "^1.0.0"

draft-js-mention-plugin/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## 3.0.2
6+
## 3.0.2 - 3.0.3
77
- bumped find-with-regex
88

99
## 3.0.1

draft-js-mention-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draft-js-mention-plugin",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Mention Plugin for DraftJS",
55
"author": {
66
"name": "Nik Graf",
@@ -32,7 +32,7 @@
3232
"license": "MIT",
3333
"dependencies": {
3434
"decorate-component-with-props": "^1.0.2",
35-
"find-with-regex": "^1.1.2",
35+
"find-with-regex": "^1.1.3",
3636
"immutable": "~3.7.4",
3737
"prop-types": "^15.5.8",
3838
"lodash.escaperegexp": "^4.1.2",

draft-js-plugins-editor/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## 2.0.6
6+
## 2.0.6 - 2.0.7
77
- bumped find-with-regex
88

99
## 2.0.5

draft-js-plugins-editor/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draft-js-plugins-editor",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "Editor for DraftJS Plugins",
55
"author": {
66
"name": "Nik Graf",
@@ -29,7 +29,7 @@
2929
"license": "MIT",
3030
"dependencies": {
3131
"decorate-component-with-props": "^1.0.2",
32-
"find-with-regex": "^1.1.2",
32+
"find-with-regex": "^1.1.3",
3333
"immutable": "~3.7.4",
3434
"prop-types": "^15.5.8",
3535
"union-class-names": "^1.0.0"

draft-js-resizeable-plugin/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## 2.0.5
6+
## 2.0.5 - 2.0.6
77
- bumped find-with-regex
88

99
### 2.0.4

draft-js-resizeable-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draft-js-resizeable-plugin",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "Resizeable Plugin for DraftJS",
55
"author": {
66
"name": "Benjamin Kniffler",
@@ -30,7 +30,7 @@
3030
"license": "MIT",
3131
"dependencies": {
3232
"decorate-component-with-props": "^1.0.2",
33-
"find-with-regex": "^1.1.2",
33+
"find-with-regex": "^1.1.3",
3434
"union-class-names": "^1.0.0",
3535
"immutable": "~3.7.4",
3636
"prop-types": "^15.5.8"

draft-js-side-toolbar-plugin/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## 2.0.4
6+
## 2.0.4 - 2.0.5
77
- bumped find-with-regex
88

99
### 2.0.3

draft-js-side-toolbar-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draft-js-side-toolbar-plugin",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Toolbar Plugin for DraftJS",
55
"author": {
66
"name": "Benjamin Kniffler",
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"decorate-component-with-props": "^1.0.2",
3434
"draft-js-buttons": "^2.0.1",
35-
"find-with-regex": "^1.1.2",
35+
"find-with-regex": "^1.1.3",
3636
"immutable": "~3.7.4",
3737
"prop-types": "^15.5.8",
3838
"union-class-names": "^1.0.0"

draft-js-side-toolbar-plugin/yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fbjs@^0.8.16:
3838
setimmediate "^1.0.5"
3939
ua-parser-js "^0.7.9"
4040

41-
find-with-regex@^1.1.2:
41+
find-with-regex@^1.1.3:
4242
version "1.0.2"
4343
resolved "https://registry.yarnpkg.com/find-with-regex/-/find-with-regex-1.0.2.tgz#d3b36286539f14c527e31f194159c6d251651a45"
4444

draft-js-static-toolbar-plugin/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## 2.0.2
6+
## 2.0.2 - 2.0.3
77
- bumped find-with-regex
88

99
## To Be Released

draft-js-static-toolbar-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draft-js-static-toolbar-plugin",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Static Toolbar Plugin for DraftJS",
55
"author": {
66
"name": "Julian Krispel",
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"decorate-component-with-props": "^1.0.2",
3434
"draft-js-buttons": "^2.0.1",
35-
"find-with-regex": "^1.1.2",
35+
"find-with-regex": "^1.1.3",
3636
"immutable": "~3.7.4",
3737
"prop-types": "^15.5.8",
3838
"union-class-names": "^1.0.0"

draft-js-sticker-plugin/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## 2.0.2
6+
## 2.0.2 - 2.0.3
77
- bumped find-with-regex
88

99
## To Be Released

draft-js-sticker-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draft-js-sticker-plugin",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Sticker Plugin for DraftJS",
55
"author": {
66
"name": "Nik Graf",
@@ -32,7 +32,7 @@
3232
"license": "MIT",
3333
"dependencies": {
3434
"decorate-component-with-props": "^1.0.2",
35-
"find-with-regex": "^1.1.2",
35+
"find-with-regex": "^1.1.3",
3636
"union-class-names": "^1.0.0",
3737
"immutable": "~3.7.4",
3838
"prop-types": "^15.5.8"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"draft-js": "^0.10.5",
103103
"emojione": "^2.2.7",
104104
"eslint-plugin-import": "^2.2.0",
105-
"find-with-regex": "^1.1.2",
105+
"find-with-regex": "^1.1.3",
106106
"immutable": "^3.8.1",
107107
"linkify-it": "^2.0.3",
108108
"loader-utils": "^1.0.2",

0 commit comments

Comments
 (0)