Skip to content

Commit

Permalink
release v2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Oct 9, 2023
1 parent bb6cdaa commit cc0475b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.15.0",
"version": "2.15.1",
"scripts": {
"dev": "cd packages/veui && pnpm run serve",
"test": "pnpm -r test",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-veui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-veui",
"version": "2.15.0",
"version": "2.15.1",
"description": "Import VEUI components with ease.",
"main": "./index.js",
"repository": "ecomfe/veui",
Expand Down
2 changes: 1 addition & 1 deletion packages/veui-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veui-loader",
"version": "2.15.0",
"version": "2.15.1",
"description": "webpack loader for VEUI.",
"main": "lib/index.js",
"repository": "ecomfe/veui",
Expand Down
2 changes: 1 addition & 1 deletion packages/veui-theme-dls-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veui-theme-dls-icons",
"version": "2.15.0",
"version": "2.15.1",
"description": "Icon pack for theme Light DLS of VEUI.",
"repository": "ecomfe/veui",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/veui-theme-dls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veui-theme-dls",
"version": "2.15.0",
"version": "2.15.1",
"description": "Theme Light DLS for VEUI.",
"repository": "ecomfe/veui",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/veui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veui",
"version": "2.15.0",
"version": "2.15.1",
"description": "Baidu Enterprise UI for Vue.js.",
"scripts": {
"serve": "cross-env NODE_OPTIONS=\"--max_old_space_size=4096 --openssl-legacy-provider\" vue-cli-service serve",
Expand Down

1 comment on commit cc0475b

@vercel
Copy link

@vercel vercel bot commented on cc0475b Oct 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

veui – ./

veui-git-main-ecomfe.vercel.app
main.veui.dev
veui-ecomfe.vercel.app
veui-demo.vercel.app

Please sign in to comment.