Skip to content

Commit

Permalink
Merge pull request #321 from idrawjs/dev-v0.4
Browse files Browse the repository at this point in the history
chore: bump version 0.4.0-beta.25
  • Loading branch information
chenshenhai committed Jun 2, 2024
2 parents 78dfdf6 + 506fcd2 commit 466043b
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 55 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,11 @@ onMounted(() => {
We appreciate your help!

To contribute, please follow the steps:

### Step 1: Prepare Project


- `git clone [email protected]:idrawjs/idraw.git`
- `cd idraw`
- `pnpm i`
- `npm run dev`

### Step 2: Development

- `npm run dev` to select and develop single package



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": false,
"version": "0.4.0-beta.24",
"version": "0.4.0-beta.25",
"workspaces": [
"packages/*"
],
Expand Down
8 changes: 4 additions & 4 deletions packages/board/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idraw/board",
"version": "0.4.0-beta.24",
"version": "0.4.0-beta.25",
"description": "",
"main": "dist/esm/index.js",
"module": "dist/esm/index.js",
Expand All @@ -21,12 +21,12 @@
"author": "chenshenhai",
"license": "MIT",
"devDependencies": {
"@idraw/types": "workspace:^0.4.0-beta.24"
"@idraw/types": "workspace:^0.4.0-beta.25"
},
"dependencies": {},
"peerDependencies": {
"@idraw/util": "workspace:^0.4.0-beta.24",
"@idraw/renderer": "workspace:^0.4.0-beta.24"
"@idraw/util": "workspace:^0.4.0-beta.25",
"@idraw/renderer": "workspace:^0.4.0-beta.25"
},
"publishConfig": {
"access": "public",
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idraw/core",
"version": "0.4.0-beta.24",
"version": "0.4.0-beta.25",
"description": "",
"main": "dist/esm/index.js",
"module": "dist/esm/index.js",
Expand All @@ -21,13 +21,13 @@
"author": "chenshenhai",
"license": "MIT",
"devDependencies": {
"@idraw/types": "workspace:^0.4.0-beta.24"
"@idraw/types": "workspace:^0.4.0-beta.25"
},
"dependencies": {},
"peerDependencies": {
"@idraw/board": "workspace:^0.4.0-beta.24",
"@idraw/renderer": "workspace:^0.4.0-beta.24",
"@idraw/util": "workspace:^0.4.0-beta.24"
"@idraw/board": "workspace:^0.4.0-beta.25",
"@idraw/renderer": "workspace:^0.4.0-beta.25",
"@idraw/util": "workspace:^0.4.0-beta.25"
},
"publishConfig": {
"access": "public",
Expand Down
7 changes: 1 addition & 6 deletions packages/idraw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,9 @@ We appreciate your help!

To contribute, please follow the steps:

### Step 1: Prepare Project

- `git clone [email protected]:idrawjs/idraw.git`
- `cd idraw`
- `pnpm i`
- `npm run dev`

### Step 2: Development

- `npm run dev` to select and develop single package


12 changes: 6 additions & 6 deletions packages/idraw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idraw",
"version": "0.4.0-beta.24",
"version": "0.4.0-beta.25",
"description": "",
"main": "dist/esm/index.js",
"module": "dist/esm/index.js",
Expand All @@ -22,11 +22,11 @@
"license": "MIT",
"devDependencies": {},
"dependencies": {
"@idraw/board": "workspace:^0.4.0-beta.24",
"@idraw/core": "workspace:^0.4.0-beta.24",
"@idraw/renderer": "workspace:^0.4.0-beta.24",
"@idraw/types": "workspace:^0.4.0-beta.24",
"@idraw/util": "workspace:^0.4.0-beta.24"
"@idraw/board": "workspace:^0.4.0-beta.25",
"@idraw/core": "workspace:^0.4.0-beta.25",
"@idraw/renderer": "workspace:^0.4.0-beta.25",
"@idraw/types": "workspace:^0.4.0-beta.25",
"@idraw/util": "workspace:^0.4.0-beta.25"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 4 additions & 4 deletions packages/lab/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@idraw/lab",
"version": "0.4.0-beta.24",
"version": "0.4.0-beta.25",
"dependencies": {
"@ant-design/icons": "^5.1.3",
"@idraw/core": "workspace:^0.4.0-beta.24",
"@idraw/util": "workspace:^0.4.0-beta.24",
"@idraw/core": "workspace:^0.4.0-beta.25",
"@idraw/util": "workspace:^0.4.0-beta.25",
"antd": "^5.5.0",
"classnames": "^2.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@idraw/types": "workspace:^0.4.0-beta.24",
"@idraw/types": "workspace:^0.4.0-beta.25",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idraw/renderer",
"version": "0.4.0-beta.24",
"version": "0.4.0-beta.25",
"description": "",
"main": "dist/esm/index.js",
"module": "dist/esm/index.js",
Expand All @@ -21,11 +21,11 @@
"author": "chenshenhai",
"license": "MIT",
"devDependencies": {
"@idraw/types": "workspace:^0.4.0-beta.24"
"@idraw/types": "workspace:^0.4.0-beta.25"
},
"dependencies": {},
"peerDependencies": {
"@idraw/util": "workspace:^0.4.0-beta.24"
"@idraw/util": "workspace:^0.4.0-beta.25"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idraw/types",
"version": "0.4.0-beta.24",
"version": "0.4.0-beta.25",
"description": "",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idraw/util",
"version": "0.4.0-beta.24",
"version": "0.4.0-beta.25",
"description": "",
"main": "dist/esm/index.js",
"module": "dist/esm/index.js",
Expand Down
34 changes: 17 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 466043b

Please sign in to comment.