Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Oct 6, 2020
1 parent ff336d8 commit 13ede1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ readme:
npx doctoc --maxlevel 3 README.md

release:
git checkout master && git pull origin && git fetch -p && git diff
@echo "\nContinuing in 10 seconds. Press <CTRL+C> to abort\n" && sleep 10
git checkout master && git pull origin && git fetch -p
@git log --pretty=format:"%C(yellow)%h%Creset %s%Cgreen%d" --reverse -20
@echo "\nReleasing v$(VERSION) in 10 seconds. Press <CTRL+C> to abort\n" && sleep 10
git commit -a -m 'v$(VERSION)' && git tag -a v$(VERSION) -m 'v$(VERSION)'
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ Statefull components use `redux` combined with `immer` (see `src/store.js`). Ins

Here described only breaking and the most important changes. The full changelog and documentation for all released versions could be found in nicely formatted [commit history](https://github.com/frictionlessdata/tableschema-ui/commits/master).

#### v1.3

- Moved `react` to peer dependencies

#### v1.2

- Rebased on redux@4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tableschema-ui",
"version": "1.2.1",
"version": "1.3.0",
"license": "MIT",
"author": "OKI",
"description": "UI components for tableschema",
Expand Down

0 comments on commit 13ede1d

Please sign in to comment.