Skip to content

Commit

Permalink
chore: publish v2.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KusStar committed Apr 23, 2023
1 parent 3a5cf73 commit fabd325
Show file tree
Hide file tree
Showing 37 changed files with 142 additions and 70 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.2](https://github.com/ncuhome/mincu/compare/v2.13.1...v2.13.2) (2023-04-23)

**Note:** Version bump only for package mincu-monorepo

## [2.13.1](https://github.com/ncuhome/mincu/compare/v2.13.0...v2.13.1) (2023-04-23)

**Note:** Version bump only for package mincu-monorepo
Expand Down
4 changes: 4 additions & 0 deletions example/react-next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.2](https://github.com/ncuhome/mincu/compare/v2.13.1...v2.13.2) (2023-04-23)

**Note:** Version bump only for package incu-react-next-example

## [2.13.1](https://github.com/ncuhome/mincu/compare/v2.13.0...v2.13.1) (2023-04-23)

**Note:** Version bump only for package incu-react-next-example
Expand Down
6 changes: 3 additions & 3 deletions example/react-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "incu-react-next-example",
"version": "2.13.1",
"version": "2.13.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"start": "next start"
},
"dependencies": {
"mincu-react": "workspace:2.13.1",
"mincu-react-demo-shared": "workspace:2.13.1",
"mincu-react": "workspace:2.13.2",
"mincu-react-demo-shared": "workspace:2.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 4 additions & 0 deletions example/react-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.2](https://github.com/ncuhome/mincu/compare/v2.13.1...v2.13.2) (2023-04-23)

**Note:** Version bump only for package vite-react-typescript-starter

## [2.13.1](https://github.com/ncuhome/mincu/compare/v2.13.0...v2.13.1) (2023-04-23)

**Note:** Version bump only for package vite-react-typescript-starter
Expand Down
8 changes: 4 additions & 4 deletions example/react-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-react-typescript-starter",
"version": "2.13.1",
"version": "2.13.2",
"private": true,
"scripts": {
"build": "vite build",
Expand All @@ -10,8 +10,8 @@
"deploy:vercel": "node deploy-vercel.js"
},
"dependencies": {
"mincu-react": "workspace:2.13.1",
"mincu-react-demo-shared": "workspace:2.13.1",
"mincu-react": "workspace:2.13.2",
"mincu-react-demo-shared": "workspace:2.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "6.3.0"
Expand All @@ -21,7 +21,7 @@
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"lodash": "^4.17.21",
"mincu-debug": "workspace:2.13.1",
"mincu-debug": "workspace:2.13.2",
"typescript": "^4.7.4",
"vite": "^3.0.4"
}
Expand Down
4 changes: 4 additions & 0 deletions example/vanilla-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.2](https://github.com/ncuhome/mincu/compare/v2.13.1...v2.13.2) (2023-04-23)

**Note:** Version bump only for package debug-module

## [2.13.1](https://github.com/ncuhome/mincu/compare/v2.13.0...v2.13.1) (2023-04-23)

**Note:** Version bump only for package debug-module
Expand Down
4 changes: 2 additions & 2 deletions example/vanilla-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "debug-module",
"private": true,
"version": "2.13.1",
"version": "2.13.2",
"scripts": {
"start": "mincud npm run dev",
"dev": "vite --host",
Expand All @@ -13,6 +13,6 @@
"vite": "^3.0.4"
},
"dependencies": {
"mincu-debug": "workspace:2.13.1"
"mincu-debug": "workspace:2.13.2"
}
}
4 changes: 4 additions & 0 deletions example/vue-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.2](https://github.com/ncuhome/mincu/compare/v2.13.1...v2.13.2) (2023-04-23)

**Note:** Version bump only for package vue-vite

## [2.13.1](https://github.com/ncuhome/mincu/compare/v2.13.0...v2.13.1) (2023-04-23)

**Note:** Version bump only for package vue-vite
Expand Down
4 changes: 2 additions & 2 deletions example/vue-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "vue-vite",
"private": true,
"version": "2.13.1",
"version": "2.13.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"mincu-vanilla": "workspace:2.13.1",
"mincu-vanilla": "workspace:2.13.2",
"qrcode.vue": "^3.3.3",
"vue": "^3.2.37"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"syncWorkspaceLock": true
}
},
"version": "2.13.1",
"version": "2.13.2",
"npmClient": "pnpm"
}
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.2](https://github.com/ncuhome/mincu/compare/v2.13.1...v2.13.2) (2023-04-23)

**Note:** Version bump only for package mincu-core

## [2.13.1](https://github.com/ncuhome/mincu/compare/v2.13.0...v2.13.1) (2023-04-23)

**Note:** Version bump only for package mincu-core
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mincu-core",
"version": "2.13.1",
"version": "2.13.2",
"homepage": "https://github.com/ncuhome",
"repository": {
"type": "git",
Expand All @@ -14,6 +14,6 @@
],
"dependencies": {
"events": "^3.3.0",
"mincu-lib": "workspace:2.13.1"
"mincu-lib": "workspace:2.13.2"
}
}
4 changes: 4 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.2](https://github.com/ncuhome/mincu/compare/v2.13.1...v2.13.2) (2023-04-23)

**Note:** Version bump only for package create-mincu

## [2.13.1](https://github.com/ncuhome/mincu/compare/v2.13.0...v2.13.1) (2023-04-23)

**Note:** Version bump only for package create-mincu
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-mincu",
"version": "2.13.1",
"version": "2.13.2",
"homepage": "https://github.com/ncuhome",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/data/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.2](https://github.com/ncuhome/mincu/compare/v2.13.1...v2.13.2) (2023-04-23)

**Note:** Version bump only for package mincu-data

## [2.13.1](https://github.com/ncuhome/mincu/compare/v2.13.0...v2.13.1) (2023-04-23)

**Note:** Version bump only for package mincu-data
Expand Down
6 changes: 3 additions & 3 deletions packages/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mincu-data",
"version": "2.13.1",
"version": "2.13.2",
"homepage": "https://github.com/ncuhome",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
"dist"
],
"dependencies": {
"mincu-core": "workspace:2.13.1",
"mincu-lib": "workspace:2.13.1"
"mincu-core": "workspace:2.13.2",
"mincu-lib": "workspace:2.13.2"
}
}
4 changes: 4 additions & 0 deletions packages/debug-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.2](https://github.com/ncuhome/mincu/compare/v2.13.1...v2.13.2) (2023-04-23)

**Note:** Version bump only for package mincu-debug-tools

## [2.13.1](https://github.com/ncuhome/mincu/compare/v2.13.0...v2.13.1) (2023-04-23)

**Note:** Version bump only for package mincu-debug-tools
Expand Down
4 changes: 2 additions & 2 deletions packages/debug-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mincu-debug-tools",
"version": "2.13.1",
"version": "2.13.2",
"homepage": "https://github.com/ncuhome",
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,7 +46,7 @@
"clsx": "^1.1.1",
"framer-motion": "^6.3.16",
"million": "1.12.3-beta.3",
"mincu-lib": "workspace:2.13.1",
"mincu-lib": "workspace:2.13.2",
"nanoid": "^4.0.0",
"prism-react-renderer": "^1.3.5",
"qrcode.react": "^3.0.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/debug/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.2](https://github.com/ncuhome/mincu/compare/v2.13.1...v2.13.2) (2023-04-23)

**Note:** Version bump only for package mincu-debug

## [2.13.1](https://github.com/ncuhome/mincu/compare/v2.13.0...v2.13.1) (2023-04-23)

**Note:** Version bump only for package mincu-debug
Expand Down
6 changes: 3 additions & 3 deletions packages/debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mincu-debug",
"version": "2.13.1",
"version": "2.13.2",
"homepage": "https://github.com/ncuhome",
"repository": {
"type": "git",
Expand All @@ -27,8 +27,8 @@
"lodash.debounce": "^4.0.8",
"meow": "9.0.0",
"mincu-chii": "^1.1.0",
"mincu-debug-tools": "workspace:2.13.1",
"mincu-lib": "workspace:2.13.1",
"mincu-debug-tools": "workspace:2.13.2",
"mincu-lib": "workspace:2.13.2",
"open": "^8.4.0",
"strip-ansi": "6.0.0",
"terminate": "^2.5.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/demos/react-demo-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.2](https://github.com/ncuhome/mincu/compare/v2.13.1...v2.13.2) (2023-04-23)

**Note:** Version bump only for package mincu-react-demo-shared

## [2.13.1](https://github.com/ncuhome/mincu/compare/v2.13.0...v2.13.1) (2023-04-23)

**Note:** Version bump only for package mincu-react-demo-shared
Expand Down
2 changes: 1 addition & 1 deletion packages/demos/react-demo-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mincu-react-demo-shared",
"version": "2.13.1",
"version": "2.13.2",
"main": "dist/mincu-react-demo-shared.cjs.js",
"module": "dist/mincu-react-demo-shared.esm.js",
"dependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/event/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.2](https://github.com/ncuhome/mincu/compare/v2.13.1...v2.13.2) (2023-04-23)

**Note:** Version bump only for package mincu-event

## [2.13.1](https://github.com/ncuhome/mincu/compare/v2.13.0...v2.13.1) (2023-04-23)

**Note:** Version bump only for package mincu-event
Expand Down
4 changes: 2 additions & 2 deletions packages/event/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mincu-event",
"version": "2.13.1",
"version": "2.13.2",
"homepage": "https://github.com/ncuhome",
"repository": {
"type": "git",
Expand All @@ -13,6 +13,6 @@
"dist"
],
"dependencies": {
"mincu-core": "workspace:2.13.1"
"mincu-core": "workspace:2.13.2"
}
}
4 changes: 4 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.2](https://github.com/ncuhome/mincu/compare/v2.13.1...v2.13.2) (2023-04-23)

**Note:** Version bump only for package mincu-hooks

## [2.13.1](https://github.com/ncuhome/mincu/compare/v2.13.0...v2.13.1) (2023-04-23)

**Note:** Version bump only for package mincu-hooks
Expand Down
6 changes: 3 additions & 3 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mincu-hooks",
"version": "2.13.1",
"version": "2.13.2",
"homepage": "https://github.com/ncuhome",
"repository": {
"type": "git",
Expand All @@ -14,8 +14,8 @@
],
"dependencies": {
"lodash": "^4.17.21",
"mincu-core": "workspace:2.13.1",
"mincu-data": "workspace:2.13.1"
"mincu-core": "workspace:2.13.2",
"mincu-data": "workspace:2.13.2"
},
"peerDependencies": {
"react": ">=17"
Expand Down
4 changes: 4 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.2](https://github.com/ncuhome/mincu/compare/v2.13.1...v2.13.2) (2023-04-23)

**Note:** Version bump only for package mincu-lib

## [2.13.1](https://github.com/ncuhome/mincu/compare/v2.13.0...v2.13.1) (2023-04-23)

**Note:** Version bump only for package mincu-lib
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mincu-lib",
"version": "2.13.1",
"version": "2.13.2",
"homepage": "https://github.com/ncuhome",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/network/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.2](https://github.com/ncuhome/mincu/compare/v2.13.1...v2.13.2) (2023-04-23)

**Note:** Version bump only for package mincu-network

## [2.13.1](https://github.com/ncuhome/mincu/compare/v2.13.0...v2.13.1) (2023-04-23)

**Note:** Version bump only for package mincu-network
Expand Down
Loading

0 comments on commit fabd325

Please sign in to comment.