Skip to content

Commit

Permalink
version bump v1.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
deanshub committed May 30, 2023
1 parent fe358fd commit 36a95a3
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 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.27",
"version": "1.0.28",
"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.27",
"version": "1.0.28",
"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.27",
"in-it-shared-types": "1.0.28",
"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.27",
"version": "1.0.28",
"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.27",
"in-it-shared-types": "1.0.28",
"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.27",
"version": "1.0.28",
"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.27",
"version": "1.0.28",
"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.27",
"rollup-plugin-in-it-stats": "1.0.28",
"typescript": "^5.0.4",
"vitest": "^0.30.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/test-app/test/basics.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test('stats exists (after build)', async () => {
expect(await fs.exists(statsFilePath)).toBe(true);
const stats = await fs.readJson(statsFilePath);
expect(stats).toEqual({
appId: 'test-app',
name: 'test-app',
assets: {},
chunks: {
index: {
Expand All @@ -22,6 +22,6 @@ test('stats exists (after build)', async () => {
},
},
entry: 'main.js',
environment: 'local',
environment: expect.stringMatching(/^(ci|local)$/),
});
});
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.27",
"version": "1.0.28",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
Expand Down Expand Up @@ -77,8 +77,8 @@
},
"devDependencies": {
"@types/webpack-bundle-analyzer": "^4.6.0",
"in-it-shared-types": "1.0.27",
"next-in-it-stats": "1.0.27",
"in-it-shared-types": "1.0.28",
"next-in-it-stats": "1.0.28",
"node-jose-tools": "^2.0.2"
}
}
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4601,7 +4601,7 @@ __metadata:
languageName: node
linkType: hard

"in-it-shared-types@1.0.27, in-it-shared-types@workspace:packages/shared-types":
"in-it-shared-types@1.0.28, 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 All @@ -4628,13 +4628,13 @@ __metadata:
clsx: ^1.2.1
eslint: 8.39.0
eslint-config-next: 13.4.0
in-it-shared-types: 1.0.27
in-it-shared-types: 1.0.28
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.27
next-in-it-stats: 1.0.28
node-jose-tools: ^2.0.2
postcss: 8.4.23
react: 18.2.0
Expand Down Expand Up @@ -6355,7 +6355,7 @@ __metadata:
languageName: node
linkType: hard

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

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

1 comment on commit 36a95a3

@vercel
Copy link

@vercel vercel bot commented on 36a95a3 May 30, 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.