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.159
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 22, 2022
1 parent e36840a commit 74a414e
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.159](https://github.com/alvarlagerlof/next-banner/compare/v1.2.158...v1.2.159) (2022-10-22)


### Build Changes

* **deps:** update dependency @typescript-eslint/eslint-plugin to v5.40.1 ([e36840a](https://github.com/alvarlagerlof/next-banner/commit/e36840a34397e6e5c4c528eb9d493909469a4213))

### [1.2.158](https://github.com/alvarlagerlof/next-banner/compare/v1.2.157...v1.2.158) (2022-10-22)


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.5.6"
},
"packageManager": "[email protected]",
"version": "1.2.158"
"version": "1.2.159"
}
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.158",
"version": "1.2.159",
"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.158",
"version": "1.2.159",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"next": "12.3.1",
"next-banner": "1.2.158",
"next-banner": "1.2.159",
"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.158"
"version": "1.2.159"
}

0 comments on commit 74a414e

Please sign in to comment.