Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Freisler committed Feb 20, 2020
1 parent 6da203f commit 5cd157d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file. Click on the version number to see detailed file comparison.
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.1.0](https://github.com/phrase/react-intl-phraseapp/compare/v1.0.0...v2.1.0) (2020-02-20)


### Features

* add back binding for functions within injectIntl ([c50d009](https://github.com/phrase/react-intl-phraseapp/commit/c50d0093441472ad9d037198f22ac4ac589c382d))

## [2.0.0](https://github.com/phrase/react-intl-phraseapp/compare/v1.0.0...v2.0.0) (2020-02-13)

### ⚠ BREAKING CHANGES

* remove unnecessary `state` property and `error` prop ([#39](https://github.com/phrase/react-intl-phraseapp/pull/39)) ([2c03b1b](https://github.com/phrase/react-intl-phraseapp/commit/2c03b1b041e398775e52d57378546557e38a4f81))
* add support for `react-intl@>=3.0.0`! Please follow [upgrade guide](https://github.com/formatjs/react-intl/blob/master/docs/Upgrade-Guide.md) to make your app compatible (especially the ["Breaking API Changes" section](https://github.com/formatjs/react-intl/blob/master/docs/Upgrade-Guide.md#breaking-api-changes)) ([#36](https://github.com/phrase/react-intl-phraseapp/pull/36)) ([031645a](https://github.com/phrase/react-intl-phraseapp/commit/031645aba94ae8fb8ebe1e5ec3dd7d7c390805d7))
* add support for `react-intl@>=3.0.0`! Please follow [upgrade guide](https://github.com/formatjs/react-intl/blob/master/docs/Upgrade-Guide.md) to make your app compatible (especially the ["Breaking API Changes" section](https://github.com/formatjs/react-intl/blob/master/docs/Upgrade-Guide.md#breaking-api-changes)) ([#36](https://github.com/phrase/react-intl-phraseapp/pull/36)) ([3fb9c26](https://github.com/phrase/react-intl-phraseapp/commit/3fb9c2612ba164824144bcc08cb4809aae1039a1))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-intl-phraseapp",
"version": "2.0.0",
"version": "2.1.0",
"description": "The In-Context-Editor for react using react-intl",
"main": "dist/react-intl-phraseapp.js",
"typings": "./dist/index.d.ts",
Expand Down

0 comments on commit 5cd157d

Please sign in to comment.