Skip to content

Commit

Permalink
Release 3.0.0 (#193)
Browse files Browse the repository at this point in the history
* release 3.0.0

* 3.0.0
  • Loading branch information
mrdaniellewis authored Nov 26, 2024
1 parent b60efc4 commit 9b2bd80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log

## 3.0.0-rc.1
## 3.0.0

- Updates SASS from @import to @use to fix deprecation warnings (potentially breaking)
- Updates SASS to fix mixed declaration errors
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@citizensadvice/react-combo-boxes",
"version": "3.0.0-rc.1",
"version": "3.0.0",
"description": "A combo box implementations in React",
"license": "ISC",
"author": "Daniel Lewis",
Expand Down

0 comments on commit 9b2bd80

Please sign in to comment.