From 2f852c7fbcd56731ca4b2ad16ff8a0b6a9ebc282 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 7 Feb 2022 16:05:47 +0000 Subject: [PATCH] release: 1.0.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a06bb5..dc38e02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/chialab/cells/compare/v1.0.0...v1.0.1) (2022-02-07) + + +### Bug Fixes + +* overlay scrollbar for tight vw calculation ([8c22590](https://github.com/chialab/cells/commit/8c225901c78ce9a1c4beaedd6153214dc049a517)) + # 1.0.0 (2022-02-07) diff --git a/package.json b/package.json index 07df1c6..368ed76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chialab/cells", - "version": "1.0.0", + "version": "1.0.1", "description": "A strongly opinionated modular utility-first CSS library.", "author": "Chialab (https://www.chialab.it)", "style": "lib/index.css",