Skip to content

Commit 4b7bc43

Browse files
committed
skip: create 1.4.1 tag from 1.4.1-rc
1 parent 4c38e68 commit 4b7bc43

34 files changed

+36
-39
lines changed

.gitignore

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@ node_modules/
22
bower_components/
33
sample/
44
.DS_Store
5-
report/
6-
temp/
7-
doc/
8-
dist/
9-
.idea/
10-
_site/
5+
report
6+
temp
117
*.log
128
*.iml
139
browserstack-run.pid
1410
config/browertstack.config.json
11+
.idea/

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egjs",
3-
"version": "1.4.1-rc",
3+
"version": "1.4.1",
44
"description": "Set of UI interactions, effects and utilities components library.",
55
"authors": [
66
"NAVER corp"

dist/eg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* http://naver.github.io/egjs
88
*
99
* @version 1.4.1
10-
* @SHA-1 76fc44a (1.4.1-rc)
10+
* @SHA-1 e09d135 (1.4.1-rc)
1111
*/
1212
"use strict";
1313
/**

dist/eg.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.

dist/pkgd/eg.pkgd.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.

dist/pkgd/flicking.pkgd.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.

dist/pkgd/infiniteGrid.pkgd.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.

doc/$.persist.isNeeded.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ <h3>Example</h3>
705705

706706

707707
<footer>
708-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Fri Dec 16 2016 16:11:36 GMT+0900 (KST)
708+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Fri Dec 16 2016 16:39:19 GMT+0900 (KST)
709709
</footer>
710710
</div>
711711
</div>

doc/class.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ <h1 class="page-title" data-filename="class.js.html">Source: class.js</h1>
669669

670670

671671
<footer>
672-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Fri Dec 16 2016 16:11:36 GMT+0900 (KST)
672+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Fri Dec 16 2016 16:39:16 GMT+0900 (KST)
673673
</footer>
674674
</div>
675675
</div>

doc/component.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ <h1 class="page-title" data-filename="component.js.html">Source: component.js</h
794794

795795

796796
<footer>
797-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Fri Dec 16 2016 16:11:36 GMT+0900 (KST)
797+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Fri Dec 16 2016 16:39:17 GMT+0900 (KST)
798798
</footer>
799799
</div>
800800
</div>

0 commit comments

Comments
 (0)