Skip to content

Commit

Permalink
fix: rollback version
Browse files Browse the repository at this point in the history
  • Loading branch information
siyul-park committed Apr 15, 2022
1 parent fcd9121 commit 88ec5fe
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions packages/cheeket-koa-mock-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cheeket-koa-mock-module",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.1",
"description": "",
"license": "ISC",
"author": "",
Expand All @@ -21,10 +21,10 @@
"devDependencies": {
"@shopify/jest-koa-mocks": "^3.1.5",
"@types/koa": "^2.13.4",
"cheeket": "^4.0.1-alpha.0",
"cheeket-koa": "^1.0.0-alpha.17",
"cheeket-koa-module": "^1.0.0-alpha.19",
"cheeket-mock": "^1.0.1-alpha.0",
"cheeket": "^4.0.0",
"cheeket-koa": "^1.0.0-alpha.16",
"cheeket-koa-module": "^1.0.0-alpha.18",
"cheeket-mock": "^1.0.0",
"koa": "^2.13.4"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cheeket-koa-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cheeket-koa-module",
"version": "1.0.0-alpha.19",
"version": "1.0.0-alpha.18",
"description": "",
"license": "ISC",
"author": "",
Expand All @@ -21,8 +21,8 @@
"devDependencies": {
"@shopify/jest-koa-mocks": "^3.1.5",
"@types/koa": "^2.13.4",
"cheeket": "^4.0.1-alpha.0",
"cheeket-koa": "^1.0.0-alpha.17",
"cheeket": "^4.0.0",
"cheeket-koa": "^1.0.0-alpha.16",
"koa": "^2.13.4"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cheeket-koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cheeket-koa",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.16",
"description": "",
"license": "ISC",
"author": "",
Expand All @@ -18,7 +18,7 @@
"devDependencies": {
"@shopify/jest-koa-mocks": "^3.1.5",
"@types/koa": "^2.13.4",
"cheeket": "^4.0.1-alpha.0",
"cheeket": "^4.0.0",
"koa": "^2.13.4"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cheeket-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cheeket-mock",
"version": "1.0.1-alpha.0",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
Expand All @@ -19,7 +19,7 @@
"koa-compose": "^4.1.0"
},
"devDependencies": {
"cheeket": "^4.0.1-alpha.0"
"cheeket": "^4.0.0"
},
"peerDependencies": {
"cheeket": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cheeket/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cheeket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cheeket",
"version": "4.0.1-alpha.0",
"version": "4.0.0",
"description": "A very lightweight dependency injection container for TypeScript/JavaScript for constructor injection as functional.",
"homepage": "https://github.com/siyual-park/cheeket.js",
"license": "MIT",
Expand Down

0 comments on commit 88ec5fe

Please sign in to comment.