Skip to content

Commit

Permalink
chore(release): publish v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-opensource-bot committed Jul 28, 2020
1 parent 092c796 commit 0893e60
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/newrelic/gatsby-theme-newrelic/compare/v1.1.10...v1.2.0) (2020-07-28)


### Bug Fixes

* border-radius for code block in light mode ([395a2e7](https://github.com/newrelic/gatsby-theme-newrelic/commit/395a2e7d567f7c3f4b0dbb1e291473d6f7dda8ca))


### Features

* **gatsby-theme-newrelic:** add a Video component that handles wistia and youtube videos ([2bf61f6](https://github.com/newrelic/gatsby-theme-newrelic/commit/2bf61f675606c38c57a69e903060b5bcfd22dcb1))
* add a CodeBlock component ([3ed2ef7](https://github.com/newrelic/gatsby-theme-newrelic/commit/3ed2ef70d7d3081ddde6d1c21209b6e3cd76be0f))
* add a formatCode helper that uses prettier to format the code ([0362e02](https://github.com/newrelic/gatsby-theme-newrelic/commit/0362e02ef65408e2435bc034a78fdf3f3be3e204))
* add a useClipboard hook ([5f70b1d](https://github.com/newrelic/gatsby-theme-newrelic/commit/5f70b1d8f4a29e25bf549300220d4ecd06e61da6))
* add a useFormattedCode hook ([1c831bc](https://github.com/newrelic/gatsby-theme-newrelic/commit/1c831bce1a383f1104c191f6ffd9241055c1e627))
* add a useTimeout hook ([ea19dc4](https://github.com/newrelic/gatsby-theme-newrelic/commit/ea19dc40fc8e3748021a4a2ee9f932e6e9cc4002))
* add ability to specify custom className on CodeBlock ([ac690d9](https://github.com/newrelic/gatsby-theme-newrelic/commit/ac690d91b9a448fc007428e383d7c180090026dc))
* add an MDXCodeBlock component for use within MDX ([38f08c1](https://github.com/newrelic/gatsby-theme-newrelic/commit/38f08c1005605106f3e458f0589d6130ab767486))
* add copy icon ([c9ee0eb](https://github.com/newrelic/gatsby-theme-newrelic/commit/c9ee0ebb8ec8686034ce94f4716d49a4555f783d))
* add range and partition helpers for code highlighting ([1d1d42e](https://github.com/newrelic/gatsby-theme-newrelic/commit/1d1d42edeb7bd722ad988a56d585ba425dc0a7ee))
* Add search bar component ([ded596f](https://github.com/newrelic/gatsby-theme-newrelic/commit/ded596f7f6e9862dde70256faca7832cba4f83d3))
* configure default languages and accept language config for prism plugin ([abc0e76](https://github.com/newrelic/gatsby-theme-newrelic/commit/abc0e76ef73dd323206d9d5f4da598134dad6cb4))
* create a Surface component for the basis of cards ([c8b803f](https://github.com/newrelic/gatsby-theme-newrelic/commit/c8b803f8beaa2fa5736d2091b6f1c94c7f904b1c))
* documentation for API and configuration ([cf26e0b](https://github.com/newrelic/gatsby-theme-newrelic/commit/cf26e0b5a672008e2f817edaf44f329241ebc6d0))
* hamburger menu component ([c477ae5](https://github.com/newrelic/gatsby-theme-newrelic/commit/c477ae5f5909ae4b839be9566cb32159cf906bb3))





# [1.3.0](https://github.com/newrelic/gatsby-theme-newrelic/compare/v1.1.10...v1.3.0) (2020-07-28)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.1.10",
"version": "1.2.0",
"npmClient": "yarn",
"useWorkspaces": true,
"ignoreChanges": [
Expand Down
29 changes: 29 additions & 0 deletions packages/gatsby-theme-newrelic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/newrelic/gatsby-theme-newrelic/compare/v1.1.10...v1.2.0) (2020-07-28)


### Bug Fixes

* border-radius for code block in light mode ([395a2e7](https://github.com/newrelic/gatsby-theme-newrelic/commit/395a2e7d567f7c3f4b0dbb1e291473d6f7dda8ca))


### Features

* **gatsby-theme-newrelic:** add a Video component that handles wistia and youtube videos ([2bf61f6](https://github.com/newrelic/gatsby-theme-newrelic/commit/2bf61f675606c38c57a69e903060b5bcfd22dcb1))
* add a CodeBlock component ([3ed2ef7](https://github.com/newrelic/gatsby-theme-newrelic/commit/3ed2ef70d7d3081ddde6d1c21209b6e3cd76be0f))
* add a formatCode helper that uses prettier to format the code ([0362e02](https://github.com/newrelic/gatsby-theme-newrelic/commit/0362e02ef65408e2435bc034a78fdf3f3be3e204))
* add a useClipboard hook ([5f70b1d](https://github.com/newrelic/gatsby-theme-newrelic/commit/5f70b1d8f4a29e25bf549300220d4ecd06e61da6))
* add a useFormattedCode hook ([1c831bc](https://github.com/newrelic/gatsby-theme-newrelic/commit/1c831bce1a383f1104c191f6ffd9241055c1e627))
* add a useTimeout hook ([ea19dc4](https://github.com/newrelic/gatsby-theme-newrelic/commit/ea19dc40fc8e3748021a4a2ee9f932e6e9cc4002))
* add ability to specify custom className on CodeBlock ([ac690d9](https://github.com/newrelic/gatsby-theme-newrelic/commit/ac690d91b9a448fc007428e383d7c180090026dc))
* add an MDXCodeBlock component for use within MDX ([38f08c1](https://github.com/newrelic/gatsby-theme-newrelic/commit/38f08c1005605106f3e458f0589d6130ab767486))
* add copy icon ([c9ee0eb](https://github.com/newrelic/gatsby-theme-newrelic/commit/c9ee0ebb8ec8686034ce94f4716d49a4555f783d))
* add range and partition helpers for code highlighting ([1d1d42e](https://github.com/newrelic/gatsby-theme-newrelic/commit/1d1d42edeb7bd722ad988a56d585ba425dc0a7ee))
* Add search bar component ([ded596f](https://github.com/newrelic/gatsby-theme-newrelic/commit/ded596f7f6e9862dde70256faca7832cba4f83d3))
* configure default languages and accept language config for prism plugin ([abc0e76](https://github.com/newrelic/gatsby-theme-newrelic/commit/abc0e76ef73dd323206d9d5f4da598134dad6cb4))
* create a Surface component for the basis of cards ([c8b803f](https://github.com/newrelic/gatsby-theme-newrelic/commit/c8b803f8beaa2fa5736d2091b6f1c94c7f904b1c))
* hamburger menu component ([c477ae5](https://github.com/newrelic/gatsby-theme-newrelic/commit/c477ae5f5909ae4b839be9566cb32159cf906bb3))





# [1.3.0](https://github.com/newrelic/gatsby-theme-newrelic/compare/v1.1.10...v1.3.0) (2020-07-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-newrelic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newrelic/gatsby-theme-newrelic",
"version": "1.1.10",
"version": "1.2.0",
"main": "index.js",
"license": "Apache-2.0",
"publishConfig": {
Expand Down

0 comments on commit 0893e60

Please sign in to comment.