Skip to content

Commit

Permalink
Bump version to 2.0.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kepta committed Jan 5, 2025
1 parent 232a5db commit 9ca6a92
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 15 deletions.
14 changes: 11 additions & 3 deletions packages/banger-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"name": "banger-editor",
"version": "2.0.0-alpha.10",
"version": "2.0.0-alpha.11",
"author": {
"name": "Kushan Joshi",
"email": "[email protected]",
"url": "http://github.com/kepta"
},
"description": "A modern collection of ProseMirror packages for building powerful editing experiences",
"keywords": ["prosemirror", "rich text editor", "editor", "typescript"],
"keywords": [
"prosemirror",
"rich text editor",
"editor",
"typescript"
],
"homepage": "https://bangle.io",
"bugs": {
"url": "https://github.com/bangle-io/banger-editor/issues"
Expand All @@ -23,7 +28,10 @@
"access": "public"
},
"main": "./src/index.ts",
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"scripts": {
"prepublishOnly": "tsx ../../packages/tooling/scripts/prepublish-run.ts",
"postpublish": "tsx ../../packages/tooling/scripts/postpublish-run.ts",
Expand Down
34 changes: 26 additions & 8 deletions packages/pm-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"name": "@bangle.dev/pm-markdown",
"version": "2.0.0-alpha.10",
"version": "2.0.0-alpha.11",
"author": {
"name": "Kushan Joshi",
"email": "[email protected]",
"url": "http://github.com/kepta"
},
"description": "A modern collection of ProseMirror packages for building powerful editing experiences",
"keywords": ["prosemirror", "rich text editor", "editor", "typescript"],
"keywords": [
"prosemirror",
"rich text editor",
"editor",
"typescript"
],
"homepage": "https://bangle.io",
"bugs": {
"url": "https://github.com/bangle-io/banger-editor/issues"
Expand All @@ -25,7 +30,10 @@
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"scripts": {
"prepublishOnly": "tsx ../../packages/tooling/scripts/prepublish-run.ts",
"postpublish": "tsx ../../packages/tooling/scripts/postpublish-run.ts",
Expand Down Expand Up @@ -92,11 +100,21 @@
},
"typesVersions": {
"*": {
".": ["./dist/index.d.ts"],
"list-markdown": ["./dist/list-markdown.d.ts"],
"markdown": ["./dist/markdown.d.ts"],
"pm": ["./dist/pm.d.ts"],
"tokenizer": ["./dist/tokenizer.d.ts"]
".": [
"./dist/index.d.ts"
],
"list-markdown": [
"./dist/list-markdown.d.ts"
],
"markdown": [
"./dist/markdown.d.ts"
],
"pm": [
"./dist/pm.d.ts"
],
"tokenizer": [
"./dist/tokenizer.d.ts"
]
}
}
}
18 changes: 14 additions & 4 deletions packages/prosemirror-all/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"name": "@bangle.dev/prosemirror-all",
"version": "2.0.0-alpha.10",
"version": "2.0.0-alpha.11",
"author": {
"name": "Kushan Joshi",
"email": "[email protected]",
"url": "http://github.com/kepta"
},
"description": "A modern collection of ProseMirror packages for building powerful editing experiences",
"keywords": ["prosemirror", "rich text editor", "editor", "typescript"],
"keywords": [
"prosemirror",
"rich text editor",
"editor",
"typescript"
],
"homepage": "https://bangle.io",
"bugs": {
"url": "https://github.com/bangle-io/banger-editor/issues"
Expand All @@ -25,7 +30,10 @@
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"scripts": {
"prepublishOnly": "tsx ../../packages/tooling/scripts/prepublish-run.ts",
"postpublish": "tsx ../../packages/tooling/scripts/postpublish-run.ts",
Expand Down Expand Up @@ -66,7 +74,9 @@
"sideEffects": false,
"typesVersions": {
"*": {
".": ["./dist/index.d.ts"]
".": [
"./dist/index.d.ts"
]
}
},
"bangleConfig": {
Expand Down

0 comments on commit 9ca6a92

Please sign in to comment.