Skip to content

Commit

Permalink
build: bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
AssisrMatheus committed Feb 25, 2021
1 parent e03ca90 commit a4e0d64
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit a4e0d64

Please sign in to comment.