Skip to content

Commit

Permalink
version bump v1.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
deanshub committed Jun 9, 2023
1 parent 154682c commit fc599de
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 19 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.36",
"version": "1.0.37",
"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/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.36",
"version": "1.0.37",
"description": "next plugin to generate in-it stats",
"main": "dist/cjs/index.js",
"exports": {
Expand All @@ -26,7 +26,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.36",
"in-it-shared-types": "1.0.37",
"next": "^13.4.2",
"typescript": "^5.0.4",
"vitest": "^0.30.1"
Expand Down
2 changes: 2 additions & 0 deletions packages/next-in-it-stats/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function nextInItStats({
legacy = false,
outDir = './in-it-stats',
serverUrl = 'https://in-it.nissix.com/api/stats',
name,
}: Partial<NextStatsPluginOptions> = {}) {
return (nextConfig: NextConfig = {}) => {
// if in dev mode and not requested explicitly
Expand Down Expand Up @@ -54,6 +55,7 @@ function nextInItStats({
reportFilename,
buildId: options.buildId,
outDir: join(process.cwd(), options.config.distDir),
name,
}),
);
if (typeof nextConfig.webpack === 'function') {
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.36",
"version": "1.0.37",
"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.36",
"in-it-shared-types": "1.0.37",
"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.36",
"version": "1.0.37",
"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.36",
"version": "1.0.37",
"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.36",
"rollup-plugin-in-it-stats": "1.0.37",
"typescript": "^5.0.4",
"vitest": "^0.30.1"
},
Expand Down
6 changes: 3 additions & 3 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.36",
"version": "1.0.37",
"private": true,
"scripts": {
"dev": "npm run prebuild && next dev -p 3001",
Expand Down Expand Up @@ -81,8 +81,8 @@
},
"devDependencies": {
"@types/webpack-bundle-analyzer": "^4.6.0",
"in-it-shared-types": "1.0.36",
"next-in-it-stats": "1.0.36",
"in-it-shared-types": "1.0.37",
"next-in-it-stats": "1.0.37",
"node-jose-tools": "^2.0.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ function SearchBox() {
return (
<div className="flex flex-col">
<Input
disabled
type="search"
placeholder="Search project..."
// onChange={(e) => onChange(e.target.value)}
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5202,7 +5202,7 @@ __metadata:
languageName: node
linkType: hard

"in-it-shared-types@1.0.36, in-it-shared-types@workspace:packages/shared-types":
"in-it-shared-types@1.0.37, 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 @@ -5236,13 +5236,13 @@ __metadata:
date-fns: ^2.30.0
eslint: 8.39.0
eslint-config-next: 13.4.0
in-it-shared-types: 1.0.36
in-it-shared-types: 1.0.37
kuuid: ^1.0.1
lucide-react: ^0.220.0
mongoose: ^7.2.0
next: 13.4.0
next-auth: ^4.22.1
next-in-it-stats: 1.0.36
next-in-it-stats: 1.0.37
node-jose-tools: ^2.0.2
postcss: 8.4.23
react: 18.2.0
Expand Down Expand Up @@ -6972,7 +6972,7 @@ __metadata:
languageName: node
linkType: hard

"next-in-it-stats@1.0.36, next-in-it-stats@workspace:packages/next-in-it-stats":
"next-in-it-stats@1.0.37, 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 @@ -6989,7 +6989,7 @@ __metadata:
form-data: ^4.0.0
fs-extra: ^11.1.1
globby: ^11.0.0
in-it-shared-types: 1.0.36
in-it-shared-types: 1.0.37
is-ci: ^3.0.1
multimatch: ^5.0.0
next: ^13.4.2
Expand Down Expand Up @@ -8268,14 +8268,14 @@ __metadata:
languageName: node
linkType: hard

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

1 comment on commit fc599de

@vercel
Copy link

@vercel vercel bot commented on fc599de Jun 9, 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.