Skip to content

Commit

Permalink
version bump v1.0.41
Browse files Browse the repository at this point in the history
  • Loading branch information
deanshub committed Jun 27, 2023
1 parent 47bfab8 commit 3443f16
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 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.40",
"version": "1.0.41",
"repository": "git@github.com:deanshub/in-it.git",
"author": "Dean Shub <deanshub@gmail.com>",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nissix-graph",
"version": "1.0.40",
"version": "1.0.41",
"description": "Graph component for Nissix",
"main": "dist/src/index.js",
"author": "Dean Shub <deanshub@gmail.com>",
Expand Down
4 changes: 2 additions & 2 deletions packages/next-in-it-stats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-in-it-stats",
"version": "1.0.40",
"version": "1.0.41",
"description": "next plugin to generate in-it stats",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -59,7 +59,7 @@
"@types/node-fetch": "^2.6.4",
"@types/terminal-link": "^1.2.0",
"@types/webpack-bundle-analyzer": "^4.6.0",
"in-it-shared-types": "1.0.40",
"in-it-shared-types": "1.0.41",
"next": "^13.4.2",
"typescript": "^5.0.4",
"vitest": "^0.30.1"
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.40",
"version": "1.0.41",
"description": "rollup plugin to generate in-it stats",
"main": "dist/src/index.js",
"author": "Dean Shub <deanshub@gmail.com>",
Expand All @@ -14,7 +14,7 @@
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/is-ci": "^3.0.0",
"in-it-shared-types": "1.0.40",
"in-it-shared-types": "1.0.41",
"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.40",
"version": "1.0.41",
"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.40",
"version": "1.0.41",
"license": "ISC",
"type": "module",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"@types/fs-extra": "^11.0.1",
"execa": "^7.1.1",
"fs-extra": "^11.1.1",
"rollup-plugin-in-it-stats": "1.0.40",
"rollup-plugin-in-it-stats": "1.0.41",
"typescript": "^5.0.4",
"vitest": "^0.30.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "in-it-web",
"version": "1.0.40",
"version": "1.0.41",
"private": true,
"scripts": {
"dev": "npm run prebuild && next dev -p 3001",
Expand Down Expand Up @@ -71,7 +71,7 @@
"mongoose": "^7.2.0",
"next": "13.4.5",
"next-auth": "^4.22.1",
"nissix-graph": "1.0.40",
"nissix-graph": "1.0.41",
"octokit": "^2.0.19",
"postcss": "8.4.23",
"react": "18.2.0",
Expand All @@ -86,8 +86,8 @@
"devDependencies": {
"@octokit/request-error": "^4.0.2",
"@types/webpack-bundle-analyzer": "^4.6.0",
"in-it-shared-types": "1.0.40",
"next-in-it-stats": "1.0.40",
"in-it-shared-types": "1.0.41",
"next-in-it-stats": "1.0.41",
"node-jose-tools": "^2.0.2"
}
}
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5808,7 +5808,7 @@ __metadata:
languageName: node
linkType: hard

"in-it-shared-types@1.0.40, in-it-shared-types@workspace:packages/shared-types":
"in-it-shared-types@1.0.41, in-it-shared-types@workspace:packages/shared-types":
version: 0.0.0-use.local
resolution: "in-it-shared-types@workspace:packages/shared-types"
dependencies:
Expand Down Expand Up @@ -5845,14 +5845,14 @@ __metadata:
date-fns: ^2.30.0
eslint: 8.39.0
eslint-config-next: 13.4.0
in-it-shared-types: 1.0.40
in-it-shared-types: 1.0.41
kuuid: ^1.0.1
lucide-react: ^0.220.0
mongoose: ^7.2.0
next: 13.4.5
next-auth: ^4.22.1
next-in-it-stats: 1.0.40
nissix-graph: 1.0.40
next-in-it-stats: 1.0.41
nissix-graph: 1.0.41
node-jose-tools: ^2.0.2
octokit: ^2.0.19
postcss: 8.4.23
Expand Down Expand Up @@ -7706,7 +7706,7 @@ __metadata:
languageName: node
linkType: hard

"next-in-it-stats@1.0.40, next-in-it-stats@workspace:packages/next-in-it-stats":
"next-in-it-stats@1.0.41, next-in-it-stats@workspace:packages/next-in-it-stats":
version: 0.0.0-use.local
resolution: "next-in-it-stats@workspace:packages/next-in-it-stats"
dependencies:
Expand All @@ -7723,7 +7723,7 @@ __metadata:
form-data: ^4.0.0
fs-extra: ^11.1.1
globby: ^11.0.0
in-it-shared-types: 1.0.40
in-it-shared-types: 1.0.41
is-ci: ^3.0.1
multimatch: ^5.0.0
next: ^13.4.2
Expand Down Expand Up @@ -7874,7 +7874,7 @@ __metadata:
languageName: node
linkType: hard

"nissix-graph@1.0.40, nissix-graph@workspace:packages/graph":
"nissix-graph@1.0.41, nissix-graph@workspace:packages/graph":
version: 0.0.0-use.local
resolution: "nissix-graph@workspace:packages/graph"
dependencies:
Expand Down Expand Up @@ -9129,14 +9129,14 @@ __metadata:
languageName: node
linkType: hard

"rollup-plugin-in-it-stats@1.0.40, rollup-plugin-in-it-stats@workspace:packages/rollup-plugin-in-it-stats":
"rollup-plugin-in-it-stats@1.0.41, 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
"@types/is-ci": ^3.0.0
fs-extra: ^11.1.1
in-it-shared-types: 1.0.40
in-it-shared-types: 1.0.41
is-ci: ^3.0.1
picocolors: ^1.0.0
rollup: ^3.20.2
Expand Down Expand Up @@ -9959,7 +9959,7 @@ __metadata:
execa: ^7.1.1
fs-extra: ^11.1.1
rollup: ^3.20.2
rollup-plugin-in-it-stats: 1.0.40
rollup-plugin-in-it-stats: 1.0.41
typescript: ^5.0.4
vitest: ^0.30.1
languageName: unknown
Expand Down

1 comment on commit 3443f16

@vercel
Copy link

@vercel vercel bot commented on 3443f16 Jun 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.