Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgalus committed Apr 29, 2020
1 parent 3a55eb9 commit ebde97e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"test",
"tests"
],
"version": "1.2.2"
"version": "1.3.0"
}
4 changes: 2 additions & 2 deletions dist/sticky.compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
* Sticky.js
* Library for sticky elements written in vanilla javascript. With this library you can easily set sticky elements on your website. It's also responsive.
*
* @version 1.2.2
* @version 1.3.0
* @author Rafal Galus <[email protected]>
* @website https://rgalus.github.io/sticky-js/
* @repo https://github.com/rgalus/sticky-js
Expand All @@ -29,7 +29,7 @@ var Sticky = /*#__PURE__*/function () {

this.selector = selector;
this.elements = [];
this.version = '1.2.2';
this.version = '1.3.0';
this.vp = this.getViewportSize();
this.body = document.querySelector('body');
this.options = {
Expand Down
2 changes: 1 addition & 1 deletion dist/sticky.min.js

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

Binary file modified dist/sticky.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sticky-js",
"version": "1.2.2",
"version": "1.3.0",
"description": "Sticky elements",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/sticky.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Sticky.js
* Library for sticky elements written in vanilla javascript. With this library you can easily set sticky elements on your website. It's also responsive.
*
* @version 1.2.2
* @version 1.3.0
* @author Rafal Galus <[email protected]>
* @website https://rgalus.github.io/sticky-js/
* @repo https://github.com/rgalus/sticky-js
Expand All @@ -21,7 +21,7 @@ class Sticky {
this.selector = selector;
this.elements = [];

this.version = '1.2.2';
this.version = '1.3.0';

this.vp = this.getViewportSize();
this.body = document.querySelector('body');
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ assign-symbols@^1.0.0:
resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=

async-done@^1.2.0, async-done@^1.2.2:
async-done@^1.2.0, async-done@^1.3.0:
version "1.3.2"
resolved "https://registry.yarnpkg.com/async-done/-/async-done-1.3.2.tgz#5e15aa729962a4b07414f528a88cdf18e0b290a2"
integrity sha512-uYkTP8dw2og1tu1nmza1n1CMW0qb8gWWlwqMmLb7MhBVs4BXrFziT6HXUd+/RlRA/i4H9AkofYloUbs1fwMqlw==
Expand Down Expand Up @@ -1049,7 +1049,7 @@ async-settle@^1.0.0:
resolved "https://registry.yarnpkg.com/async-settle/-/async-settle-1.0.0.tgz#1d0a914bb02575bec8a8f3a74e5080f72b2c0c6b"
integrity sha1-HQqRS7Aldb7IqPOnTlCA9yssDGs=
dependencies:
async-done "^1.2.2"
async-done "^1.3.0"

[email protected]:
version "1.5.2"
Expand Down Expand Up @@ -1087,7 +1087,7 @@ bach@^1.0.0:
array-each "^1.0.0"
array-initial "^1.0.0"
array-last "^1.1.1"
async-done "^1.2.2"
async-done "^1.3.0"
async-settle "^1.0.0"
now-and-later "^2.0.0"

Expand Down Expand Up @@ -3003,8 +3003,8 @@ make-dir@^2.0.0, make-dir@^2.1.0:
semver "^5.6.0"

make-error-cause@^1.1.1:
version "1.2.2"
resolved "https://registry.yarnpkg.com/make-error-cause/-/make-error-cause-1.2.2.tgz#df0388fcd0b37816dff0a5fb8108939777dcbc9d"
version "1.3.0"
resolved "https://registry.yarnpkg.com/make-error-cause/-/make-error-cause-1.3.0.tgz#df0388fcd0b37816dff0a5fb8108939777dcbc9d"
integrity sha1-3wOI/NCzeBbf8KX7gQiTl3fcvJ0=
dependencies:
make-error "^1.2.0"
Expand Down

0 comments on commit ebde97e

Please sign in to comment.