Skip to content

Commit

Permalink
chore: 🔧 unify the version numbers of all packages
Browse files Browse the repository at this point in the history
NewByVector committed Oct 11, 2022
1 parent 9d597a9 commit 34481de
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.6-beta.7",
"version": "2.0.6-beta.15",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -26,8 +26,8 @@
"package:inherit": "yarn package-inherit update",
"prepare": "is-ci || husky install configs/husky-config",
"precommit": "yarn lint-staged && lerna run --concurrency 1 --stream precommit",
"publish:latest": "lerna publish --no-private",
"publish:beta": "lerna publish --no-private --dist-tag=beta"
"publish:latest": "yarn build:dev && lerna publish --no-private --ignore-scripts",
"publish:beta": "yarn build:dev && lerna publish --no-private --ignore-scripts --dist-tag=beta"
},
"lint-staged": {
"**/*.{js,jsx,tsx,ts,less,md,json}": [
2 changes: 1 addition & 1 deletion packages/x6-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-common",
"version": "2.0.6-beta.3",
"version": "2.0.6-beta.15",
"description": "Basic toolkit for x6.",
"main": "lib/index.js",
"module": "es/index.js",
2 changes: 1 addition & 1 deletion packages/x6-geometry/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.6-beta.2",
"version": "2.0.6-beta.15",
"name": "@antv/x6-geometry",
"description": "Geometry operations for x6.",
"main": "lib/index.js",
2 changes: 1 addition & 1 deletion packages/x6-plugin-keyboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-keyboard",
"version": "2.0.6-beta.7",
"version": "2.0.6-beta.15",
"description": "keyboard plugin for X6.",
"main": "lib/index.js",
"module": "es/index.js",
2 changes: 1 addition & 1 deletion packages/x6-plugin-scroller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-scroller",
"version": "2.0.6-beta.7",
"version": "2.0.6-beta.15",
"description": "scroller plugin for X6.",
"main": "lib/index.js",
"module": "es/index.js",
2 changes: 1 addition & 1 deletion packages/x6-plugin-selection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-selection",
"version": "2.0.6-beta.6",
"version": "2.0.6-beta.15",
"description": "selection plugin for X6.",
"main": "lib/index.js",
"module": "es/index.js",
2 changes: 1 addition & 1 deletion packages/x6-react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-react-components",
"version": "2.0.6-beta.2",
"version": "2.0.6-beta.15",
"description": "React components for building x6 editors",
"main": "lib/index.js",
"module": "es/index.js",
2 changes: 1 addition & 1 deletion packages/x6-react-shape/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-react-shape",
"version": "2.0.6-beta.7",
"version": "2.0.6-beta.15",
"description": "X6 shape for rendering react components.",
"main": "lib/index.js",
"module": "es/index.js",
2 changes: 1 addition & 1 deletion packages/x6-vue-shape/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-vue-shape",
"version": "2.0.6-beta.7",
"version": "2.0.6-beta.15",
"description": "X6 shape for rendering vue components.",
"main": "lib/index.js",
"module": "es/index.js",
2 changes: 1 addition & 1 deletion packages/x6/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6",
"version": "2.0.6-beta.7",
"version": "2.0.6-beta.15",
"description": "JavaScript diagramming library that uses SVG and HTML for rendering.",
"main": "lib/index.js",
"module": "es/index.js",

0 comments on commit 34481de

Please sign in to comment.