Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.3.2...v5.0.0) (2022-12-03)

### Bug Fixes

* **depedencies:** update all dependencies ([57da3b5](57da3b5))
* **dependencies:** update dependencies (some time ago!) ([90cb96b](90cb96b))
* **example:** fix up example to use updated crossword component ([5b08cab](5b08cab))
* fix one lingering typescript error ([1a2af83](1a2af83))
* missed saving one file! ([9430ea3](9430ea3))

### BREAKING CHANGES

* **depedencies:** Now requires React >=18.2.0 and Node >= 18.7.0
  • Loading branch information
semantic-release-bot committed Dec 3, 2022
1 parent a91e262 commit 451c906
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [5.0.0](https://github.com/JaredReisinger/react-crossword/compare/v4.3.2...v5.0.0) (2022-12-03)


### Bug Fixes

* **depedencies:** update all dependencies ([57da3b5](https://github.com/JaredReisinger/react-crossword/commit/57da3b55903ad94ed2034dd7e8b23608bb8189d9))
* **dependencies:** update dependencies (some time ago!) ([90cb96b](https://github.com/JaredReisinger/react-crossword/commit/90cb96b0bffaeeaa92b455a65c5f64d3d7e0f224))
* **example:** fix up example to use updated crossword component ([5b08cab](https://github.com/JaredReisinger/react-crossword/commit/5b08cab8edccc4c022b774b0060a2ce945e737c3))
* fix one lingering typescript error ([1a2af83](https://github.com/JaredReisinger/react-crossword/commit/1a2af83107fdc7b5d06c1d659ca626354e9d7692))
* missed saving one file! ([9430ea3](https://github.com/JaredReisinger/react-crossword/commit/9430ea3ca82d716b3e778601a828e01fa805661d))


### BREAKING CHANGES

* **depedencies:** Now requires React >=18.2.0 and Node >= 18.7.0

## [4.3.2](https://github.com/JaredReisinger/react-crossword/compare/v4.3.1...v4.3.2) (2022-03-10)


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,7 +1,7 @@
{
"name": "@jaredreisinger/react-crossword",
"homepage": "https://react-crossword.jaredreisinger.com",
"version": "4.3.2",
"version": "5.0.0",
"description": "A flexible, responsive, and easy-to-use crossword component for React apps",
"author": {
"name": "JaredReisinger",
Expand Down

0 comments on commit 451c906

Please sign in to comment.