Skip to content

Commit

Permalink
Merge pull request #140 from AnsGoo/dev
Browse files Browse the repository at this point in the history
feature: 升级了版本
  • Loading branch information
AnsGoo authored May 19, 2024
2 parents 9a57290 + 3bad68d commit bfdf812
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 15 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"lint:fromat": "prettier -c --parser typescript \"{packages,__tests__,e2e}/**/*.[jt]s?(x)\"",
"lint:fix": "eslint --fix --ext .js,.ts,.vue,.tsx packages/base/src packages/ui/src packages/scripts/src packages/data/src packages/designer/src examples/ docs/ resource/",
"prepare": "husky install",
"reinstall": "rimraf pnpm-lock.yaml && rimraf packages/**/node_modules && rimraf examples/node_modules && rimraf node_modules && pnpm bootstrap"
"reinstall": "rimraf pnpm-lock.yaml && rimraf packages/**/node_modules && rimraf examples/node_modules && rimraf node_modules && pnpm bootstrap",
"publish": "pnpm publish -r"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-data-v/base",
"version": "0.0.4",
"version": "0.0.5",
"description": "OpenDataV 公共基础包",
"keywords": [
"open-data-v",
Expand All @@ -12,7 +12,7 @@
],
"scripts": {
"build:lib": "vite build",
"public":"npm publish --access public"
"publish":"npm publish --access public"
},
"author": "ansgoo",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-data-v/data",
"version": "0.0.4",
"version": "0.0.5",
"description": "OpenDataV 数据处理基础组件包",
"keywords": [
"open-data-v",
Expand All @@ -12,7 +12,7 @@
],
"scripts": {
"build:lib": "vite build",
"public":"npm publish --access public"
"publish":"npm publish --access public"
},
"license": "Apache-2.0",
"author": "ansgoo",
Expand Down
4 changes: 2 additions & 2 deletions packages/designer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-data-v/designer",
"version": "0.0.4",
"version": "0.0.5",
"description": "OpenDataV 是一个基于Vue3的拖拽式、可视化、低代码数据可视化大屏应用基础组件包",
"keywords": [
"open-data-v",
Expand All @@ -12,7 +12,7 @@
],
"scripts": {
"build:lib": "vite build",
"public":"npm publish --access public"
"publish":"npm publish --access public"
},
"license": "Apache-2.0",
"author": "ansgoo",
Expand Down
4 changes: 2 additions & 2 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-data-v/scripts",
"version": "0.0.4",
"version": "0.0.5",
"description": "OpenDataV 脚本基础包",
"keywords": [
"open-data-v",
Expand All @@ -12,7 +12,7 @@
],
"scripts": {
"build:lib": "vite build",
"public":"npm publish --access public"
"publish":"npm publish --access public"
},
"license": "Apache-2.0",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-data-v/ui",
"version": "0.0.4",
"version": "0.0.5",
"description": "OpenDataV UI基础包",
"keywords": [
"open-data-v",
Expand All @@ -12,7 +12,7 @@
],
"scripts": {
"build:lib": "vite build",
"public":"npm publish --access public"
"publish":"npm publish --access public"
},
"license": "Apache-2.0",
"author": "ansgoo",
Expand Down
15 changes: 11 additions & 4 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 bfdf812

Please sign in to comment.