Skip to content

Commit

Permalink
Update changelog to announce the publication of create-react-admin
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed May 2, 2023
1 parent 56f90ba commit 7ef0d7c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

## v4.10.1

* make `create-react-admin` installer private for now ([fzaninotto](https://github.com/fzaninotto))
* Republish all packages, including the `create-react-admin` installer ([fzaninotto](https://github.com/fzaninotto))

## v4.10.0

Note: This release wasn't published to npm, use version 4.10.1 or higher.

* Add `create-react-admin` installer ([#8833](https://github.com/marmelab/react-admin/pull/8833)) ([djhi](https://github.com/djhi))
* Add `<InfiniteList>` and `<InfinitePagination>` components ([#8781](https://github.com/marmelab/react-admin/pull/8781)) ([fzaninotto](https://github.com/fzaninotto))
* Add ability to change the sort, filter and selection of `<ArrayField>` ([#8802](https://github.com/marmelab/react-admin/pull/8802)) ([fzaninotto](https://github.com/fzaninotto))
Expand Down
6 changes: 5 additions & 1 deletion packages/create-react-admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ In another directory, run:
./react-admin/node_modules/.bin/create-react-admin my-admin
```

The above command assume you cloned react-admin in the `react-admin` directory and you are running the command in this directory parent.
The above command assume you cloned react-admin in the `react-admin` directory and you are running the command in this directory parent.

## Miscellaneous

This package is MIT licensed. Sponsored by Marmelab and Anthony Chan.
1 change: 0 additions & 1 deletion packages/create-react-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "create-react-admin",
"description": "A CLI to quickly start a new react-admin project",
"private": true,
"version": "4.10.1",
"license": "MIT",
"bin": "lib/cli.js",
Expand Down

0 comments on commit 7ef0d7c

Please sign in to comment.