Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.0](v2.0.0...v2.1.0) (2022-10-27)

### Features

* Add `docs` input source, start converting documentation ([949b946](949b946))
* Add remaining docs tokens ([2708a8b](2708a8b))
* Reference sidebar content ([fd22f49](fd22f49))
* **web:** Redesign web site ([3a400f9](3a400f9))
* **web:** Update home page, footer ([61a13fe](61a13fe))

### Bug Fixes

* Add `react-error-boundary` ([bf167a0](bf167a0))
* Add Doc `key`, `typeKey`, and `subtypeKey` ([f05723c](f05723c))
* Document `input:docs` ([e3b5686](e3b5686))
* Fix input statement description ([38b7d56](38b7d56))
* Fix mock input tests ([2f7332a](2f7332a))
* Mobile-responsive header ([f6ca3d0](f6ca3d0))
* Standardize docs description format ([8ea1848](8ea1848))
* Switch to Open Sans; self-host fonts instead of use CDN ([66db017](66db017))
* Upgrade to @reduxjs/[email protected] ([fdaeec1](fdaeec1))
* Upgrade to Node 18 ([19440d7](19440d7))
* **web:** Close mobile header automatically when navigating to new page ([9c88758](9c88758))
* **web:** Increase mobile menu button size ([4bcb9af](4bcb9af))
  • Loading branch information
eg-oss-ci committed Oct 27, 2022
1 parent fd22f49 commit 3e5308b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.0](https://github.com/ExpediaGroup/parsec/compare/v2.0.0...v2.1.0) (2022-10-27)


### Features

* Add `docs` input source, start converting documentation ([949b946](https://github.com/ExpediaGroup/parsec/commit/949b946593eff824ac3ea3f24112dccb5469c193))
* Add remaining docs tokens ([2708a8b](https://github.com/ExpediaGroup/parsec/commit/2708a8bd565667ea8d74a5e0942e126af7ebdbe1))
* Reference sidebar content ([fd22f49](https://github.com/ExpediaGroup/parsec/commit/fd22f4995f1fb01a455aefd489c77e6d11147c1a))
* **web:** Redesign web site ([3a400f9](https://github.com/ExpediaGroup/parsec/commit/3a400f96226f79ecf2675a2afbc92a3e825379ef))
* **web:** Update home page, footer ([61a13fe](https://github.com/ExpediaGroup/parsec/commit/61a13fe5ff80030b4a19f8d2cb13644151615ecd))


### Bug Fixes

* Add `react-error-boundary` ([bf167a0](https://github.com/ExpediaGroup/parsec/commit/bf167a0fb602ac966d0342ea93274fbefbd64e95))
* Add Doc `key`, `typeKey`, and `subtypeKey` ([f05723c](https://github.com/ExpediaGroup/parsec/commit/f05723c2c18af2725e7e53e20d9e749c0d78ffc7))
* Document `input:docs` ([e3b5686](https://github.com/ExpediaGroup/parsec/commit/e3b5686801a844dd74db13c2ca19eb238ee609d6))
* Fix input statement description ([38b7d56](https://github.com/ExpediaGroup/parsec/commit/38b7d56b52107aa643f74ae606e4f95add05ed78))
* Fix mock input tests ([2f7332a](https://github.com/ExpediaGroup/parsec/commit/2f7332ab8f16552d82f73b95c38c8a873089e185))
* Mobile-responsive header ([f6ca3d0](https://github.com/ExpediaGroup/parsec/commit/f6ca3d0f4fda55f96f1f8e11b83bb3dd02ee08d9))
* Standardize docs description format ([8ea1848](https://github.com/ExpediaGroup/parsec/commit/8ea18480f7b331ee0e306ff5b5fcde81c4fa515b))
* Switch to Open Sans; self-host fonts instead of use CDN ([66db017](https://github.com/ExpediaGroup/parsec/commit/66db0179055df0a5f5d2c7254956907d2bb72c1f))
* Upgrade to @reduxjs/toolkit@1.8.0 ([fdaeec1](https://github.com/ExpediaGroup/parsec/commit/fdaeec10390d80b6d652f14c05b9dcfec4f13c83))
* Upgrade to Node 18 ([19440d7](https://github.com/ExpediaGroup/parsec/commit/19440d7a39e9606aef952d49ae77a9055d5696ab))
* **web:** Close mobile header automatically when navigating to new page ([9c88758](https://github.com/ExpediaGroup/parsec/commit/9c88758604885aac589fc88f0311fd915e7c5f78))
* **web:** Increase mobile menu button size ([4bcb9af](https://github.com/ExpediaGroup/parsec/commit/4bcb9af8dab9663695b0cf0a6db07c98991d3945))

## [2.0.0](https://github.com/ExpediaGroup/parsec/compare/v1.0.0...v2.0.0) (2022-03-06)


Expand Down

0 comments on commit 3e5308b

Please sign in to comment.