From 53f8b5b67833f7354127c98e30c5680524efec80 Mon Sep 17 00:00:00 2001 From: Bram Smulders Date: Mon, 16 May 2022 14:29:02 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34df581..a01f7d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 5.5.1 - 16-may-2022 + +- Added `button`, `input`, `select` & `textarea` to margin in `_reset.scss` + ## 5.5.0 - 10-may-2022 - Removed `o-layout` block axis gaps with native row-gap property diff --git a/package-lock.json b/package-lock.json index 5207905..bf278c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@supple-kit/supple-css", - "version": "5.5.0", + "version": "5.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@supple-kit/supple-css", - "version": "5.5.0", + "version": "5.5.1", "funding": [ { "type": "github", diff --git a/package.json b/package.json index e727a12..97c509c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@supple-kit/supple-css", - "version": "5.5.0", + "version": "5.5.1", "description": "Reliable and testable Sass framework. Fluid, Variable, supple if you will", "main": "index.scss", "repository": "https://github.com/supple-kit/supple-css.git",