Skip to content

Commit

Permalink
chore(release): [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
timkim committed Feb 7, 2025
1 parent c259d27 commit bce290e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-theme-aio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/gatsby-theme-aio",
"version": "4.16.0-rc8",
"version": "4.16.0-rc9",
"description": "The Adobe I/O theme for building markdown powered sites",
"main": "index.js",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-aio/src/components/SEO/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const SEO = ({ title, description, keywords }) => (
document.head.appendChild(aepScript);
}
`
</script>
}</script>
)}
</Helmet>

Expand Down

0 comments on commit bce290e

Please sign in to comment.