Skip to content

Commit

Permalink
bump to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scheiblr committed Jun 28, 2024
1 parent 767352d commit a33bf93
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Find all notable changes of this project in this file.

## v2.3.0 - 2024-06-28
### Improvements
- [#142](https://github.com/raphiniert-com/ra-data-postgrest/pull/142) Add support for React Admin v5 @[slax57](https://github.com/slax57)
- updated dependencies

## v2.2.0 - 2024-06-28
### Improvements
- [#123](https://github.com/raphiniert-com/ra-data-postgrest/pull/125) Adding global sort order options @[kav](https://github.com/kav)
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@raphiniert/ra-data-postgrest",
"version": "2.2.0",
"version": "2.3.0",
"description": "postgREST data provider for react-admin",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -29,17 +29,17 @@
"prettier": "prettier --config ./.prettierrc.js --write --list-different \"src/**/*.{js,json,ts,tsx,css,md}\""
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"@types/qs": "^6.9.15",
"cross-env": "^7.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-prettier": "^5.1.3",
"install-peers-cli": "^2.2.0",
"jest": "^29.7.0",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.4",
"typescript": "^5.4.5"
"ts-jest": "^29.1.5",
"typescript": "^5.5.2"
},
"peerDependencies": {
"ra-core": "^4.1.0 || ^5.0.1"
Expand Down

0 comments on commit a33bf93

Please sign in to comment.