Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
chore(release): release packages 🚀 [skip ci]
Browse files Browse the repository at this point in the history
- project: @mocking-bird/core 1.2.1

- project: @mocking-bird/graphql 1.2.2
  • Loading branch information
batrdn committed Mar 30, 2024
1 parent a76f22f commit 9377650
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.2.1 (2024-03-30)


### 🩹 Fixes

- release packages with updated documentation ([a76f22f](https://github.com/batrdn/mocking-bird/commit/a76f22f))


### ❤️ Thank You

- batrdn

## 1.2.0 (2024-03-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mocking-bird/core",
"version": "1.2.0",
"version": "1.2.1",
"private": false,
"license": "MIT",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.2.2 (2024-03-30)


### 🩹 Fixes

- release packages with updated documentation ([a76f22f](https://github.com/batrdn/mocking-bird/commit/a76f22f))


### ❤️ Thank You

- batrdn

## 1.2.1 (2024-03-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mocking-bird/graphql",
"version": "1.2.1",
"version": "1.2.2",
"private": false,
"license": "MIT",
"author": "batrdn",
Expand All @@ -20,7 +20,7 @@
"codegen": "graphql-codegen"
},
"dependencies": {
"@mocking-bird/core": "1.2.0",
"@mocking-bird/core": "1.2.1",
"tslib": "^2.3.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"mongoose": ">=6"
},
"dependencies": {
"@mocking-bird/core": "1.2.0",
"@mocking-bird/core": "1.2.1",
"tslib": "^2.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit 9377650

Please sign in to comment.