Skip to content

Commit

Permalink
chore(release): [skip ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 11, 2024
1 parent 18b3fc8 commit 4bba461
Show file tree
Hide file tree
Showing 53 changed files with 181 additions and 181 deletions.
6 changes: 3 additions & 3 deletions @cli/__template__/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/cli",
"version": "2.5.25",
"version": "2.5.26",
"description": "something...",
"private": true,
"repository": {
Expand All @@ -10,13 +10,13 @@
},
"license": "MIT",
"dependencies": {
"@dumlj/feature-pretty": "workspace:^2.5.25",
"@dumlj/feature-pretty": "workspace:^2.5.26",
"commander": "^11.1.0",
"tslib": "^2.5.0",
"typescript": "^5.2.2"
},
"devDependencies": {
"@dumlj/seed-cli": "workspace:^2.5.25",
"@dumlj/seed-cli": "workspace:^2.5.26",
"@jest/types": "^29.6.3",
"ts-jest": "^29.1.1"
},
Expand Down
14 changes: 7 additions & 7 deletions @cli/create-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dumlj/create-cli",
"version": "2.5.25",
"version": "2.5.26",
"description": "Convenient tool for project creation.",
"private": true,
"repository": {
Expand All @@ -18,12 +18,12 @@
"test": "jest"
},
"dependencies": {
"@dumlj/feature-cliui": "workspace:^2.5.25",
"@dumlj/feature-prepare": "workspace:^2.5.25",
"@dumlj/feature-pretty": "workspace:^2.5.25",
"@dumlj/seed-cli": "workspace:^2.5.25",
"@dumlj/shell-lib": "workspace:^2.5.25",
"@dumlj/util-lib": "workspace:^2.5.25",
"@dumlj/feature-cliui": "workspace:^2.5.26",
"@dumlj/feature-prepare": "workspace:^2.5.26",
"@dumlj/feature-pretty": "workspace:^2.5.26",
"@dumlj/seed-cli": "workspace:^2.5.26",
"@dumlj/shell-lib": "workspace:^2.5.26",
"@dumlj/util-lib": "workspace:^2.5.26",
"cardinal": "^2.1.1",
"chalk": "^4.1.2",
"commander": "^11.1.0",
Expand Down
12 changes: 6 additions & 6 deletions @cli/seed-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dumlj/seed-cli",
"version": "2.5.25",
"version": "2.5.26",
"description": "Basic cli, the registrar for all dumlj cli.",
"repository": {
"type": "git",
Expand All @@ -20,11 +20,11 @@
"test": "jest"
},
"dependencies": {
"@dumlj/feature-prepare": "workspace:^2.5.25",
"@dumlj/feature-pretty": "workspace:^2.5.25",
"@dumlj/feature-updater": "workspace:^2.5.25",
"@dumlj/shell-lib": "workspace:^2.5.25",
"@dumlj/util-lib": "workspace:^2.5.25",
"@dumlj/feature-prepare": "workspace:^2.5.26",
"@dumlj/feature-pretty": "workspace:^2.5.26",
"@dumlj/feature-updater": "workspace:^2.5.26",
"@dumlj/shell-lib": "workspace:^2.5.26",
"@dumlj/util-lib": "workspace:^2.5.26",
"chalk": "^4.1.2",
"commander": "^11.1.0",
"lodash": "^4.17.21",
Expand Down
12 changes: 6 additions & 6 deletions @cli/tidy-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dumlj/tidy-cli",
"version": "2.5.25",
"version": "2.5.26",
"description": "Cli for organizing projects.",
"private": true,
"repository": {
Expand All @@ -16,11 +16,11 @@
"test": "jest"
},
"dependencies": {
"@dumlj/feature-prepare": "workspace:^2.5.25",
"@dumlj/feature-readme": "workspace:^2.5.25",
"@dumlj/seed-cli": "workspace:^2.5.25",
"@dumlj/shell-lib": "workspace:^2.5.25",
"@dumlj/util-lib": "workspace:^2.5.25",
"@dumlj/feature-prepare": "workspace:^2.5.26",
"@dumlj/feature-readme": "workspace:^2.5.26",
"@dumlj/seed-cli": "workspace:^2.5.26",
"@dumlj/shell-lib": "workspace:^2.5.26",
"@dumlj/util-lib": "workspace:^2.5.26",
"chalk": "^4.1.2",
"commander": "^11.1.0",
"depcheck": "^1.4.7",
Expand Down
8 changes: 4 additions & 4 deletions @dumi-plugin/dumi-plugin-mono-readme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dumlj/dumi-plugin-mono-readme",
"version": "2.5.25",
"version": "2.5.26",
"description": "Support referencing for readme file of monorepo.",
"private": true,
"repository": {
Expand All @@ -18,9 +18,9 @@
"test": "jest"
},
"dependencies": {
"@dumlj/dumi-plugin-seed": "workspace:^2.5.25",
"@dumlj/feature-readme": "workspace:^2.5.25",
"@dumlj/inject-entry-script-webpack-plugin": "workspace:^2.5.25",
"@dumlj/dumi-plugin-seed": "workspace:^2.5.26",
"@dumlj/feature-readme": "workspace:^2.5.26",
"@dumlj/inject-entry-script-webpack-plugin": "workspace:^2.5.26",
"tslib": "^2.5.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions @dumi-plugin/dumi-plugin-node-stackblitz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dumlj/dumi-plugin-node-stackblitz",
"version": "2.5.25",
"version": "2.5.26",
"description": "Supports live demo of node powered by stackblitz.",
"private": true,
"repository": {
Expand All @@ -18,8 +18,8 @@
"test": "jest"
},
"dependencies": {
"@dumlj/dumi-plugin-seed": "workspace:^2.5.25",
"@dumlj/stackblitz-webpack-plugin": "workspace:^2.5.25",
"@dumlj/dumi-plugin-seed": "workspace:^2.5.26",
"@dumlj/stackblitz-webpack-plugin": "workspace:^2.5.26",
"@stackblitz/sdk": "^1.9.0",
"tslib": "^2.5.0"
},
Expand Down
6 changes: 3 additions & 3 deletions @dumi-plugin/dumi-plugin-seed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dumlj/dumi-plugin-seed",
"version": "2.5.25",
"version": "2.5.26",
"description": "Basic dumi plugin",
"private": true,
"repository": {
Expand All @@ -18,8 +18,8 @@
"test": "jest"
},
"dependencies": {
"@dumlj/feature-updater": "workspace:^2.5.25",
"@dumlj/util-lib": "workspace:^2.5.25",
"@dumlj/feature-updater": "workspace:^2.5.26",
"@dumlj/util-lib": "workspace:^2.5.26",
"chalk": "^4.1.2",
"lodash": "^4.17.21",
"node-html-parser": "^6.1.11",
Expand Down
2 changes: 1 addition & 1 deletion @feature/__template__/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/feature",
"version": "2.5.25",
"version": "2.5.26",
"description": "something...",
"private": true,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion @feature/feature-cliui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dumlj/feature-cliui",
"version": "2.5.25",
"version": "2.5.26",
"description": "{{description}}",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @feature/feature-dotenv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dumlj/feature-dotenv",
"version": "2.5.25",
"version": "2.5.26",
"description": "dotenv utilities.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @feature/feature-prepare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dumlj/feature-prepare",
"version": "2.5.25",
"version": "2.5.26",
"description": "代码源文件预处理工具",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @feature/feature-pretty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dumlj/feature-pretty",
"version": "2.5.25",
"version": "2.5.26",
"description": "上色工具",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions @feature/feature-readme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dumlj/feature-readme",
"version": "2.5.25",
"version": "2.5.26",
"description": "上色工具",
"repository": {
"type": "git",
Expand All @@ -17,8 +17,8 @@
"test": "jest"
},
"dependencies": {
"@dumlj/feature-prepare": "workspace:^2.5.25",
"@dumlj/util-lib": "workspace:^2.5.25",
"@dumlj/feature-prepare": "workspace:^2.5.26",
"@dumlj/util-lib": "workspace:^2.5.26",
"fs-extra": "^11.1.1",
"handlebars": "^4.7.8",
"lodash": "^4.17.21",
Expand Down
8 changes: 4 additions & 4 deletions @feature/feature-updater/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dumlj/feature-updater",
"version": "2.5.25",
"version": "2.5.26",
"description": "updater for packages.",
"repository": {
"type": "git",
Expand All @@ -17,14 +17,14 @@
"test": "jest"
},
"dependencies": {
"@dumlj/shell-lib": "workspace:^2.5.25",
"@dumlj/util-lib": "workspace:^2.5.25",
"@dumlj/shell-lib": "workspace:^2.5.26",
"@dumlj/util-lib": "workspace:^2.5.26",
"fs-extra": "^11.1.0",
"semver": "^7.3.8",
"tslib": "^2.5.0"
},
"devDependencies": {
"@dumlj/mock-lib": "workspace:^2.5.25",
"@dumlj/mock-lib": "workspace:^2.5.26",
"@jest/types": "^29.6.3",
"ts-jest": "^29.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion @feature/feature-uploader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dumlj/feature-uploader",
"version": "2.5.25",
"version": "2.5.26",
"description": "Corss platform uploader.",
"private": true,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion @lib/mock-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dumlj/mock-lib",
"version": "2.5.25",
"version": "2.5.26",
"private": true,
"description": "mock 工具库",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion @lib/mock-server-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dumlj/mock-server-lib",
"version": "2.5.25",
"version": "2.5.26",
"private": true,
"description": "mock 请求服务",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion @lib/shell-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dumlj/shell-lib",
"version": "2.5.25",
"version": "2.5.26",
"description": "shell 工具库",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @lib/util-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dumlj/util-lib",
"version": "2.5.25",
"version": "2.5.26",
"description": "util 工具库",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @next-plugin/next-auto-dynamic/__example__/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dumlj-example/next-auto-dynamic",
"version": "2.5.25",
"version": "2.5.26",
"private": true,
"scripts": {
"start": "next start --port 3002",
Expand Down
4 changes: 2 additions & 2 deletions @next-plugin/next-auto-dynamic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dumlj/next-auto-dynamic",
"version": "2.5.25",
"version": "2.5.26",
"description": "code-splitting in app router automatically.",
"private": true,
"repository": {
Expand All @@ -18,7 +18,7 @@
"test": "jest"
},
"dependencies": {
"@dumlj/seed-webpack-plugin": "workspace:^2.5.24",
"@dumlj/seed-webpack-plugin": "workspace:^2.5.26",
"micromatch": "^4.0.5",
"tslib": "^2.5.0",
"webpack-virtual-modules": "^0.6.0"
Expand Down
4 changes: 2 additions & 2 deletions @vite-plugin/vite-plugin-seed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dumlj/vite-plugin-seed",
"version": "2.5.25",
"version": "2.5.26",
"description": "Basic vite plugin.",
"private": true,
"repository": {
Expand All @@ -18,7 +18,7 @@
"test": "jest"
},
"dependencies": {
"@dumlj/feature-updater": "workspace:^2.5.25",
"@dumlj/feature-updater": "workspace:^2.5.26",
"chalk": "^4.1.2",
"lodash": "^4.17.21",
"tslib": "^2.5.0",
Expand Down
4 changes: 2 additions & 2 deletions @webpack-plugin/__template__/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/webpack-plugin",
"version": "2.5.25",
"version": "2.5.26",
"description": "something...",
"private": true,
"repository": {
Expand All @@ -12,7 +12,7 @@
"main": "./libs/index.js",
"types": "./libs/index.d.ts",
"dependencies": {
"@dumlj/seed-webpack-plugin": "workspace:^2.5.25",
"@dumlj/seed-webpack-plugin": "workspace:^2.5.26",
"tslib": "^2.5.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions @webpack-plugin/cdn-upload-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dumlj/cdn-upload-webpack-plugin",
"version": "2.5.25",
"version": "2.5.26",
"description": "Corss platform uploader for webpack build.",
"private": true,
"repository": {
Expand All @@ -18,8 +18,8 @@
"test": "jest"
},
"dependencies": {
"@dumlj/feature-uploader": "workspace:^2.5.25",
"@dumlj/seed-webpack-plugin": "workspace:^2.5.25",
"@dumlj/feature-uploader": "workspace:^2.5.26",
"@dumlj/seed-webpack-plugin": "workspace:^2.5.26",
"chalk": "^4.1.2",
"cli-progress": "^3.12.0",
"lodash": "^4.17.21",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@dumlj-example/compare-envs-webpack-plugin",
"version": "2.5.25",
"version": "2.5.26",
"private": true,
"main": "webpack.config.ts",
"scripts": {
"serve": "webpack serve -c webpack.config.ts",
"build": "webpack -c webpack.config.ts"
},
"dependencies": {
"@dumlj/compare-envs-webpack-plugin": "workspace:^2.5.25",
"@dumlj/memfs-webpack-plugin": "workspace:^2.5.25"
"@dumlj/compare-envs-webpack-plugin": "workspace:^2.5.26",
"@dumlj/memfs-webpack-plugin": "workspace:^2.5.26"
},
"devDependencies": {
"@types/node": "latest",
"webpack": "^5.89.0",
"webpack-cli": "^5",
"@types/node": "latest"
"webpack-cli": "^5"
},
"optionalDependencies": {
"@babel/core": "^7.23.2",
Expand Down
Loading

0 comments on commit 4bba461

Please sign in to comment.