Skip to content

Commit b543581

Browse files
committed
Reactium v4.1.2
@atomic-reactor/reactium-service-worker@1.0.1
1 parent ff3371a commit b543581

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
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.1';
7+
const version = '4.1.2';
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.1",
2+
"version": "4.1.2",
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.1",
3+
"version": "4.1.2",
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-01T00:22:35.145Z",
11+
"time": "2021-07-01T20:25:22.923Z",
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.1",
3+
"version": "4.1.2",
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-01T00:22:35.145Z",
11+
"time": "2021-07-01T20:25:22.923Z",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactium",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"description": "A framework for creating React + Redux apps using the domain driven design (DDD) paradigm.",
55
"main": "index.js",
66
"scripts": {
@@ -188,6 +188,6 @@
188188
"@atomic-reactor/reactium-role": "1.0.0",
189189
"@atomic-reactor/reactium-user": "1.0.1",
190190
"@atomic-reactor/reactium-setting": "1.0.0",
191-
"@atomic-reactor/reactium-service-worker": "1.0.0"
191+
"@atomic-reactor/reactium-service-worker": "1.0.1"
192192
}
193193
}

0 commit comments

Comments
 (0)