Skip to content

Commit

Permalink
chore(release): 🔖 publish v0.1.0-alpha.13
Browse files Browse the repository at this point in the history
  • Loading branch information
xingwanying committed Jul 28, 2021
1 parent c5df02f commit 5314895
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
{
"version": "0.1.0-alpha.12",
"version": "0.1.0-alpha.13",
"npmClient": "npm",
"useWorkspaces": true,
"command": {
"publish": {
"ignoreChanges": ["*.md", "**/_tests_/**"],
"ignoreChanges": [
"*.md",
"**/_tests_/**"
],
"message": "chore(release): :bookmark: publish %s"
},
"bootstrap": {
"npmClientArgs": ["--no-ci"]
"npmClientArgs": [
"--no-ci"
]
}
},
"changelog": {
Expand All @@ -25,5 +30,7 @@
"pr(test)": ":white_check_mark: Test Case"
}
},
"packages": ["packages/s2-core"]
"packages": [
"packages/s2-core"
]
}
2 changes: 1 addition & 1 deletion packages/s2-core/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/s2-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/s2",
"version": "0.1.0-alpha.12",
"version": "0.1.0-alpha.13",
"main": "lib/index.js",
"module": "esm/index.js",
"unpkg": "dist/s2.min.js",
Expand Down

0 comments on commit 5314895

Please sign in to comment.