Skip to content

Commit 2a37647

Browse files
committed
Bump version to 2.0.0-alpha.1
1 parent 6353416 commit 2a37647

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

packages/pm/package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bangle.dev/pm",
3-
"version": "1.0.0",
3+
"version": "2.0.0-alpha.1",
44
"authors": [
55
{
66
"name": "Kushan Joshi",
@@ -22,7 +22,9 @@
2222
"access": "public"
2323
},
2424
"main": "./src/index.ts",
25-
"files": ["lib"],
25+
"files": [
26+
"lib"
27+
],
2628
"scripts": {
2729
"prepublishOnly": "tsx ../../packages/tooling/scripts/prepublish-run.ts",
2830
"postpublish": "tsx ../../packages/tooling/scripts/postpublish-run.ts",

packages/prosemirror-all/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bangle.dev/prosemirror-all",
33
"description": "",
4-
"version": "1.0.0",
4+
"version": "2.0.0-alpha.1",
55
"authors": [
66
{
77
"name": "Kushan Joshi",

0 commit comments

Comments
 (0)