Skip to content

Commit 5da3145

Browse files
committed
Merge branch 'release/2.3.0'
2 parents 43bdb41 + 3ba9f76 commit 5da3145

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file. This project adheres to
44
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
55

6+
## [2.3.0] - 2022-04-11
7+
8+
### Added
9+
10+
- Added Spanish and Brazilian Portuguese translations for specification and validation error messages.
11+
612
## [2.2.0] - 2022-04-10
713

814
### Added

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ When upgrading you typically want to upgrade this package and all our related pa
119119
```bash
120120
composer require laravel-json-api/laravel --no-update
121121
composer require laravel-json-api/testing --dev --no-update
122-
composer up laravel-json-api/* cloudcreativity/json-api-testing
122+
composer up "laravel-json-api/*" cloudcreativity/json-api-testing
123123
```
124124

125125
## Example Application

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"laravel-json-api/eloquent": "^2.1.1",
3030
"laravel-json-api/encoder-neomerx": "^2.0",
3131
"laravel-json-api/exceptions": "^1.1",
32-
"laravel-json-api/spec": "^1.1.1",
33-
"laravel-json-api/validation": "^2.0",
32+
"laravel-json-api/spec": "^1.2",
33+
"laravel-json-api/validation": "^2.1",
3434
"laravel/framework": "^8.76|^9.0"
3535
},
3636
"require-dev": {

0 commit comments

Comments
 (0)