Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @midwayjs-examples/component-v3@1.0.13
 - @midwayjs-examples/application-express-v3@1.0.18
 - @midwayjs-examples/application-koa-v3@1.0.26
 - @midwayjs-examples/application-koa-esm-v3@1.0.6
 - @midwayjs-examples/application-web-v3@1.0.21
 - @midwayjs-examples/application-quick-start-v3@1.0.10
 - @midwayjs-examples/serverless-boilerplate-http-new-v3@1.0.7
 - @midwayjs-examples/serverless-boilerplate-http-new-esm-v3@1.0.7
  • Loading branch information
czy88840616 committed Dec 28, 2023
1 parent 99ff4d8 commit ec410ca
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion v3/midway-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs-examples/component-v3",
"version": "1.0.12",
"version": "1.0.13",
"author": "Harry Chen <czy88840616@gmail.com>",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion v3/midway-framework-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs-examples/application-express-v3",
"version": "1.0.17",
"version": "1.0.18",
"author": "Harry Chen <czy88840616@gmail.com>",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion v3/midway-framework-koa-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs-examples/application-koa-esm-v3",
"version": "1.0.5",
"version": "1.0.6",
"author": "Harry Chen <czy88840616@gmail.com>",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion v3/midway-framework-koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs-examples/application-koa-v3",
"version": "1.0.25",
"version": "1.0.26",
"author": "Harry Chen <czy88840616@gmail.com>",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion v3/midway-framework-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs-examples/application-web-v3",
"version": "1.0.20",
"version": "1.0.21",
"author": "Harry Chen <czy88840616@gmail.com>",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion v3/midway-quick-start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs-examples/application-quick-start-v3",
"version": "1.0.9",
"version": "1.0.10",
"author": "Harry Chen <czy88840616@gmail.com>",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion v3/midway-serverless-http-new-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs-examples/serverless-boilerplate-http-new-esm-v3",
"version": "1.0.6",
"version": "1.0.7",
"description": "",
"main": "index.js",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion v3/midway-serverless-http-new/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs-examples/serverless-boilerplate-http-new-v3",
"version": "1.0.6",
"version": "1.0.7",
"description": "",
"main": "index.js",
"keywords": [],
Expand Down

0 comments on commit ec410ca

Please sign in to comment.