Skip to content

Commit

Permalink
chore: reformat CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho committed Jun 27, 2019
1 parent 5c7daab commit 0e543d6
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 82 deletions.
7 changes: 1 addition & 6 deletions packages/babel-plugin-react-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# [3.5.0](https://github.com/formatjs/formatjs/compare/[email protected]@3.5.0) (2019-06-27)


### Features

* **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))




- **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))

## [3.4.1](https://github.com/formatjs/formatjs/compare/[email protected]@3.4.1) (2019-06-26)

Expand Down
7 changes: 1 addition & 6 deletions packages/formatjs-extract-cldr-data/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# [9.2.0](https://github.com/formatjs/formatjs/compare/[email protected]@9.2.0) (2019-06-27)


### Features

* **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))




- **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))

## [9.1.1](https://github.com/formatjs/formatjs/compare/[email protected]@9.1.1) (2019-06-26)

Expand Down
11 changes: 1 addition & 10 deletions packages/intl-format-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

**Note:** Version bump only for package intl-format-cache





# [3.3.0](https://github.com/formatjs/formatjs/compare/[email protected]@3.3.0) (2019-06-27)


### Features

* **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))




- **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))

## [3.2.1](https://github.com/formatjs/formatjs/compare/[email protected]@3.2.1) (2019-06-26)

Expand Down
14 changes: 2 additions & 12 deletions packages/intl-locales-supported/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

## [1.3.1](https://github.com/formatjs/formatjs/compare/[email protected]@1.3.1) (2019-07-02)


### Bug Fixes

* **intl-locales-supported:** Fix license identifier ([#109](https://github.com/formatjs/formatjs/issues/109)) ([e50c762](https://github.com/formatjs/formatjs/commit/e50c762))




- **intl-locales-supported:** Fix license identifier ([#109](https://github.com/formatjs/formatjs/issues/109)) ([e50c762](https://github.com/formatjs/formatjs/commit/e50c762))

# [1.3.0](https://github.com/formatjs/formatjs/compare/[email protected]@1.3.0) (2019-06-27)


### Features

* **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))




- **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))

## [1.2.1](https://github.com/formatjs/formatjs/compare/[email protected]@1.2.1) (2019-06-26)

Expand Down
8 changes: 4 additions & 4 deletions packages/intl-locales-supported/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ const localesMyAppSupports = [
if (!areIntlLocalesSupported(localesMyAppSupports)) {
// `Intl` exists, but it doesn't have the data we need, so load the
// polyfill and replace the constructors we need with the polyfill's.
require('intl-pluralrules')
require('@formatjs/intl-relativetimeformat/polyfill')
require('@formatjs/intl-relativetimeformat/dist/locale-data/de') // Load de
require('intl-pluralrules');
require('@formatjs/intl-relativetimeformat/polyfill');
require('@formatjs/intl-relativetimeformat/dist/locale-data/de'); // Load de
}
```

## License

This software is free to use under the Yahoo! Inc. BSD license.
See the [LICENSE file](https://github.com/formatjs/formatjs/blob/master/packages/intl-locales-supported/LICENSE) for license text and copyright information.
See the [LICENSE file](https://github.com/formatjs/formatjs/blob/master/packages/intl-locales-supported/LICENSE) for license text and copyright information.
7 changes: 1 addition & 6 deletions packages/intl-messageformat-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# [1.8.0](https://github.com/formatjs/formatjs/compare/[email protected]@1.8.0) (2019-06-27)


### Features

* **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))




- **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))

## [1.7.1](https://github.com/formatjs/formatjs/compare/[email protected]@1.7.1) (2019-06-26)

Expand Down
7 changes: 1 addition & 6 deletions packages/intl-messageformat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# [4.3.0](https://github.com/formatjs/formatjs/compare/[email protected]@4.3.0) (2019-06-27)


### Features

* **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))




- **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))

## [4.2.1](https://github.com/formatjs/formatjs/compare/[email protected]@4.2.1) (2019-06-26)

Expand Down
11 changes: 1 addition & 10 deletions packages/intl-relativeformat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

**Note:** Version bump only for package intl-relativeformat





# [6.4.0](https://github.com/formatjs/formatjs/compare/[email protected]@6.4.0) (2019-06-27)


### Features

* **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))




- **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))

## [6.3.1](https://github.com/formatjs/formatjs/compare/[email protected]@6.3.1) (2019-06-26)

Expand Down
14 changes: 2 additions & 12 deletions packages/intl-relativetimeformat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

## [2.3.1](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2019-07-02)


### Bug Fixes

* **@formatjs/intl-relativetimeformat:** fix polyfill import ([#110](https://github.com/formatjs/formatjs/issues/110)) ([3adffc8](https://github.com/formatjs/formatjs/commit/3adffc8))




- **@formatjs/intl-relativetimeformat:** fix polyfill import ([#110](https://github.com/formatjs/formatjs/issues/110)) ([3adffc8](https://github.com/formatjs/formatjs/commit/3adffc8))

# [2.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2019-06-27)


### Features

* **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))




- **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))

# [2.2.0](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2019-06-26)

Expand Down
11 changes: 1 addition & 10 deletions packages/intl-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

**Note:** Version bump only for package @formatjs/intl-utils





# [0.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2019-06-27)


### Features

* **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))




- **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))

## [0.2.1](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2019-06-26)

Expand Down

0 comments on commit 0e543d6

Please sign in to comment.