From 7c031bf2c8cea1e4b61da3728e0131e97c85e305 Mon Sep 17 00:00:00 2001 From: Bram Smulders Date: Tue, 10 May 2022 10:52:49 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ff733a..34df581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## 5.5.0 - 10-may-2022 + +- Removed `o-layout` block axis gaps with native row-gap property +- General housekeeping, package update + ## 5.4.0 - 11-february-2022 - Fixed a bug where `responsive.lock` didn't work on any root element. diff --git a/package-lock.json b/package-lock.json index 43d2e96..5207905 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@supple-kit/supple-css", - "version": "5.4.0", + "version": "5.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@supple-kit/supple-css", - "version": "5.4.0", + "version": "5.5.0", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 2a729a5..e727a12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@supple-kit/supple-css", - "version": "5.4.0", + "version": "5.5.0", "description": "Reliable and testable Sass framework. Fluid, Variable, supple if you will", "main": "index.scss", "repository": "https://github.com/supple-kit/supple-css.git",