Skip to content

Commit c0b7abe

Browse files
committed
Reactium v4.1.4
1 parent 61da793 commit c0b7abe

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.core/reactium-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const globby = require('./globby-patch');
44
const rootPath = path.resolve(__dirname, '..');
55
const gulpConfig = require('./gulp.config');
66

7-
const version = '4.1.3';
7+
const version = '4.1.4';
88

99
const defaultLibraryExternals = {
1010
axios: {

apidoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.1.3",
2+
"version": "4.1.4",
33
"description": "Reactium SDK",
44
"title": "Reactium SDK"
55
}

docs/api_project.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
define({
22
"name": "reactium",
3-
"version": "4.1.3",
3+
"version": "4.1.4",
44
"description": "Reactium SDK",
55
"title": "Reactium SDK",
66
"sampleUrl": false,
77
"defaultVersion": "0.0.0",
88
"apidoc": "0.3.0",
99
"generator": {
1010
"name": "apidoc",
11-
"time": "2021-07-01T21:39:26.505Z",
11+
"time": "2021-07-17T01:45:24.214Z",
1212
"url": "https://apidocjs.com",
1313
"version": "0.25.0"
1414
}

docs/api_project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "reactium",
3-
"version": "4.1.3",
3+
"version": "4.1.4",
44
"description": "Reactium SDK",
55
"title": "Reactium SDK",
66
"sampleUrl": false,
77
"defaultVersion": "0.0.0",
88
"apidoc": "0.3.0",
99
"generator": {
1010
"name": "apidoc",
11-
"time": "2021-07-01T21:39:26.505Z",
11+
"time": "2021-07-17T01:45:24.214Z",
1212
"url": "https://apidocjs.com",
1313
"version": "0.25.0"
1414
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactium",
3-
"version": "4.1.3",
3+
"version": "4.1.4",
44
"description": "A framework for creating React + Redux apps using the domain driven design (DDD) paradigm.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)