Skip to content

Commit aa6b3f7

Browse files
committed
v5.1.2
1 parent 12b2ef2 commit aa6b3f7

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

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+
## [5.1.2](https://github.com/smooth-code/loadable-components/compare/v5.1.1...v5.1.2) (2018-11-13)
7+
8+
9+
### Bug Fixes
10+
11+
* fix ref handler in `loadable.lib` ([da05d87](https://github.com/smooth-code/loadable-components/commit/da05d87))
12+
13+
14+
15+
16+
617
## [5.1.1](https://github.com/smooth-code/loadable-components/compare/v5.1.0...v5.1.1) (2018-11-13)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "5.1.1",
6+
"version": "5.1.2",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

packages/component/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+
## [5.1.2](https://github.com/smooth-code/loadable-components/compare/v5.1.1...v5.1.2) (2018-11-13)
7+
8+
9+
### Bug Fixes
10+
11+
* fix ref handler in `loadable.lib` ([da05d87](https://github.com/smooth-code/loadable-components/commit/da05d87))
12+
13+
14+
15+
16+
617
# [5.0.0](https://github.com/smooth-code/loadable-components/compare/v4.0.5...v5.0.0) (2018-11-10)
718

819

packages/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@loadable/component",
33
"description": "React code splitting made easy.",
4-
"version": "5.0.1",
4+
"version": "5.1.2",
55
"main": "dist/loadable.cjs.js",
66
"module": "dist/loadable.es.js",
77
"jsnext:main": "dist/loadable.es.js",

0 commit comments

Comments
 (0)