Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Dec 17, 2024
1 parent f268079 commit 66d39aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.3
* Add React 19 to `peerDependencies` range.

Tests are no longer run on React 17 because writing tests for many React versions is difficult.
However, `@u-wave/react-translate` v2 still works on React 17.

No changes will be made to the implementation of this package in the v2.x line.

## 2.0.2
* Add React 18 to `peerDependencies` range.

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": "@u-wave/react-translate",
"description": "Small translations for React apps with @u-wave/translate.",
"version": "2.0.2",
"version": "2.0.3",
"author": "Renée Kooi <[email protected]>",
"bugs": {
"url": "https://github.com/u-wave/react-translate/issues"
Expand Down

0 comments on commit 66d39aa

Please sign in to comment.