Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
chore: update versions (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 21, 2023
1 parent bdab5e6 commit dc6e8c4
Show file tree
Hide file tree
Showing 28 changed files with 189 additions and 94 deletions.
17 changes: 0 additions & 17 deletions .changeset/wild-timers-rescue.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @midwayjs/bundler

## 3.1.5

### Patch Changes

- bdab5e69: fix: support custom container(aliyun fc)
- Updated dependencies [bdab5e69]
- @midwayjs/esrun@3.1.5
- @midwayjs/hooks-core@3.1.5

## 3.1.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/bundler",
"version": "3.1.4",
"version": "3.1.5",
"description": "Midway Hooks bundler plugin for Webpack & Vite",
"keywords": [
"midway",
Expand All @@ -26,9 +26,9 @@
"main": "dist/midwayjs-bundler.cjs.js",
"module": "dist/midwayjs-bundler.esm.js",
"dependencies": {
"@midwayjs/hooks-core": "^3.1.4",
"@midwayjs/hooks-core": "^3.1.5",
"unplugin": "1.0.1",
"@midwayjs/esrun": "^3.1.4"
"@midwayjs/esrun": "^3.1.5"
},
"devDependencies": {
"@types/memory-fs": "0.3.3",
Expand Down
9 changes: 9 additions & 0 deletions packages/dev-pack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @midwayjs/dev-pack

## 3.1.5

### Patch Changes

- bdab5e69: fix: support custom container(aliyun fc)
- Updated dependencies [bdab5e69]
- @midwayjs/esrun@3.1.5
- @midwayjs/hooks-core@3.1.5

## 3.1.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/dev-pack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/dev-pack",
"version": "3.1.4",
"version": "3.1.5",
"description": "Midway Fullstak Dev Pack",
"author": "Lxxyx <[email protected]>",
"homepage": "https://github.com/midwayjs/hooks",
Expand All @@ -21,8 +21,8 @@
},
"dependencies": {
"@midwayjs/core": "^3.10.6",
"@midwayjs/esrun": "^3.1.4",
"@midwayjs/hooks-core": "^3.1.4",
"@midwayjs/esrun": "^3.1.5",
"@midwayjs/hooks-core": "^3.1.5",
"@midwayjs/mock": "^3.10.6",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
Expand All @@ -34,7 +34,7 @@
"picocolors": "^1.0.0"
},
"devDependencies": {
"@midwayjs/hooks": "^3.1.4",
"@midwayjs/hooks": "^3.1.5",
"@types/detect-port": "1.3.2",
"express": "^4.18.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/esrun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @midwayjs/rpc

## 3.1.5

### Patch Changes

- bdab5e69: fix: support custom container(aliyun fc)

## 3.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/esrun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/esrun",
"version": "3.1.4",
"version": "3.1.5",
"description": "Super fast alternative for ts-node/jiti, support tsconfig paths",
"author": "Lxxyx <[email protected]>",
"homepage": "https://github.com/midwayjs/hooks",
Expand Down
9 changes: 9 additions & 0 deletions packages/hcc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @midwayjs/hcc

## 3.1.5

### Patch Changes

- bdab5e69: fix: support custom container(aliyun fc)
- Updated dependencies [bdab5e69]
- @midwayjs/esrun@3.1.5
- @midwayjs/hooks-internal@3.1.5

## 3.1.4

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/hcc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/hcc",
"version": "3.1.4",
"version": "3.1.5",
"description": "Compile a Hooks project into a single file.",
"author": "Lxxyx <[email protected]>",
"homepage": "https://github.com/midwayjs/hooks",
Expand Down Expand Up @@ -28,14 +28,14 @@
"lodash": "^4.17.21",
"art-template": "^4.1.3",
"upath": "^2.0.1",
"@midwayjs/esrun": "^3.1.4",
"@midwayjs/hooks-internal": "^3.1.4"
"@midwayjs/esrun": "^3.1.5",
"@midwayjs/hooks-internal": "^3.1.5"
},
"devDependencies": {
"fs-extra": "11.1.0",
"@types/fs-extra": "9.0.13",
"@midwayjs/hooks": "^3.1.4",
"@midwayjs/hooks-core": "^3.1.4",
"@midwayjs/hooks": "^3.1.5",
"@midwayjs/hooks-core": "^3.1.5",
"@types/lodash": "^4.14.182",
"isomorphic-unfetch": "3.1.0"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/hooks-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @midwayjs/hooks-bundler

## 3.1.5

### Patch Changes

- bdab5e69: fix: support custom container(aliyun fc)
- Updated dependencies [bdab5e69]
- @midwayjs/dev-pack@3.1.5
- @midwayjs/bundler@3.1.5
- @midwayjs/hooks@3.1.5
- @midwayjs/hooks-core@3.1.5
- @midwayjs/hooks-internal@3.1.5

## 3.1.4

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/hooks-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/hooks-bundler",
"version": "3.1.4",
"version": "3.1.5",
"description": "Bundler plugin for @midwayjs/hooks",
"keywords": [
"midway",
Expand All @@ -26,11 +26,11 @@
"main": "dist/midwayjs-hooks-bundler.cjs.js",
"module": "dist/midwayjs-hooks-bundler.esm.js",
"dependencies": {
"@midwayjs/hooks": "^3.1.4",
"@midwayjs/hooks-internal": "^3.1.4",
"@midwayjs/hooks-core": "^3.1.4",
"@midwayjs/bundler": "^3.1.4",
"@midwayjs/dev-pack": "^3.1.4",
"@midwayjs/hooks": "^3.1.5",
"@midwayjs/hooks-internal": "^3.1.5",
"@midwayjs/hooks-core": "^3.1.5",
"@midwayjs/bundler": "^3.1.5",
"@midwayjs/dev-pack": "^3.1.5",
"upath": "^2.0.1",
"lodash": "^4.17.21"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/hooks-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @midwayjs/hooks-core

## 3.1.5

### Patch Changes

- bdab5e69: fix: support custom container(aliyun fc)

## 3.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/hooks-core",
"version": "3.1.4",
"version": "3.1.5",
"description": "Midway Hooks Core",
"keywords": [
"midway",
Expand Down
8 changes: 8 additions & 0 deletions packages/hooks-internal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @midwayjs/hooks-internal

## 3.1.5

### Patch Changes

- bdab5e69: fix: support custom container(aliyun fc)
- Updated dependencies [bdab5e69]
- @midwayjs/hooks-core@3.1.5

## 3.1.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/hooks-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/hooks-internal",
"version": "3.1.4",
"version": "3.1.5",
"description": "TODO",
"author": "Lxxyx <[email protected]>",
"homepage": "https://github.com/midwayjs/hooks",
Expand All @@ -23,7 +23,7 @@
"find-up": "5.0.0",
"fn-args": "^5.0.0",
"@midwayjs/glob": "^1.0.6",
"@midwayjs/hooks-core": "^3.1.4"
"@midwayjs/hooks-core": "^3.1.5"
},
"devDependencies": {
"@types/lodash": "^4.14.182"
Expand Down
13 changes: 13 additions & 0 deletions packages/hooks-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @midwayjs/hooks-kit

## 3.1.5

### Patch Changes

- bdab5e69: fix: support custom container(aliyun fc)
- Updated dependencies [bdab5e69]
- @midwayjs/esrun@3.1.5
- @midwayjs/hooks@3.1.5
- @midwayjs/hooks-bundler@3.1.5
- @midwayjs/hooks-core@3.1.5
- @midwayjs/hooks-internal@3.1.5
- @midwayjs/serve@3.1.5

## 3.1.4

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/hooks-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/hooks-kit",
"version": "3.1.4",
"version": "3.1.5",
"description": "A framework for building api & fullstack applications faster",
"main": "dist/midwayjs-hooks-kit.cjs.js",
"module": "dist/midwayjs-hooks-kit.esm.js",
Expand All @@ -18,13 +18,13 @@
"@midwayjs/bootstrap": "^3.10.6",
"@midwayjs/cli-plugin-build": "^1.2.97",
"@midwayjs/command-core": "^1.2.97",
"@midwayjs/esrun": "^3.1.4",
"@midwayjs/hooks": "^3.1.4",
"@midwayjs/hooks-bundler": "^3.1.4",
"@midwayjs/hooks-core": "^3.1.4",
"@midwayjs/hooks-internal": "^3.1.4",
"@midwayjs/esrun": "^3.1.5",
"@midwayjs/hooks": "^3.1.5",
"@midwayjs/hooks-bundler": "^3.1.5",
"@midwayjs/hooks-core": "^3.1.5",
"@midwayjs/hooks-internal": "^3.1.5",
"@midwayjs/mock": "^3.10.6",
"@midwayjs/serve": "^3.1.4",
"@midwayjs/serve": "^3.1.5",
"cac": "^6.7.12",
"compare-versions": "^5.0.3",
"consola": "^2.15.3",
Expand Down
9 changes: 9 additions & 0 deletions packages/hooks-upload/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @midwayjs/serve

## 3.1.5

### Patch Changes

- bdab5e69: fix: support custom container(aliyun fc)
- Updated dependencies [bdab5e69]
- @midwayjs/hooks@3.1.5
- @midwayjs/hooks-core@3.1.5

## 3.1.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/hooks-upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/hooks-upload",
"version": "3.1.4",
"version": "3.1.5",
"description": "Static Middleware for midway hooks",
"author": "Lxxyx <[email protected]>",
"homepage": "https://github.com/midwayjs/hooks",
Expand All @@ -21,14 +21,14 @@
},
"dependencies": {
"lodash": "^4.17.21",
"@midwayjs/hooks-core": "^3.1.4",
"@midwayjs/hooks": "^3.1.4"
"@midwayjs/hooks-core": "^3.1.5",
"@midwayjs/hooks": "^3.1.5"
},
"peerDependencies": {
"@midwayjs/upload": "3"
},
"devDependencies": {
"@midwayjs/test-util": "^3.1.4",
"@midwayjs/test-util": "^3.1.5",
"@midwayjs/upload": "3.9.1",
"@types/lodash": "4.14.191"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @midwayjs/hooks

## 3.1.5

### Patch Changes

- bdab5e69: fix: support custom container(aliyun fc)
- Updated dependencies [bdab5e69]
- @midwayjs/hooks-core@3.1.5
- @midwayjs/hooks-internal@3.1.5

## 3.1.4

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/hooks",
"version": "3.1.4",
"version": "3.1.5",
"description": "A framework for building api & fullstack applications faster",
"keywords": [
"midway",
Expand All @@ -25,14 +25,14 @@
"dependencies": {
"tslib": "^2.3.0",
"lodash": "^4.17.21",
"@midwayjs/hooks-internal": "^3.1.4",
"@midwayjs/hooks-core": "^3.1.4",
"@midwayjs/hooks-internal": "^3.1.5",
"@midwayjs/hooks-core": "^3.1.5",
"@midwayjs/core": "^3.10.6"
},
"devDependencies": {
"@midwayjs/test-util": "^3.1.4",
"@midwayjs/test-util": "^3.1.5",
"zod": "3.20.2",
"@midwayjs/rpc": "3.1.4"
"@midwayjs/rpc": "3.1.5"
},
"peerDependencies": {
"zod": ">=3.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @midwayjs/rpc

## 3.1.5

### Patch Changes

- bdab5e69: fix: support custom container(aliyun fc)

## 3.1.4

### Patch Changes
Expand Down
Loading

0 comments on commit dc6e8c4

Please sign in to comment.