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

Commit

Permalink
chore: release v1.2.183
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 31, 2022
1 parent 48a19f5 commit 5d866f0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


### [1.2.183](https://github.com/alvarlagerlof/next-banner/compare/v1.2.182...v1.2.183) (2022-10-31)


### Build Changes

* **deps:** lock file maintenance ([48a19f5](https://github.com/alvarlagerlof/next-banner/commit/48a19f5ae91efb6b7a2f20214053f4b45edf8ce4))

### [1.2.182](https://github.com/alvarlagerlof/next-banner/compare/v1.2.181...v1.2.182) (2022-10-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"turbo": "1.6.2"
},
"packageManager": "[email protected]",
"version": "1.2.182"
"version": "1.2.183"
}
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": "next-banner",
"version": "1.2.182",
"version": "1.2.183",
"description": "Generate Open Graph images for Next.js on build",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "1.2.182",
"version": "1.2.183",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"next": "12.3.2",
"next-banner": "1.2.182",
"next-banner": "1.2.183",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/release-it-yarn-workspaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@
"tokenRef": "GITHUB_AUTH"
}
},
"version": "1.2.182"
"version": "1.2.183"
}

0 comments on commit 5d866f0

Please sign in to comment.