Skip to content

Commit

Permalink
chore(release): 1.71.1
Browse files Browse the repository at this point in the history
## [1.71.1](v1.71.0...v1.71.1) (2021-12-06)

### Bug Fixes

* Add deprecation warning for path property when creating pages ([9586bdf](9586bdf))
* Create pages based on the slug ([85c4d05](85c4d05))
* Fix prop type for featured guide tile duration ([65d7f5c](65d7f5c))
* Move markdown pages to paths that match frontmatter path property ([d4d3b4b](d4d3b4b))
* Update embed plugin to use slug instead of frontmatter path ([310cfe2](310cfe2))
* Use slug instead of path for homepage ([e28311e](e28311e))
  • Loading branch information
nr-opensource-bot committed Dec 6, 2021
1 parent 65da208 commit 6bb187b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.71.1](https://github.com/newrelic/developer-website/compare/v1.71.0...v1.71.1) (2021-12-06)


### Bug Fixes

* Add deprecation warning for path property when creating pages ([9586bdf](https://github.com/newrelic/developer-website/commit/9586bdfed6386afb30587af89c96c2847e37bfe1))
* Create pages based on the slug ([85c4d05](https://github.com/newrelic/developer-website/commit/85c4d05536bc68d4775941f8d5949207c76fc201))
* Fix prop type for featured guide tile duration ([65d7f5c](https://github.com/newrelic/developer-website/commit/65d7f5c9e869971cf3a67a543e2e681b2ab3da48))
* Move markdown pages to paths that match frontmatter path property ([d4d3b4b](https://github.com/newrelic/developer-website/commit/d4d3b4be2f02ea8f0e8bf94ada7ca80ef6709fe0))
* Update embed plugin to use slug instead of frontmatter path ([310cfe2](https://github.com/newrelic/developer-website/commit/310cfe25403e3e2c8f28b93fd78588ec7f5346b3))
* Use slug instead of path for homepage ([e28311e](https://github.com/newrelic/developer-website/commit/e28311e5e8d00275575c73869e821058cc1fcd0f))

# [1.71.0](https://github.com/newrelic/developer-website/compare/v1.70.0...v1.71.0) (2021-11-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "developer-website",
"private": true,
"version": "1.71.0",
"version": "1.71.1",
"dependencies": {
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.3.0",
Expand Down

0 comments on commit 6bb187b

Please sign in to comment.