Skip to content

Commit

Permalink
release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed Jul 2, 2023
1 parent d0b8724 commit b08da89
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 21 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"parseargs",
"pkgjs",
"pkgs",
"pluginutils",
"pnpm",
"positionals",
"reinstaller",
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Logs

## 2023.07.01 v3.0.0
## 2023.07.02 v3.0.0

1. new package `os-local`, api docs: [README.md](https://github.com/saqqdy/node-kit/tree/master/packages/os-lang#readme)
2. new package `@node-kit/extra.cp`, api docs: [README.md](https://github.com/saqqdy/node-kit/tree/master/packages/extra/cp#readme)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-kit/monorepo",
"description": "Some simple utilities for nodejs",
"version": "3.0.0-beta.5",
"version": "3.0.0",
"packageManager": "pnpm@8.6.5",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/extra/cp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-kit/extra.cp",
"description": "Some shared extra utilities for nodejs build-in child_process modules",
"version": "3.0.0-beta.5",
"version": "3.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm-bundler.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/extra/fs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-kit/extra.fs",
"description": "Some shared extra utilities for nodejs build-in fs modules",
"version": "3.0.0-beta.5",
"version": "3.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm-bundler.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/extra/path/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-kit/extra.path",
"description": "Some shared extra utilities for nodejs build-in path modules",
"version": "3.0.0-beta.5",
"version": "3.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm-bundler.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lerna-workspace-info/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-kit/lerna-workspace-info",
"description": "A simple utility to get the lerna workspace information",
"version": "3.0.0-beta.5",
"version": "3.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm-bundler.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lerna-workspace-root/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-kit/lerna-workspace-root",
"description": "A simple utility to get the lerna workspace root",
"version": "3.0.0-beta.5",
"version": "3.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm-bundler.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/monorepo-root/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "monorepo-root",
"description": "A simple utility to get the monorepo root",
"version": "3.0.0-beta.5",
"version": "3.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm-bundler.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/os-lang/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "os-lang",
"description": "Get the system lang",
"version": "3.0.0-beta.5",
"version": "3.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm-bundler.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/pm-info/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pm-info",
"description": "A simple utility to get the package manager information which used in the project",
"version": "3.0.0-beta.5",
"version": "3.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm-bundler.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/pnpm-workspace-info/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-kit/pnpm-workspace-info",
"description": "A simple utility to get the pnpm workspace information",
"version": "3.0.0-beta.5",
"version": "3.0.0",
"packageManager": "pnpm@8.6.5",
"main": "dist/index.cjs.js",
"module": "dist/index.esm-bundler.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/pnpm-workspace-root/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-kit/pnpm-workspace-root",
"description": "A simple utility to get the pnpm workspace root",
"version": "3.0.0-beta.5",
"version": "3.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm-bundler.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-kit/utils",
"description": "Some shared utilities",
"version": "3.0.0-beta.5",
"version": "3.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm-bundler.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/what-pm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "what-pm",
"description": "Detects what package manager was used for installation",
"version": "3.0.0-beta.5",
"version": "3.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm-bundler.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/which-pm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-kit/which-pm",
"description": "A simple utility to get which package manager used in the project",
"version": "3.0.0-beta.5",
"version": "3.0.0",
"packageManager": "pnpm@8.6.5",
"bin": {
"which-pm": "./bin/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace-info/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-kit/workspace-info",
"description": "A simple utility to get the workspace information",
"version": "3.0.0-beta.5",
"version": "3.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm-bundler.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace-pkgs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "workspace-pkgs",
"description": "A simple utility to get the workspace project list",
"version": "3.0.0-beta.5",
"version": "3.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm-bundler.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace-projects/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "workspace-projects",
"description": "A simple utility to get the workspace project list",
"version": "3.0.0-beta.5",
"version": "3.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm-bundler.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace-root/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "workspace-root",
"description": "A simple utility to get the workspace root",
"version": "3.0.0-beta.5",
"version": "3.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm-bundler.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/yarn-workspace-info/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-kit/yarn-workspace-info",
"description": "A simple utility to get the yarn workspace information",
"version": "3.0.0-beta.5",
"version": "3.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm-bundler.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/yarn-workspace-root/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-kit/yarn-workspace-root",
"description": "A simple utility to get the yarn workspace root",
"version": "3.0.0-beta.5",
"version": "3.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm-bundler.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b08da89

Please sign in to comment.