mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-06-30 23:45:12 +08:00
build: 📦 release
- vtj-project-app@0.8.129 - vtj-plugin@0.8.129 - vtj-project-uniapp@0.8.129 - dev-web@0.8.129 - @vtj/docs@0.8.129 - lcdp@0.8.129 - @vtj/charts@0.8.129 - @vtj/coder@0.8.129 - @vtj/core@0.8.129 - @vtj/designer@0.8.129 - @vtj/icons@0.8.129 - @vtj/local@0.8.129 - @vtj/materials@0.8.129 - @vtj/renderer@0.8.129 - @vtj/ui@0.8.129 - @vtj/utils@0.8.129 - @vtj/mobile@0.8.129 - @vtj/pro@0.8.129 - @vtj/web@0.8.129
This commit is contained in:
@@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.8.129](https://gitee.com/newgateway/vtj/compare/vtj-project-app@0.8.128...vtj-project-app@0.8.129) (2024-09-10)
|
||||
|
||||
**Note:** Version bump only for package vtj-project-app
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.128](https://gitee.com/newgateway/vtj/compare/vtj-project-app@0.8.127...vtj-project-app@0.8.128) (2024-09-09)
|
||||
|
||||
**Note:** Version bump only for package vtj-project-app
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "vtj-project-app",
|
||||
"description": "项目示例",
|
||||
"private": true,
|
||||
"version": "0.8.128",
|
||||
"version": "0.8.129",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"setup": "pnpm install --unsafe-perm --registry=https://registry.npmmirror.com",
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.8.129](https://gitee.com/newgateway/vtj/compare/vtj-plugin@0.8.128...vtj-plugin@0.8.129) (2024-09-10)
|
||||
|
||||
**Note:** Version bump only for package vtj-plugin
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.128](https://gitee.com/newgateway/vtj/compare/vtj-plugin@0.8.127...vtj-plugin@0.8.128) (2024-09-09)
|
||||
|
||||
**Note:** Version bump only for package vtj-plugin
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vtj-plugin",
|
||||
"private": true,
|
||||
"version": "0.8.128",
|
||||
"version": "0.8.129",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"setup": "pnpm install --unsafe-perm --registry=https://registry.npmmirror.com",
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.8.129](https://gitee.com/newgateway/vtj/compare/vtj-project-uniapp@0.8.128...vtj-project-uniapp@0.8.129) (2024-09-10)
|
||||
|
||||
**Note:** Version bump only for package vtj-project-uniapp
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.128](https://gitee.com/newgateway/vtj/compare/vtj-project-uniapp@0.8.127...vtj-project-uniapp@0.8.128) (2024-09-09)
|
||||
|
||||
**Note:** Version bump only for package vtj-project-uniapp
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vtj-project-uniapp",
|
||||
"version": "0.8.128",
|
||||
"version": "0.8.129",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev:app": "uni -p app",
|
||||
|
||||
@@ -3,6 +3,18 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.8.129](https://gitee.com/newgateway/vtj/compare/dev-web@0.8.128...dev-web@0.8.129) (2024-09-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 picker多选带回单条数据 ([533cb23](https://gitee.com/newgateway/vtj/commits/533cb23b32e9e663ad74a89ef180a39540049a17))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.128](https://gitee.com/newgateway/vtj/compare/dev-web@0.8.127...dev-web@0.8.128) (2024-09-09)
|
||||
|
||||
**Note:** Version bump only for package dev-web
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "dev-web",
|
||||
"private": true,
|
||||
"version": "0.8.128",
|
||||
"version": "0.8.129",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "cross-env ENV_TYPE=local vite",
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.8.129](https://gitee.com/newgateway/vtj/compare/@vtj/docs@0.8.128...@vtj/docs@0.8.129) (2024-09-10)
|
||||
|
||||
**Note:** Version bump only for package @vtj/docs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.128](https://gitee.com/newgateway/vtj/compare/@vtj/docs@0.8.127...@vtj/docs@0.8.128) (2024-09-09)
|
||||
|
||||
**Note:** Version bump only for package @vtj/docs
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vtj/docs",
|
||||
"private": true,
|
||||
"version": "0.8.128",
|
||||
"version": "0.8.129",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"docs:dev": "vitepress dev",
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.8.129](https://gitee.com/newgateway/vtj/compare/lcdp@0.8.128...lcdp@0.8.129) (2024-09-10)
|
||||
|
||||
**Note:** Version bump only for package lcdp
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.128](https://gitee.com/newgateway/vtj/compare/lcdp@0.8.127...lcdp@0.8.128) (2024-09-09)
|
||||
|
||||
**Note:** Version bump only for package lcdp
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "lcdp",
|
||||
"description": "在线演示",
|
||||
"private": true,
|
||||
"version": "0.8.128",
|
||||
"version": "0.8.129",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"setup": "npm install --unsafe-perm --registry=https://registry.npmmirror.com",
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.8.129](https://gitee.com/newgateway/vtj/compare/@vtj/charts@0.8.128...@vtj/charts@0.8.129) (2024-09-10)
|
||||
|
||||
**Note:** Version bump only for package @vtj/charts
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.128](https://gitee.com/newgateway/vtj/compare/@vtj/charts@0.8.127...@vtj/charts@0.8.128) (2024-09-09)
|
||||
|
||||
**Note:** Version bump only for package @vtj/charts
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vtj/charts",
|
||||
"private": false,
|
||||
"version": "0.8.128",
|
||||
"version": "0.8.129",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "vue-tsc && vite build && npm run build:umd",
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.8.129](https://gitee.com/newgateway/vtj/compare/@vtj/coder@0.8.128...@vtj/coder@0.8.129) (2024-09-10)
|
||||
|
||||
**Note:** Version bump only for package @vtj/coder
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.128](https://gitee.com/newgateway/vtj/compare/@vtj/coder@0.8.127...@vtj/coder@0.8.128) (2024-09-09)
|
||||
|
||||
**Note:** Version bump only for package @vtj/coder
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vtj/coder",
|
||||
"private": false,
|
||||
"version": "0.8.128",
|
||||
"version": "0.8.129",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "vue-tsc && vite build",
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.8.129](https://gitee.com/newgateway/vtj/compare/@vtj/core@0.8.128...@vtj/core@0.8.129) (2024-09-10)
|
||||
|
||||
**Note:** Version bump only for package @vtj/core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.128](https://gitee.com/newgateway/vtj/compare/@vtj/core@0.8.127...@vtj/core@0.8.128) (2024-09-09)
|
||||
|
||||
**Note:** Version bump only for package @vtj/core
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vtj/core",
|
||||
"private": false,
|
||||
"version": "0.8.128",
|
||||
"version": "0.8.129",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "vue-tsc && vite build",
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.8.129](https://gitee.com/newgateway/vtj/compare/@vtj/designer@0.8.128...@vtj/designer@0.8.129) (2024-09-10)
|
||||
|
||||
**Note:** Version bump only for package @vtj/designer
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.128](https://gitee.com/newgateway/vtj/compare/@vtj/designer@0.8.127...@vtj/designer@0.8.128) (2024-09-09)
|
||||
|
||||
**Note:** Version bump only for package @vtj/designer
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vtj/designer",
|
||||
"private": false,
|
||||
"version": "0.8.128",
|
||||
"version": "0.8.129",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "vue-tsc && vite build",
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.8.129](https://gitee.com/newgateway/vtj/compare/@vtj/icons@0.8.128...@vtj/icons@0.8.129) (2024-09-10)
|
||||
|
||||
**Note:** Version bump only for package @vtj/icons
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.128](https://gitee.com/newgateway/vtj/compare/@vtj/icons@0.8.127...@vtj/icons@0.8.128) (2024-09-09)
|
||||
|
||||
**Note:** Version bump only for package @vtj/icons
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vtj/icons",
|
||||
"private": false,
|
||||
"version": "0.8.128",
|
||||
"version": "0.8.129",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"svg2vue": "node scripts/svg.mjs",
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.8.129](https://gitee.com/newgateway/vtj/compare/@vtj/local@0.8.128...@vtj/local@0.8.129) (2024-09-10)
|
||||
|
||||
**Note:** Version bump only for package @vtj/local
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.128](https://gitee.com/newgateway/vtj/compare/@vtj/local@0.8.127...@vtj/local@0.8.128) (2024-09-09)
|
||||
|
||||
**Note:** Version bump only for package @vtj/local
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vtj/local",
|
||||
"private": false,
|
||||
"version": "0.8.128",
|
||||
"version": "0.8.129",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "unbuild",
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.8.129](https://gitee.com/newgateway/vtj/compare/@vtj/materials@0.8.128...@vtj/materials@0.8.129) (2024-09-10)
|
||||
|
||||
**Note:** Version bump only for package @vtj/materials
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.128](https://gitee.com/newgateway/vtj/compare/@vtj/materials@0.8.127...@vtj/materials@0.8.128) (2024-09-09)
|
||||
|
||||
**Note:** Version bump only for package @vtj/materials
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vtj/materials",
|
||||
"private": false,
|
||||
"version": "0.8.128",
|
||||
"version": "0.8.129",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "npm run remove && npm run build:ui && npm run build:charts && npm run build:element && npm run build:antdv && npm run copy",
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.8.129](https://gitee.com/newgateway/vtj/compare/@vtj/renderer@0.8.128...@vtj/renderer@0.8.129) (2024-09-10)
|
||||
|
||||
**Note:** Version bump only for package @vtj/renderer
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.128](https://gitee.com/newgateway/vtj/compare/@vtj/renderer@0.8.127...@vtj/renderer@0.8.128) (2024-09-09)
|
||||
|
||||
**Note:** Version bump only for package @vtj/renderer
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vtj/renderer",
|
||||
"private": false,
|
||||
"version": "0.8.128",
|
||||
"version": "0.8.129",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "vue-tsc && vite build",
|
||||
|
||||
@@ -3,6 +3,19 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.8.129](https://gitee.com/newgateway/vtj/compare/@vtj/ui@0.8.128...@vtj/ui@0.8.129) (2024-09-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 picker多选带回单条数据 ([d8ea230](https://gitee.com/newgateway/vtj/commits/d8ea23000cbec7e6aed1f48c03b287d70b593195))
|
||||
* 🐛 picker多选带回单条数据 ([533cb23](https://gitee.com/newgateway/vtj/commits/533cb23b32e9e663ad74a89ef180a39540049a17))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.128](https://gitee.com/newgateway/vtj/compare/@vtj/ui@0.8.127...@vtj/ui@0.8.128) (2024-09-09)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vtj/ui",
|
||||
"private": false,
|
||||
"version": "0.8.128",
|
||||
"version": "0.8.129",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "vue-tsc && vite build && npm run build:umd",
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.8.129](https://gitee.com/newgateway/vtj/compare/@vtj/utils@0.8.128...@vtj/utils@0.8.129) (2024-09-10)
|
||||
|
||||
**Note:** Version bump only for package @vtj/utils
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.128](https://gitee.com/newgateway/vtj/compare/@vtj/utils@0.8.127...@vtj/utils@0.8.128) (2024-09-09)
|
||||
|
||||
**Note:** Version bump only for package @vtj/utils
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vtj/utils",
|
||||
"private": false,
|
||||
"version": "0.8.128",
|
||||
"version": "0.8.129",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "vue-tsc && vite build && npm run build:umd",
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.8.129](https://gitee.com/newgateway/vtj/compare/@vtj/mobile@0.8.128...@vtj/mobile@0.8.129) (2024-09-10)
|
||||
|
||||
**Note:** Version bump only for package @vtj/mobile
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.128](https://gitee.com/newgateway/vtj/compare/@vtj/mobile@0.8.127...@vtj/mobile@0.8.128) (2024-09-09)
|
||||
|
||||
**Note:** Version bump only for package @vtj/mobile
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vtj/mobile",
|
||||
"version": "0.8.128",
|
||||
"version": "0.8.129",
|
||||
"private": false,
|
||||
"scripts": {
|
||||
"dev:app": "uni -p app",
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.8.129](https://gitee.com/newgateway/vtj/compare/@vtj/pro@0.8.128...@vtj/pro@0.8.129) (2024-09-10)
|
||||
|
||||
**Note:** Version bump only for package @vtj/pro
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.128](https://gitee.com/newgateway/vtj/compare/@vtj/pro@0.8.127...@vtj/pro@0.8.128) (2024-09-09)
|
||||
|
||||
**Note:** Version bump only for package @vtj/pro
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@vtj/pro",
|
||||
"description": "VTJ.PRO",
|
||||
"private": false,
|
||||
"version": "0.8.128",
|
||||
"version": "0.8.129",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "cross-env ENV_TYPE=local vite",
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.8.129](https://gitee.com/newgateway/vtj/compare/@vtj/web@0.8.128...@vtj/web@0.8.129) (2024-09-10)
|
||||
|
||||
**Note:** Version bump only for package @vtj/web
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.128](https://gitee.com/newgateway/vtj/compare/@vtj/web@0.8.127...@vtj/web@0.8.128) (2024-09-09)
|
||||
|
||||
**Note:** Version bump only for package @vtj/web
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vtj/web",
|
||||
"private": false,
|
||||
"version": "0.8.128",
|
||||
"version": "0.8.129",
|
||||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user