Skip to content

Commit 0ae03e6

Browse files
committed
built new js assets and bumped js version to 1.3.0
1 parent 7d2056c commit 0ae03e6

8 files changed

+9
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matestack-ui-core",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"main": "app/javascript/matestack-ui-core",
55
"private": true,
66
"dependencies": {

vendor/assets/javascripts/dist/manifest.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@
22
"entrypoints": {
33
"matestack-ui-core": {
44
"css": [
5-
"/dist/matestack-ui-core.css"
5+
"/dist/matestack-ui-core.min.css"
66
],
77
"js": [
8-
"/dist/matestack-ui-core.js"
9-
],
10-
"css.map": [
11-
"/dist/matestack-ui-core.css.map"
8+
"/dist/matestack-ui-core.min.js"
129
],
1310
"js.map": [
14-
"/dist/matestack-ui-core.js.map"
11+
"/dist/matestack-ui-core.min.js.map"
1512
]
1613
}
1714
},
18-
"matestack-ui-core.css": "/dist/matestack-ui-core.css",
19-
"matestack-ui-core.css.map": "/dist/matestack-ui-core.css.map",
20-
"matestack-ui-core.js": "/dist/matestack-ui-core.js",
21-
"matestack-ui-core.js.map": "/dist/matestack-ui-core.js.map"
15+
"matestack-ui-core.css": "/dist/matestack-ui-core.min.css",
16+
"matestack-ui-core.js": "/dist/matestack-ui-core.min.js",
17+
"matestack-ui-core.js.map": "/dist/matestack-ui-core.min.js.map"
2218
}

vendor/assets/javascripts/dist/matestack-ui-core.min.js

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

vendor/assets/javascripts/dist/matestack-ui-core.min.js.map

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

0 commit comments

Comments
 (0)