Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 8, 2021
1 parent 1689ccc commit a9a6eb5
Show file tree
Hide file tree
Showing 13 changed files with 62 additions and 31 deletions.
7 changes: 0 additions & 7 deletions .changeset/chatty-kangaroos-know.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/early-spiders-grab.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/strange-lobsters-rhyme.md

This file was deleted.

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

## 3.3.1

### Patch Changes

- [#84](https://github.com/belgattitude/nextjs-monorepo-example/pull/84) [`a9c0d5e`](https://github.com/belgattitude/nextjs-monorepo-example/commit/a9c0d5e2651732ab23f1a335acddd23aef5a6b88) Thanks [@belgattitude](https://github.com/belgattitude)! - Jest: use css transform from jest-css-modules-transform

* [#84](https://github.com/belgattitude/nextjs-monorepo-example/pull/84) [`697842e`](https://github.com/belgattitude/nextjs-monorepo-example/commit/697842e913bd7164b21b51c9c9adb943b0904293) Thanks [@belgattitude](https://github.com/belgattitude)! - Jest: added mock configs

- [#84](https://github.com/belgattitude/nextjs-monorepo-example/pull/84) [`697842e`](https://github.com/belgattitude/nextjs-monorepo-example/commit/697842e913bd7164b21b51c9c9adb943b0904293) Thanks [@belgattitude](https://github.com/belgattitude)! - ESlint: added plugin:testing-library/react

- Updated dependencies [[`a9c0d5e`](https://github.com/belgattitude/nextjs-monorepo-example/commit/a9c0d5e2651732ab23f1a335acddd23aef5a6b88), [`697842e`](https://github.com/belgattitude/nextjs-monorepo-example/commit/697842e913bd7164b21b51c9c9adb943b0904293), [`697842e`](https://github.com/belgattitude/nextjs-monorepo-example/commit/697842e913bd7164b21b51c9c9adb943b0904293)]:
- @your-org/core-lib@3.2.1
- @your-org/ui-lib@3.1.1

## 3.3.0

### Minor 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.3.0",
"version": "3.3.1",
"license": "MIT",
"private": true,
"homepage": "https://github.com/belgattitude/nextjs-monorepo-example",
Expand Down
15 changes: 15 additions & 0 deletions apps/web-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# web-app

## 3.6.1

### Patch Changes

- [#84](https://github.com/belgattitude/nextjs-monorepo-example/pull/84) [`a9c0d5e`](https://github.com/belgattitude/nextjs-monorepo-example/commit/a9c0d5e2651732ab23f1a335acddd23aef5a6b88) Thanks [@belgattitude](https://github.com/belgattitude)! - Jest: use css transform from jest-css-modules-transform

* [#84](https://github.com/belgattitude/nextjs-monorepo-example/pull/84) [`697842e`](https://github.com/belgattitude/nextjs-monorepo-example/commit/697842e913bd7164b21b51c9c9adb943b0904293) Thanks [@belgattitude](https://github.com/belgattitude)! - Jest: added mock configs

- [#84](https://github.com/belgattitude/nextjs-monorepo-example/pull/84) [`697842e`](https://github.com/belgattitude/nextjs-monorepo-example/commit/697842e913bd7164b21b51c9c9adb943b0904293) Thanks [@belgattitude](https://github.com/belgattitude)! - ESlint: added plugin:testing-library/react

- Updated dependencies [[`a9c0d5e`](https://github.com/belgattitude/nextjs-monorepo-example/commit/a9c0d5e2651732ab23f1a335acddd23aef5a6b88), [`697842e`](https://github.com/belgattitude/nextjs-monorepo-example/commit/697842e913bd7164b21b51c9c9adb943b0904293), [`697842e`](https://github.com/belgattitude/nextjs-monorepo-example/commit/697842e913bd7164b21b51c9c9adb943b0904293)]:
- @your-org/core-lib@3.2.1
- @your-org/db-main-prisma@1.1.1
- @your-org/ui-lib@3.1.1

## 3.6.0

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

## 3.2.1

### Patch Changes

- [#84](https://github.com/belgattitude/nextjs-monorepo-example/pull/84) [`a9c0d5e`](https://github.com/belgattitude/nextjs-monorepo-example/commit/a9c0d5e2651732ab23f1a335acddd23aef5a6b88) Thanks [@belgattitude](https://github.com/belgattitude)! - Jest: use css transform from jest-css-modules-transform

* [#84](https://github.com/belgattitude/nextjs-monorepo-example/pull/84) [`697842e`](https://github.com/belgattitude/nextjs-monorepo-example/commit/697842e913bd7164b21b51c9c9adb943b0904293) Thanks [@belgattitude](https://github.com/belgattitude)! - Jest: added mock configs

- [#84](https://github.com/belgattitude/nextjs-monorepo-example/pull/84) [`697842e`](https://github.com/belgattitude/nextjs-monorepo-example/commit/697842e913bd7164b21b51c9c9adb943b0904293) Thanks [@belgattitude](https://github.com/belgattitude)! - ESlint: added plugin:testing-library/react

## 3.2.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.2.0",
"version": "3.2.1",
"license": "MIT",
"private": true,
"homepage": "https://github.com/belgattitude/nextjs-monorepo-example",
Expand Down
12 changes: 10 additions & 2 deletions packages/db-main-prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# @your-org/db-main-prisma

## 1.1.0
### Minor Changes
## 1.1.1

### Patch Changes

- [#84](https://github.com/belgattitude/nextjs-monorepo-example/pull/84) [`697842e`](https://github.com/belgattitude/nextjs-monorepo-example/commit/697842e913bd7164b21b51c9c9adb943b0904293) Thanks [@belgattitude](https://github.com/belgattitude)! - Jest: added mock configs

- Updated dependencies [[`a9c0d5e`](https://github.com/belgattitude/nextjs-monorepo-example/commit/a9c0d5e2651732ab23f1a335acddd23aef5a6b88), [`697842e`](https://github.com/belgattitude/nextjs-monorepo-example/commit/697842e913bd7164b21b51c9c9adb943b0904293), [`697842e`](https://github.com/belgattitude/nextjs-monorepo-example/commit/697842e913bd7164b21b51c9c9adb943b0904293)]:
- @your-org/core-lib@3.2.1

## 1.1.0

### Minor Changes

- [#74](https://github.com/belgattitude/nextjs-monorepo-example/pull/74) [`5010c94`](https://github.com/belgattitude/nextjs-monorepo-example/commit/5010c944162165ab47923718a9ccaf1cafc419ee) Thanks [@belgattitude](https://github.com/belgattitude)! - Extract a separate prisma package lib
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": "1.1.0",
"version": "1.1.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.1.1

### Patch Changes

- [#84](https://github.com/belgattitude/nextjs-monorepo-example/pull/84) [`697842e`](https://github.com/belgattitude/nextjs-monorepo-example/commit/697842e913bd7164b21b51c9c9adb943b0904293) Thanks [@belgattitude](https://github.com/belgattitude)! - Jest: added mock configs

* [#84](https://github.com/belgattitude/nextjs-monorepo-example/pull/84) [`697842e`](https://github.com/belgattitude/nextjs-monorepo-example/commit/697842e913bd7164b21b51c9c9adb943b0904293) Thanks [@belgattitude](https://github.com/belgattitude)! - ESlint: added plugin:testing-library/react

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

0 comments on commit a9a6eb5

Please sign in to comment.