Skip to content

Commit 7ef0d7c

Browse files
committed
Update changelog to announce the publication of create-react-admin
1 parent 56f90ba commit 7ef0d7c

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
## v4.10.1
44

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

77
## v4.10.0
88

9+
Note: This release wasn't published to npm, use version 4.10.1 or higher.
10+
911
* Add `create-react-admin` installer ([#8833](https://github.com/marmelab/react-admin/pull/8833)) ([djhi](https://github.com/djhi))
1012
* Add `<InfiniteList>` and `<InfinitePagination>` components ([#8781](https://github.com/marmelab/react-admin/pull/8781)) ([fzaninotto](https://github.com/fzaninotto))
1113
* 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))

packages/create-react-admin/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,8 @@ In another directory, run:
2626
./react-admin/node_modules/.bin/create-react-admin my-admin
2727
```
2828

29-
The above command assume you cloned react-admin in the `react-admin` directory and you are running the command in this directory parent.
29+
The above command assume you cloned react-admin in the `react-admin` directory and you are running the command in this directory parent.
30+
31+
## Miscellaneous
32+
33+
This package is MIT licensed. Sponsored by Marmelab and Anthony Chan.

packages/create-react-admin/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "create-react-admin",
33
"description": "A CLI to quickly start a new react-admin project",
4-
"private": true,
54
"version": "4.10.1",
65
"license": "MIT",
76
"bin": "lib/cli.js",

0 commit comments

Comments
 (0)