Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #2741

Merged
merged 1 commit into from
Oct 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 0 additions & 17 deletions .changeset/polite-peas-type.md

This file was deleted.

35 changes: 0 additions & 35 deletions .changeset/shy-starfishes-compete.md

This file was deleted.

51 changes: 51 additions & 0 deletions apps/nextjs-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
# nextjs-app

## 3.55.0

### Minor Changes

- [#2739](https://github.com/belgattitude/nextjs-monorepo-example/pull/2739) [`b7182753`](https://github.com/belgattitude/nextjs-monorepo-example/commit/b71827533118907feb6bc30b95bae8c5c969d9c2) Thanks [@belgattitude](https://github.com/belgattitude)! - Add flamegraph command to debug performance issue on homepage

```
npm i --global autocannon
cd ./apps/nextjs-app
yarn flamegraph-home
```

Example output:

```
┌─────────┬───────┬───────┬───────┬───────┬──────────┬───────────┬─────────┐
│ Stat │ 2.5% │ 50% │ 97.5% │ 99% │ Avg │ Stdev │ Max │
├─────────┼───────┼───────┼───────┼───────┼──────────┼───────────┼─────────┤
│ Latency │ 11 ms │ 15 ms │ 46 ms │ 82 ms │ 35.46 ms │ 276.28 ms │ 4632 ms │
└─────────┴───────┴───────┴───────┴───────┴──────────┴───────────┴─────────┘
┌───────────┬─────┬──────┬─────┬─────────┬─────────┬────────┬─────────┐
│ Stat │ 1% │ 2.5% │ 50% │ 97.5% │ Avg │ Stdev │ Min │
├───────────┼─────┼──────┼─────┼─────────┼─────────┼────────┼─────────┤
│ Req/Sec │ 0 │ 0 │ 0 │ 669 │ 139.06 │ 232.54 │ 148 │
├───────────┼─────┼──────┼─────┼─────────┼─────────┼────────┼─────────┤
│ Bytes/Sec │ 0 B │ 0 B │ 0 B │ 14.1 MB │ 2.93 MB │ 4.9 MB │ 3.12 MB │
└───────────┴─────┴──────┴─────┴─────────┴─────────┴────────┴─────────┘

Req/Bytes counts sampled once per second.
# of samples: 20

3k requests in 20.04s, 58.6 MB read
```

Open the visual flamegraph from the provided url.

### Patch Changes

- [#2740](https://github.com/belgattitude/nextjs-monorepo-example/pull/2740) [`e0b03b05`](https://github.com/belgattitude/nextjs-monorepo-example/commit/e0b03b059ea2b75272c2a86139f7ff8b0af874a9) Thanks [@belgattitude](https://github.com/belgattitude)! - Changesets: by default will tag and version private packages

Doc: https://github.com/changesets/changesets/blob/main/docs/versioning-apps.md
Ref: [changesets@2.25.0](https://github.com/changesets/changesets/releases/tag/%40changesets%2Fcli%402.25.0) & [#662](https://github.com/changesets/changesets/pull/662).

- Updated dependencies [[`e0b03b05`](https://github.com/belgattitude/nextjs-monorepo-example/commit/e0b03b059ea2b75272c2a86139f7ff8b0af874a9)]:
- @your-org/api-gateway@1.2.2
- @your-org/common-i18n@1.2.1
- @your-org/core-lib@3.15.1
- @your-org/db-main-prisma@2.12.2
- @your-org/ts-utils@1.1.1
- @your-org/ui-lib@3.15.1

## 3.54.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-app",
"version": "3.54.0",
"version": "3.55.0",
"license": "MIT",
"private": true,
"homepage": "https://github.com/belgattitude/nextjs-monorepo-example",
Expand Down
14 changes: 14 additions & 0 deletions apps/remix-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# remix-app

## 1.10.10

### Patch Changes

- [#2740](https://github.com/belgattitude/nextjs-monorepo-example/pull/2740) [`e0b03b05`](https://github.com/belgattitude/nextjs-monorepo-example/commit/e0b03b059ea2b75272c2a86139f7ff8b0af874a9) Thanks [@belgattitude](https://github.com/belgattitude)! - Changesets: by default will tag and version private packages

Doc: https://github.com/changesets/changesets/blob/main/docs/versioning-apps.md
Ref: [changesets@2.25.0](https://github.com/changesets/changesets/releases/tag/%40changesets%2Fcli%402.25.0) & [#662](https://github.com/changesets/changesets/pull/662).

- Updated dependencies [[`e0b03b05`](https://github.com/belgattitude/nextjs-monorepo-example/commit/e0b03b059ea2b75272c2a86139f7ff8b0af874a9)]:
- @your-org/common-i18n@1.2.1
- @your-org/core-lib@3.15.1
- @your-org/ui-lib@3.15.1

## 1.10.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/remix-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix-app",
"version": "1.10.9",
"version": "1.10.10",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand Down
14 changes: 14 additions & 0 deletions apps/vite-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# vite-app

## 0.6.10

### Patch Changes

- [#2740](https://github.com/belgattitude/nextjs-monorepo-example/pull/2740) [`e0b03b05`](https://github.com/belgattitude/nextjs-monorepo-example/commit/e0b03b059ea2b75272c2a86139f7ff8b0af874a9) Thanks [@belgattitude](https://github.com/belgattitude)! - Changesets: by default will tag and version private packages

Doc: https://github.com/changesets/changesets/blob/main/docs/versioning-apps.md
Ref: [changesets@2.25.0](https://github.com/changesets/changesets/releases/tag/%40changesets%2Fcli%402.25.0) & [#662](https://github.com/changesets/changesets/pull/662).

- Updated dependencies [[`e0b03b05`](https://github.com/belgattitude/nextjs-monorepo-example/commit/e0b03b059ea2b75272c2a86139f7ff8b0af874a9)]:
- @your-org/common-i18n@1.2.1
- @your-org/core-lib@3.15.1
- @your-org/ui-lib@3.15.1

## 0.6.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-app",
"version": "0.6.9",
"version": "0.6.10",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/api-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @your-org/api-gateway

## 1.2.2

### Patch Changes

- [#2740](https://github.com/belgattitude/nextjs-monorepo-example/pull/2740) [`e0b03b05`](https://github.com/belgattitude/nextjs-monorepo-example/commit/e0b03b059ea2b75272c2a86139f7ff8b0af874a9) Thanks [@belgattitude](https://github.com/belgattitude)! - Changesets: by default will tag and version private packages

Doc: https://github.com/changesets/changesets/blob/main/docs/versioning-apps.md
Ref: [changesets@2.25.0](https://github.com/changesets/changesets/releases/tag/%40changesets%2Fcli%402.25.0) & [#662](https://github.com/changesets/changesets/pull/662).

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@your-org/api-gateway",
"version": "1.2.1",
"version": "1.2.2",
"license": "MIT",
"private": true,
"homepage": "https://github.com/belgattitude/nextjs-monorepo-example",
Expand Down
9 changes: 9 additions & 0 deletions packages/common-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @your-org/common-i18n

## 1.2.1

### Patch Changes

- [#2740](https://github.com/belgattitude/nextjs-monorepo-example/pull/2740) [`e0b03b05`](https://github.com/belgattitude/nextjs-monorepo-example/commit/e0b03b059ea2b75272c2a86139f7ff8b0af874a9) Thanks [@belgattitude](https://github.com/belgattitude)! - Changesets: by default will tag and version private packages

Doc: https://github.com/changesets/changesets/blob/main/docs/versioning-apps.md
Ref: [changesets@2.25.0](https://github.com/changesets/changesets/releases/tag/%40changesets%2Fcli%402.25.0) & [#662](https://github.com/changesets/changesets/pull/662).

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@your-org/common-i18n",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"private": true,
"homepage": "https://github.com/belgattitude/nextjs-monorepo-example",
Expand Down
12 changes: 12 additions & 0 deletions packages/core-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @your-org/core-lib

## 3.15.1

### Patch Changes

- [#2740](https://github.com/belgattitude/nextjs-monorepo-example/pull/2740) [`e0b03b05`](https://github.com/belgattitude/nextjs-monorepo-example/commit/e0b03b059ea2b75272c2a86139f7ff8b0af874a9) Thanks [@belgattitude](https://github.com/belgattitude)! - Changesets: by default will tag and version private packages

Doc: https://github.com/changesets/changesets/blob/main/docs/versioning-apps.md
Ref: [changesets@2.25.0](https://github.com/changesets/changesets/releases/tag/%40changesets%2Fcli%402.25.0) & [#662](https://github.com/changesets/changesets/pull/662).

- Updated dependencies [[`e0b03b05`](https://github.com/belgattitude/nextjs-monorepo-example/commit/e0b03b059ea2b75272c2a86139f7ff8b0af874a9)]:
- @your-org/ts-utils@1.1.1

## 3.15.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@your-org/core-lib",
"version": "3.15.0",
"version": "3.15.1",
"license": "MIT",
"private": true,
"homepage": "https://github.com/belgattitude/nextjs-monorepo-example",
Expand Down
9 changes: 9 additions & 0 deletions packages/db-main-prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @your-org/db-main-prisma

## 2.12.2

### Patch Changes

- [#2740](https://github.com/belgattitude/nextjs-monorepo-example/pull/2740) [`e0b03b05`](https://github.com/belgattitude/nextjs-monorepo-example/commit/e0b03b059ea2b75272c2a86139f7ff8b0af874a9) Thanks [@belgattitude](https://github.com/belgattitude)! - Changesets: by default will tag and version private packages

Doc: https://github.com/changesets/changesets/blob/main/docs/versioning-apps.md
Ref: [changesets@2.25.0](https://github.com/changesets/changesets/releases/tag/%40changesets%2Fcli%402.25.0) & [#662](https://github.com/changesets/changesets/pull/662).

## 2.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/db-main-prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@your-org/db-main-prisma",
"version": "2.12.1",
"version": "2.12.2",
"license": "MIT",
"private": true,
"homepage": "https://github.com/belgattitude/nextjs-monorepo-example",
Expand Down
9 changes: 9 additions & 0 deletions packages/eslint-config-bases/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @your-org/eslint-config-bases

## 1.5.2

### Patch Changes

- [#2740](https://github.com/belgattitude/nextjs-monorepo-example/pull/2740) [`e0b03b05`](https://github.com/belgattitude/nextjs-monorepo-example/commit/e0b03b059ea2b75272c2a86139f7ff8b0af874a9) Thanks [@belgattitude](https://github.com/belgattitude)! - Changesets: by default will tag and version private packages

Doc: https://github.com/changesets/changesets/blob/main/docs/versioning-apps.md
Ref: [changesets@2.25.0](https://github.com/changesets/changesets/releases/tag/%40changesets%2Fcli%402.25.0) & [#662](https://github.com/changesets/changesets/pull/662).

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-bases/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@your-org/eslint-config-bases",
"version": "1.5.1",
"version": "1.5.2",
"license": "MIT",
"private": true,
"homepage": "https://github.com/belgattitude/nextjs-monorepo-example",
Expand Down
9 changes: 9 additions & 0 deletions packages/ts-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @your-org/ts-utils

## 1.1.1

### Patch Changes

- [#2740](https://github.com/belgattitude/nextjs-monorepo-example/pull/2740) [`e0b03b05`](https://github.com/belgattitude/nextjs-monorepo-example/commit/e0b03b059ea2b75272c2a86139f7ff8b0af874a9) Thanks [@belgattitude](https://github.com/belgattitude)! - Changesets: by default will tag and version private packages

Doc: https://github.com/changesets/changesets/blob/main/docs/versioning-apps.md
Ref: [changesets@2.25.0](https://github.com/changesets/changesets/releases/tag/%40changesets%2Fcli%402.25.0) & [#662](https://github.com/changesets/changesets/pull/662).

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@your-org/ts-utils",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"private": true,
"homepage": "https://github.com/belgattitude/nextjs-monorepo-example",
Expand Down
12 changes: 12 additions & 0 deletions packages/ui-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @your-org/ui-lib

## 3.15.1

### Patch Changes

- [#2740](https://github.com/belgattitude/nextjs-monorepo-example/pull/2740) [`e0b03b05`](https://github.com/belgattitude/nextjs-monorepo-example/commit/e0b03b059ea2b75272c2a86139f7ff8b0af874a9) Thanks [@belgattitude](https://github.com/belgattitude)! - Changesets: by default will tag and version private packages

Doc: https://github.com/changesets/changesets/blob/main/docs/versioning-apps.md
Ref: [changesets@2.25.0](https://github.com/changesets/changesets/releases/tag/%40changesets%2Fcli%402.25.0) & [#662](https://github.com/changesets/changesets/pull/662).

- Updated dependencies [[`e0b03b05`](https://github.com/belgattitude/nextjs-monorepo-example/commit/e0b03b059ea2b75272c2a86139f7ff8b0af874a9)]:
- @your-org/ts-utils@1.1.1

## 3.15.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@your-org/ui-lib",
"version": "3.15.0",
"version": "3.15.1",
"license": "MIT",
"private": true,
"homepage": "https://github.com/belgattitude/nextjs-monorepo-example",
Expand Down