Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMusgrave committed Feb 28, 2019
1 parent 33f991c commit 50ec027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f
- Add lodash to `create-react-app` example ([#1010](https://github.com/Shopify/polaris-react/pull/1010))
- Update `create-react-app` example dependencies ([#1010](https://github.com/Shopify/polaris-react/pull/1010))
- Replace all occurrences of `_.capitalize` with a custom `capitalize` function ([#1015](https://github.com/Shopify/polaris-react/pull/1015))
- Replace all occurrences of `_.get` with a custom `get` function ([#1013](https://github.com/Shopify/polaris-react/pull/1013))

### Deprecations
2 changes: 1 addition & 1 deletion src/components/AppProvider/utilities/Intl/Intl.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import merge from 'lodash/merge';
import {autobind} from '@shopify/javascript-utilities/decorators';
import get from '../../../../utilities/get';
import {get} from '../../../../utilities/get';
import defaultTranslation from '../../../../locales';
import {
TranslationDictionary,
Expand Down

0 comments on commit 50ec027

Please sign in to comment.