Skip to content

Commit 2809217

Browse files
committed
v4.0.5
1 parent 4396365 commit 2809217

File tree

8 files changed

+42
-4
lines changed

8 files changed

+42
-4
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+
## [4.0.5](https://github.com/smooth-code/loadable-components/compare/v4.0.4...v4.0.5) (2018-11-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **server:** fix getScriptElements ([ba424e0](https://github.com/smooth-code/loadable-components/commit/ba424e0))
12+
13+
14+
15+
16+
617
## [4.0.4](https://github.com/smooth-code/loadable-components/compare/v4.0.3...v4.0.4) (2018-10-31)
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": "4.0.4",
6+
"version": "4.0.5",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

packages/babel-plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [4.0.5](https://github.com/smooth-code/loadable-components/compare/v4.0.4...v4.0.5) (2018-11-01)
7+
8+
**Note:** Version bump only for package @loadable/babel-plugin
9+
10+
11+
12+
13+
614
## [4.0.3](https://github.com/smooth-code/loadable-components/compare/v4.0.2...v4.0.3) (2018-10-31)
715

816

packages/babel-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@loadable/babel-plugin",
33
"description": "Babel plugin for loadable (required for SSR).",
4-
"version": "4.0.3",
4+
"version": "4.0.5",
55
"main": "lib/index.js",
66
"repository": "[email protected]:smooth-code/loadable-components.git",
77
"author": "Greg Bergé <[email protected]>",

packages/server/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+
## [4.0.5](https://github.com/smooth-code/loadable-components/compare/v4.0.4...v4.0.5) (2018-11-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **server:** fix getScriptElements ([ba424e0](https://github.com/smooth-code/loadable-components/commit/ba424e0))
12+
13+
14+
15+
16+
617
## [4.0.4](https://github.com/smooth-code/loadable-components/compare/v4.0.3...v4.0.4) (2018-10-31)
718

819

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@loadable/server",
33
"description": "Server utilities for loadable.",
4-
"version": "4.0.4",
4+
"version": "4.0.5",
55
"main": "lib/index.js",
66
"repository": "[email protected]:smooth-code/loadable-components.git",
77
"author": "Greg Bergé <[email protected]>",

packages/webpack-plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [4.0.5](https://github.com/smooth-code/loadable-components/compare/v4.0.4...v4.0.5) (2018-11-01)
7+
8+
**Note:** Version bump only for package @loadable/webpack-plugin
9+
10+
11+
12+
13+
614
## [4.0.4](https://github.com/smooth-code/loadable-components/compare/v4.0.3...v4.0.4) (2018-10-31)
715

816

packages/webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@loadable/webpack-plugin",
33
"description": "Webpack plugin for loadable (required for SSR).",
4-
"version": "4.0.4",
4+
"version": "4.0.5",
55
"main": "lib/index.js",
66
"repository": "[email protected]:smooth-code/loadable-components.git",
77
"author": "Greg Bergé <[email protected]>",

0 commit comments

Comments
 (0)