Skip to content

Commit 87923a3

Browse files
author
Nora Tarano
committed
v1.3.1
1 parent 65bfbb2 commit 87923a3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## v1.3.1
4+
- [Deps] Update hoist-non-react-statics to 3.3.0
5+
- [Deps] update `airbnb-prop-types`, `deepmerge`, `direction`, `hoist-non-react-statics`, `prop-types`
6+
- [Dev Deps] update `babel-plugin-transform-replace-object-assign`, `babel-preset-airbnb`, `chai-enzyme`, `enzyme-adapter-react-helper`, `eslint`, `eslint-config-airbnb`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`, `sinon`, `sinon-chai`, `sinon-sandbox`
7+
38
## v1.3.0
49
- [New] Add `AutoDirectionProvider` component for automatically detected direction.
510

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-with-direction",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Components to provide and consume RTL or LTR direction in React",
55
"author": "Yaniv Zimet <yaniv.zimet@airbnb.com>",
66
"repository": "airbnb/react-with-direction",

0 commit comments

Comments
 (0)