Skip to content

Commit

Permalink
Merge branch 'release/0.6.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Dominiak committed Sep 24, 2020
2 parents c812042 + 3c21805 commit 09c4cd4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.6.1] - 2020-09-24
### Updated
- Yarn lock file

## [0.6.0] - 2020-09-24
### Removed
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-snap.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-snap",
"version": "0.6.0",
"version": "0.6.1",
"description": "Lightweight Carousel based on CSS Scroll Snap",
"main": "dist/vue-snap.umd.js",
"module": "dist/vue-snap.esm.js",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11220,10 +11220,10 @@ schema-utils@^2.6.5, schema-utils@^2.6.6, schema-utils@^2.7.0, schema-utils@^2.7
ajv "^6.12.4"
ajv-keywords "^3.5.2"

seamless-scroll-polyfill@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/seamless-scroll-polyfill/-/seamless-scroll-polyfill-1.2.1.tgz#5ab9bb7ad511f008b0b6f8c3b10efaaec77fa160"
integrity sha512-NtHiRs7m0b9GdRBsWONVvDfVEsvzgvlhlvC0576PCA4+i78CsjhpmLz7/YQxZifnlLFI6bMElel87lNE9JfywA==
seamless-scroll-polyfill@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/seamless-scroll-polyfill/-/seamless-scroll-polyfill-1.2.2.tgz#16a5c7fd3f1682ddaf1ba967e36d4001ee2baf70"
integrity sha512-FW+rj6PKDYHGP7c7M26+/ZE8baebU6ai4S861dU3WTp9tDnxc7pEqDCjGe45WClRQP3g4SMFUaPECz0vwLeyWw==

section-matter@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit 09c4cd4

Please sign in to comment.