Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions .changeset/brave-bugs-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-snails-smile.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/alignment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 5.0.5

### Patch Changes

- e46c0cb: Use `@vectorworks/draft-js-plugins` for editor types and add it as a peer dependency.
- Updated dependencies [e46c0cb]
- @vectorworks/draft-js-plugins@4.1.5

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

Expand Down
12 changes: 8 additions & 4 deletions packages/alignment/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@draft-js-plugins/alignment",
"version": "5.0.4",
"sideEffects": ["*.css"],
"version": "5.0.5",
"sideEffects": [
"*.css"
],
"description": "Alignment Plugin for DraftJS",
"author": {
"name": "Benjamin Kniffler",
Expand All @@ -14,7 +16,9 @@
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"types": "./lib/index.d.ts",
"files": ["lib"],
"files": [
"lib"
],
"keywords": [
"editor",
"wysiwyg",
Expand All @@ -39,7 +43,7 @@
"@draft-js-plugins/utils": "^4.2.1"
},
"peerDependencies": {
"@vectorworks/draft-js-plugins": "^4.1.4",
"@vectorworks/draft-js-plugins": "^4.1.5",
"draft-js": "^0.10.1 || ^0.11.0",
"react": "^16.8.0 || ^17.0.0 || >=18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || >=18.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/anchor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.2.2

### Patch Changes

- e46c0cb: Use `@vectorworks/draft-js-plugins` for editor types and add it as a peer dependency.
- Updated dependencies [e46c0cb]
- @vectorworks/draft-js-plugins@4.1.5

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

Expand Down
12 changes: 8 additions & 4 deletions packages/anchor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@draft-js-plugins/anchor",
"version": "4.2.1",
"sideEffects": ["*.css"],
"version": "4.2.2",
"sideEffects": [
"*.css"
],
"description": "Link Plugin for DraftJS",
"author": {
"name": "Jan Amann",
Expand All @@ -15,7 +17,9 @@
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"types": "lib/index.d.ts",
"files": ["lib"],
"files": [
"lib"
],
"keywords": [
"editor",
"wysiwyg",
Expand Down Expand Up @@ -44,7 +48,7 @@
"tlds": "^1.261.0"
},
"peerDependencies": {
"@vectorworks/draft-js-plugins": "^4.1.4",
"@vectorworks/draft-js-plugins": "^4.1.5",
"draft-js": "^0.10.1 || ^0.11.0",
"react": "^16.8.0 || ^17.0.0 || >=18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || >=18.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/counter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.1.4

### Patch Changes

- e46c0cb: Use `@vectorworks/draft-js-plugins` for editor types and add it as a peer dependency.
- Updated dependencies [e46c0cb]
- @vectorworks/draft-js-plugins@4.1.5

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

Expand Down
12 changes: 8 additions & 4 deletions packages/counter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@draft-js-plugins/counter",
"version": "4.1.3",
"sideEffects": ["*.css"],
"version": "4.1.4",
"sideEffects": [
"*.css"
],
"description": "Counter Plugin for DraftJS",
"author": {
"name": "Adrian Li",
Expand All @@ -15,7 +17,9 @@
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"types": "lib/index.d.ts",
"files": ["lib"],
"files": [
"lib"
],
"keywords": [
"editor",
"wysiwyg",
Expand All @@ -41,7 +45,7 @@
"punycode": "^2.3.1"
},
"peerDependencies": {
"@vectorworks/draft-js-plugins": "^4.1.4",
"@vectorworks/draft-js-plugins": "^4.1.5",
"draft-js": "^0.10.1 || ^0.11.0",
"react": "^16.8.0 || ^17.0.0 || >=18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || >=18.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/divider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.1.4

### Patch Changes

- e46c0cb: Use `@vectorworks/draft-js-plugins` for editor types and add it as a peer dependency.
- Updated dependencies [e46c0cb]
- @vectorworks/draft-js-plugins@4.1.5

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

Expand Down
12 changes: 8 additions & 4 deletions packages/divider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@draft-js-plugins/divider",
"version": "4.1.3",
"sideEffects": ["*.css"],
"version": "4.1.4",
"sideEffects": [
"*.css"
],
"description": "Divider Plugin for DraftJS",
"author": {
"name": "Ilkwon Sim",
Expand All @@ -14,7 +16,9 @@
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"types": "./lib/index.d.ts",
"files": ["lib"],
"files": [
"lib"
],
"keywords": [
"editor",
"wysiwyg",
Expand All @@ -40,7 +44,7 @@
"prop-types": "^15.8.1"
},
"peerDependencies": {
"@vectorworks/draft-js-plugins": "^4.1.4",
"@vectorworks/draft-js-plugins": "^4.1.5",
"draft-js": "^0.10.1 || ^0.11.0",
"react": "^16.8.0 || ^17.0.0 || >=18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || >=18.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/drag-n-drop-upload/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.2.5

### Patch Changes

- e46c0cb: Use `@vectorworks/draft-js-plugins` for editor types and add it as a peer dependency.
- Updated dependencies [e46c0cb]
- @vectorworks/draft-js-plugins@4.1.5

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

Expand Down
12 changes: 8 additions & 4 deletions packages/drag-n-drop-upload/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@draft-js-plugins/drag-n-drop-upload",
"version": "4.2.4",
"sideEffects": ["*.css"],
"version": "4.2.5",
"sideEffects": [
"*.css"
],
"description": "Dropping & uploading files with DraftJS",
"author": {
"name": "Benjamin Kniffler",
Expand All @@ -14,7 +16,9 @@
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"types": "lib/index.d.ts",
"files": ["lib"],
"files": [
"lib"
],
"keywords": [
"editor",
"wysiwyg",
Expand All @@ -34,7 +38,7 @@
},
"license": "MIT",
"peerDependencies": {
"@vectorworks/draft-js-plugins": "^4.1.4",
"@vectorworks/draft-js-plugins": "^4.1.5",
"draft-js": "^0.10.1 || ^0.11.0",
"react": "^16.8.0 || ^17.0.0 || >=18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || >=18.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/drag-n-drop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.2.4

### Patch Changes

- e46c0cb: Use `@vectorworks/draft-js-plugins` for editor types and add it as a peer dependency.
- Updated dependencies [e46c0cb]
- @vectorworks/draft-js-plugins@4.1.5

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

Expand Down
12 changes: 8 additions & 4 deletions packages/drag-n-drop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@draft-js-plugins/drag-n-drop",
"version": "4.2.3",
"sideEffects": ["*.css"],
"version": "4.2.4",
"sideEffects": [
"*.css"
],
"description": "Block Drag & Drop Plugin for DraftJS",
"author": {
"name": "Benjamin Kniffler",
Expand All @@ -14,7 +16,9 @@
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"types": "lib/index.d.ts",
"files": ["lib"],
"files": [
"lib"
],
"keywords": [
"editor",
"wysiwyg",
Expand All @@ -37,7 +41,7 @@
"immutable": "^5.1.5"
},
"peerDependencies": {
"@vectorworks/draft-js-plugins": "^4.1.4",
"@vectorworks/draft-js-plugins": "^4.1.5",
"draft-js": "^0.10.1 || ^0.11.0",
"react": "^16.8.0 || ^17.0.0 || >=18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || >=18.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.1.5

### Patch Changes

- e46c0cb: Upgrade Immutable.js to version 5.1.5 or later.

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

Expand Down
6 changes: 4 additions & 2 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vectorworks/draft-js-plugins",
"version": "4.1.4",
"version": "4.1.5",
"engines": {
"node": ">=24"
},
Expand All @@ -18,7 +18,9 @@
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"types": "./lib/index.d.ts",
"files": ["lib"],
"files": [
"lib"
],
"keywords": [
"editor",
"wysiwyg",
Expand Down
8 changes: 8 additions & 0 deletions packages/emoji/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.6.8

### Patch Changes

- e46c0cb: Use `@vectorworks/draft-js-plugins` for editor types and add it as a peer dependency.
- Updated dependencies [e46c0cb]
- @vectorworks/draft-js-plugins@4.1.5

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

Expand Down
8 changes: 5 additions & 3 deletions packages/emoji/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@draft-js-plugins/emoji",
"version": "4.6.7",
"version": "4.6.8",
"sideEffects": [
"*.css"
],
Expand All @@ -17,7 +17,9 @@
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"types": "lib/index.d.ts",
"files": ["lib"],
"files": [
"lib"
],
"keywords": [
"editor",
"wysiwyg",
Expand Down Expand Up @@ -56,7 +58,7 @@
"to-style": "^1.3.3"
},
"peerDependencies": {
"@vectorworks/draft-js-plugins": "^4.1.4",
"@vectorworks/draft-js-plugins": "^4.1.5",
"draft-js": "^0.10.1 || ^0.11.0",
"react": "^16.8.0 || ^17.0.0 || >=18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || >=18.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/focus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.1.6

### Patch Changes

- e46c0cb: Use `@vectorworks/draft-js-plugins` for editor types and add it as a peer dependency.
- Updated dependencies [e46c0cb]
- @vectorworks/draft-js-plugins@4.1.5

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

Expand Down
Loading
Loading