Skip to content

Commit

Permalink
rebuild & bump version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
porksteak committed Jan 6, 2021
1 parent 38281d2 commit c3205a6
Show file tree
Hide file tree
Showing 8 changed files with 124 additions and 84 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.4
add dialogOptions in static dialog method
change some style

## 1.0.3
change package name
change gulp-uglify to gulp-terser
Expand All @@ -15,4 +19,4 @@
add closeAll static method

## 1.0.0
release
release
2 changes: 1 addition & 1 deletion dist/dialogify.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dialogify.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/dialogify.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/dialogify.min.js.map

Large diffs are not rendered by default.

184 changes: 110 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oneup_network/dialogify",
"version": "1.0.3",
"version": "1.0.4",
"description": "A javascript plugin for creating dialog/lightbox, implements with HTMLDialogElement.",
"repository": {
"type": "git",
Expand All @@ -11,10 +11,10 @@
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.0",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^2.1.0",
"gulp-sass": "^4.0.2",
"gulp-file-include": "^2.3.0",
"gulp-sass": "^4.1.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.2.0"
"gulp-terser": "^1.4.1"
}
}
Loading

0 comments on commit c3205a6

Please sign in to comment.