Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.

Commit f7f8ddb

Browse files
committed
1 parent 89a96a3 commit f7f8ddb

File tree

5 files changed

+25
-3
lines changed

5 files changed

+25
-3
lines changed

packages/eslint-plugin-formatjs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.6.0](https://github.com/formatjs/formatjs/compare/[email protected]@1.6.0) (2020-03-01)
7+
8+
9+
### Features
10+
11+
* **eslint-plugin-formatjs:** add support for defaultMessage ([#524](https://github.com/formatjs/formatjs/issues/524)) ([63742d6](https://github.com/formatjs/formatjs/commit/63742d697732f2e88176c8f310f89bf65c2f9576))
12+
13+
14+
15+
16+
617
## [1.5.11](https://github.com/formatjs/formatjs/compare/[email protected]@1.5.11) (2020-01-27)
718

819
**Note:** Version bump only for package eslint-plugin-formatjs

packages/eslint-plugin-formatjs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/eslint-plugin-formatjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-formatjs",
3-
"version": "1.5.11",
3+
"version": "1.6.0",
44
"description": "ESLint plugin for formatjs",
55
"main": "dist/index.js",
66
"files": [

packages/intl-displaynames/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-03-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **@formatjs/intl-displaynames:** minify locale data JS in dist folder ([89a96a3](https://github.com/formatjs/formatjs/commit/89a96a359f095d462bc00a380e3b2e9984bb00dc))
12+
13+
14+
15+
16+
617
# [1.2.0](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-02-02)
718

819

packages/intl-displaynames/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formatjs/intl-displaynames",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Polyfill for: https://tc39.es/proposal-intl-displaynames",
55
"keywords": [
66
"i18n",

0 commit comments

Comments
 (0)