From 4a76ae2891c69ded6a3fce0eff775687b108f071 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 4 Feb 2019 17:56:16 -0600 Subject: [PATCH] build(release): 1.2.15 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19f2089..56158a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [1.2.15](https://github.com/nmsmith22389/vuetify-scss/compare/v1.2.14...v1.2.15) (2019-02-04) + + +### Bug Fixes + +* **vuetify:** updated styles to match vuetify@v1.3.13 ([4da0688](https://github.com/nmsmith22389/vuetify-scss/commit/4da0688)) + + + ## [1.2.14](https://github.com/nmsmith22389/vuetify-scss/compare/v1.2.13...v1.2.14) (2019-02-04) diff --git a/package-lock.json b/package-lock.json index 371a39a..a92c9a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vuetify-scss", - "version": "1.2.14", + "version": "1.2.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b810ab3..4a588b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuetify-scss", - "version": "1.2.14", + "version": "1.2.15", "description": "All of the Vuetify styles converted into Sass. No more Stylus!", "main": "main.scss", "style": "main.scss",