Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit c00098a

Browse files
committed
Create production assets
2 parents c8ffbe3 + cf5b7de commit c00098a

File tree

17 files changed

+268
-9083
lines changed

17 files changed

+268
-9083
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
/vendor
66
composer.lock
77
package-lock.json
8+
yarn.lock

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to `Shopper` will be documented in this file.
44

5+
## version 1.1.3
6+
- Security release
7+
8+
## Changed
9+
- Load custom css and js to admin dashboard
10+
- Update jQuery version
11+
512
## Version 1.1.2
613
### Changed
714
- Return index Lists of Model by last created

package-lock.json

Lines changed: 0 additions & 8941 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"bootstrap-tagsinput": "^0.7",
1717
"element-react": "^1.4.24",
1818
"element-theme-default": "^1.4.13",
19-
"jquery": "^3.3.1",
19+
"jquery": ">=3.4.0",
2020
"lang.js": "^1.1.14",
2121
"laravel-file-manager": "^2.1.4",
2222
"laravel-mix": "^4.0.7",

public/css/login.css

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

public/css/login.css.map

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/login.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.

public/js/shopper.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.

public/js/shopper.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.

public/mix-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"/js/login.js": "/js/login.js?id=4582565fbd468d95e68e",
3-
"/css/login.css": "/css/login.css?id=d5210ae8b9e982a48aa2",
2+
"/js/login.js": "/js/login.js?id=0ead881a9e848c53d468",
3+
"/css/login.css": "/css/login.css?id=bcece9b51815964b959b",
44
"/css/shopper.css": "/css/shopper.css?id=09fa142477d7a67721b5",
5-
"/js/shopper.js": "/js/shopper.js?id=63751ae37466661da603"
5+
"/js/shopper.js": "/js/shopper.js?id=61bf2cbd50dbd9af26a3"
66
}

0 commit comments

Comments
 (0)