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.173
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 29, 2022
1 parent f2e7ff8 commit 3bc7f0f
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.173](https://github.com/alvarlagerlof/next-banner/compare/v1.2.172...v1.2.173) (2022-10-29)


### Build Changes

* **deps:** update dependency babel-jest to v29.2.2 ([f2e7ff8](https://github.com/alvarlagerlof/next-banner/commit/f2e7ff838f9ce5122750baead36efb0f0c8d69f5))

### [1.2.172](https://github.com/alvarlagerlof/next-banner/compare/v1.2.171...v1.2.172) (2022-10-29)


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

0 comments on commit 3bc7f0f

Please sign in to comment.