Skip to content

Commit ac925db

Browse files
committed
Push version to 0.2.0
1 parent e6b19f3 commit ac925db

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
4+
## v0.2.0
5+
6+
* Fix redirect breaks loader
7+
* Move list params state from redux to router (allows usage of back button in the list)
8+
* Fix filters bug (did not reset the page number)
9+
* Add ability to define a custom dashboard component
10+
* Rename Datagrid to List, and introduce Datagrid component
11+
* Export REST types constants
12+
* Add tutorial
13+
14+
## v0.1.0 - Initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "admin-on-rest",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI",
55
"files": [
66
"*.md",

0 commit comments

Comments
 (0)