From a4e0d64bd20e199961919c3d51281d05ee064e22 Mon Sep 17 00:00:00 2001 From: AssisrMatheus Date: Thu, 25 Feb 2021 15:17:01 -0300 Subject: [PATCH] build: bumping version --- CHANGELOG.md | 12 ++++++++++-- package.json | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc9b4c6..f0f2bff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,14 +17,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### **Breaking changes** +### Changes + +### Added + +### Fixed + +## [1.1.7] - 2021-02-25 + +### **Breaking changes** + - Icon class `pui-absolute-icon` now needs a pseudo element suffix `-after` or `-before` ### Changes - Icons now works regardless of pseudo element -### Added - ### Fixed - On useAutocomplete, removed a place where the onChange method shouldn't get called. Or else the input itself would fill its contents with the selection diff --git a/package.json b/package.json index 738f0fe..fbe5991 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@perimetre/ui", "description": "A component library made by @perimetre", - "version": "1.1.6", + "version": "1.1.7", "repository": { "type": "git", "url": "git+https://github.com/perimetre/ui.git"