Skip to content

Commit

Permalink
Merge pull request #355 from belgattitude/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
belgattitude authored Sep 2, 2021
2 parents 6ac9820 + 08947e4 commit ac6840c
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 23 deletions.
9 changes: 0 additions & 9 deletions .changeset/big-schools-fry.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/plenty-socks-act.md

This file was deleted.

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

## 3.16.2

### Patch Changes

- [#356](https://github.com/belgattitude/nextjs-monorepo-example/pull/356) [`db7870f`](https://github.com/belgattitude/nextjs-monorepo-example/commit/db7870fbef1ac0422e8d142ab6bcd7d593abd685) Thanks [@belgattitude](https://github.com/belgattitude)! - CI: add extra check for missing / undeclared dependencies

* [#354](https://github.com/belgattitude/nextjs-monorepo-example/pull/354) [`16e4e2d`](https://github.com/belgattitude/nextjs-monorepo-example/commit/16e4e2d7b6023a0cc9bf62120d7b5b8e223740b5) Thanks [@belgattitude](https://github.com/belgattitude)! - Improve eslint config and add eslint-plugin-import

* Updated dependencies [[`db7870f`](https://github.com/belgattitude/nextjs-monorepo-example/commit/db7870fbef1ac0422e8d142ab6bcd7d593abd685), [`16e4e2d`](https://github.com/belgattitude/nextjs-monorepo-example/commit/16e4e2d7b6023a0cc9bf62120d7b5b8e223740b5)]:
- @your-org/core-lib@3.6.1
- @your-org/ui-lib@3.4.1

## 3.16.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/blog-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blog-app",
"version": "3.16.1",
"version": "3.16.2",
"license": "MIT",
"private": true,
"homepage": "https://github.com/belgattitude/nextjs-monorepo-example",
Expand Down
13 changes: 13 additions & 0 deletions apps/web-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# web-app

## 3.26.2

### Patch Changes

- [#356](https://github.com/belgattitude/nextjs-monorepo-example/pull/356) [`db7870f`](https://github.com/belgattitude/nextjs-monorepo-example/commit/db7870fbef1ac0422e8d142ab6bcd7d593abd685) Thanks [@belgattitude](https://github.com/belgattitude)! - CI: add extra check for missing / undeclared dependencies

* [#354](https://github.com/belgattitude/nextjs-monorepo-example/pull/354) [`16e4e2d`](https://github.com/belgattitude/nextjs-monorepo-example/commit/16e4e2d7b6023a0cc9bf62120d7b5b8e223740b5) Thanks [@belgattitude](https://github.com/belgattitude)! - Improve eslint config and add eslint-plugin-import

* Updated dependencies [[`db7870f`](https://github.com/belgattitude/nextjs-monorepo-example/commit/db7870fbef1ac0422e8d142ab6bcd7d593abd685), [`16e4e2d`](https://github.com/belgattitude/nextjs-monorepo-example/commit/16e4e2d7b6023a0cc9bf62120d7b5b8e223740b5)]:
- @your-org/core-lib@3.6.1
- @your-org/db-main-prisma@2.3.1
- @your-org/ui-lib@3.4.1

## 3.26.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-app",
"version": "3.26.1",
"version": "3.26.2",
"license": "MIT",
"private": true,
"homepage": "https://github.com/belgattitude/nextjs-monorepo-example",
Expand Down
8 changes: 8 additions & 0 deletions packages/core-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @your-org/core-lib

## 3.6.1

### Patch Changes

- [#356](https://github.com/belgattitude/nextjs-monorepo-example/pull/356) [`db7870f`](https://github.com/belgattitude/nextjs-monorepo-example/commit/db7870fbef1ac0422e8d142ab6bcd7d593abd685) Thanks [@belgattitude](https://github.com/belgattitude)! - CI: add extra check for missing / undeclared dependencies

* [#354](https://github.com/belgattitude/nextjs-monorepo-example/pull/354) [`16e4e2d`](https://github.com/belgattitude/nextjs-monorepo-example/commit/16e4e2d7b6023a0cc9bf62120d7b5b8e223740b5) Thanks [@belgattitude](https://github.com/belgattitude)! - Improve eslint config and add eslint-plugin-import

## 3.6.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.6.0",
"version": "3.6.1",
"license": "MIT",
"private": true,
"homepage": "https://github.com/belgattitude/nextjs-monorepo-example",
Expand Down
8 changes: 8 additions & 0 deletions packages/db-main-prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @your-org/db-main-prisma

## 2.3.1

### Patch Changes

- [#356](https://github.com/belgattitude/nextjs-monorepo-example/pull/356) [`db7870f`](https://github.com/belgattitude/nextjs-monorepo-example/commit/db7870fbef1ac0422e8d142ab6bcd7d593abd685) Thanks [@belgattitude](https://github.com/belgattitude)! - CI: add extra check for missing / undeclared dependencies

* [#354](https://github.com/belgattitude/nextjs-monorepo-example/pull/354) [`16e4e2d`](https://github.com/belgattitude/nextjs-monorepo-example/commit/16e4e2d7b6023a0cc9bf62120d7b5b8e223740b5) Thanks [@belgattitude](https://github.com/belgattitude)! - Improve eslint config and add eslint-plugin-import

## 2.3.0

### Minor 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.3.0",
"version": "2.3.1",
"license": "MIT",
"private": true,
"homepage": "https://github.com/belgattitude/nextjs-monorepo-example",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @your-org/ui-lib

## 3.4.1

### Patch Changes

- [#356](https://github.com/belgattitude/nextjs-monorepo-example/pull/356) [`db7870f`](https://github.com/belgattitude/nextjs-monorepo-example/commit/db7870fbef1ac0422e8d142ab6bcd7d593abd685) Thanks [@belgattitude](https://github.com/belgattitude)! - CI: add extra check for missing / undeclared dependencies

* [#354](https://github.com/belgattitude/nextjs-monorepo-example/pull/354) [`16e4e2d`](https://github.com/belgattitude/nextjs-monorepo-example/commit/16e4e2d7b6023a0cc9bf62120d7b5b8e223740b5) Thanks [@belgattitude](https://github.com/belgattitude)! - Improve eslint config and add eslint-plugin-import

## 3.4.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.4.0",
"version": "3.4.1",
"license": "MIT",
"private": true,
"homepage": "https://github.com/belgattitude/nextjs-monorepo-example",
Expand Down

2 comments on commit ac6840c

@vercel
Copy link

@vercel vercel bot commented on ac6840c Sep 2, 2021

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on ac6840c Sep 2, 2021

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.