Skip to content

Commit

Permalink
Bump version (8.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoespeon committed Apr 14, 2023
1 parent a345934 commit 715d966
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.0.0] - 2023-04-13 - Let It Go 🏔️

### Breaking Changes

The following refactorings were removed from Abracadabra (until re-implemented):

- Extract Class
- Convert to Pure Component (React)

Why? There are causing trouble that aren't worth it ([see detailed ADR][adr-0013]).

## [7.1.1]

No user-visible change. Mostly dependencies upgrades.
Expand Down Expand Up @@ -1753,7 +1764,8 @@ function doSomething(someData) {

</details>

[unreleased]: https://github.com/nicoespeon/abracadabra/compare/7.1.1...HEAD
[unreleased]: https://github.com/nicoespeon/abracadabra/compare/8.0.0...HEAD
[8.0.0]: https://github.com/nicoespeon/abracadabra/compare/7.1.1...8.0.0
[7.1.1]: https://github.com/nicoespeon/abracadabra/compare/7.1.0...7.1.1
[7.1.0]: https://github.com/nicoespeon/abracadabra/compare/7.0.0...7.1.0
[7.0.0]: https://github.com/nicoespeon/abracadabra/compare/6.19.0...7.0.0
Expand Down Expand Up @@ -1860,3 +1872,4 @@ function doSomething(someData) {

[guard-clause]: https://deviq.com/guard-clause/
[adr-0008]: https://github.com/nicoespeon/abracadabra/blob/main/docs/adr/0008-don-t-propose-quick-fix-for-react-convert-to-pure-component.md
[adr-0013]: https://github.com/nicoespeon/abracadabra/blob/main/docs/adr/0013-remove-extract-class-and-convert-to-pure-component-refactorings.md
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abracadabra",
"version": "7.1.1",
"version": "8.0.0",
"displayName": "Abracadabra, refactor this!",
"publisher": "nicoespeon",
"description": "Automated refactorings for VS Code, in JavaScript and TypeScript.",
Expand Down

0 comments on commit 715d966

Please sign in to comment.