Skip to content

Commit

Permalink
version bump v1.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
deanshub committed Apr 24, 2023
1 parent e12de4e commit 74c307d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "in-it",
"version": "1.0.19",
"version": "1.0.20",
"repository": "git@github.com:deanshub/in-it.git",
"author": "Dean Shub <deanshub@gmail.com>",
"license": "ISC",
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup-plugin-in-it-stats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-in-it-stats",
"version": "1.0.19",
"version": "1.0.20",
"description": "rollup plugin to generate in-it stats",
"main": "dist/src/index.js",
"author": "Dean Shub <deanshub@gmail.com>",
Expand All @@ -12,7 +12,7 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"in-it-shared-types": "1.0.19",
"in-it-shared-types": "1.0.20",
"rollup": "^3.20.2",
"typescript": "^5.0.4",
"vitest": "^0.30.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "in-it-shared-types",
"version": "1.0.19",
"version": "1.0.20",
"description": "",
"main": "index.ts",
"keywords": [],
Expand Down
4 changes: 2 additions & 2 deletions packages/test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "1.0.19",
"version": "1.0.20",
"license": "ISC",
"type": "module",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"@types/fs-extra": "^11.0.1",
"execa": "^7.1.1",
"fs-extra": "^11.1.1",
"rollup-plugin-in-it-stats": "1.0.19",
"rollup-plugin-in-it-stats": "1.0.20",
"typescript": "^5.0.4",
"vitest": "^0.30.1"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2030,7 +2030,7 @@ __metadata:
languageName: node
linkType: hard

"in-it-shared-types@1.0.19, in-it-shared-types@workspace:packages/shared-types":
"in-it-shared-types@1.0.20, in-it-shared-types@workspace:packages/shared-types":
version: 0.0.0-use.local
resolution: "in-it-shared-types@workspace:packages/shared-types"
languageName: unknown
Expand Down Expand Up @@ -3036,13 +3036,13 @@ __metadata:
languageName: node
linkType: hard

"rollup-plugin-in-it-stats@1.0.19, rollup-plugin-in-it-stats@workspace:packages/rollup-plugin-in-it-stats":
"rollup-plugin-in-it-stats@1.0.20, rollup-plugin-in-it-stats@workspace:packages/rollup-plugin-in-it-stats":
version: 0.0.0-use.local
resolution: "rollup-plugin-in-it-stats@workspace:packages/rollup-plugin-in-it-stats"
dependencies:
"@types/fs-extra": ^11.0.1
fs-extra: ^11.1.1
in-it-shared-types: 1.0.19
in-it-shared-types: 1.0.20
rollup: ^3.20.2
typescript: ^5.0.4
vitest: ^0.30.1
Expand Down Expand Up @@ -3383,7 +3383,7 @@ __metadata:
execa: ^7.1.1
fs-extra: ^11.1.1
rollup: ^3.20.2
rollup-plugin-in-it-stats: 1.0.19
rollup-plugin-in-it-stats: 1.0.20
typescript: ^5.0.4
vitest: ^0.30.1
languageName: unknown
Expand Down

0 comments on commit 74c307d

Please sign in to comment.