Skip to content

Commit

Permalink
bump to 2.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scheiblr committed Oct 23, 2023
1 parent fb11de0 commit 2545a36
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

Find all notable changes of this project in this file.

## v2.0.0-alpha.4 - 2023-10-23
### Improvements
- updated dependencies

### New feature
- [#100](https://github.com/raphiniert-com/ra-data-postgrest/pull/100) support "meta.columns" on all code paths (useful when the user does not have permissions on all the columns in which case doing select=* gives permissions errors) - @[ruslantalpa](https://github.com/ruslantalpa)

### Fixes
- [#50](https://github.com/raphiniert-com/ra-data-postgrest/issues/50) and [#88](https://github.com/raphiniert-com/ra-data-postgrest/issues/88) solved by [#100](https://github.com/raphiniert-com/ra-data-postgrest/pull/100) including other fixes - @[ruslantalpa](https://github.com/ruslantalpa)


## v2.0.0-alpha.3 - 2023-06-16
### Improvements
- updated dependencies
Expand Down
18 changes: 2 additions & 16 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@raphiniert/ra-data-postgrest",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"description": "postgREST data provider for react-admin",
"main": "lib/index.js",
"module": "esm/index.js",
Expand All @@ -12,7 +12,6 @@
"src"
],
"authors": [
"François Zaninotto",
"Raphael Scheible"
],
"repository": "raphiniert-com/ra-data-postgrest",
Expand Down

0 comments on commit 2545a36

Please sign in to comment.