Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMusgrave committed Mar 5, 2019
1 parent 0a296cf commit e365b71
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 @@ -48,5 +48,6 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f
- 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 `_.isObject` with a custom `isObject` function ([#1011](https://github.com/Shopify/polaris-react/pull/1011))
- 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 e365b71

Please sign in to comment.