Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Dec 2, 2020
1 parent 7777d24 commit 231b35c
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/grid-js/gridjs/compare/3.0.2...3.1.0) (2020-12-02)


### Bug Fixes

* using createRef instead of useRef in header and footer ([64b2371](https://github.com/grid-js/gridjs/commit/64b2371ad12b51a9e79cd353ed6b2a1b73681705))





## [3.0.2](https://github.com/grid-js/gridjs/compare/3.0.1...3.0.2) (2020-11-15)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "3.0.2"
"version": "3.1.0"
}
11 changes: 11 additions & 0 deletions packages/gridjs-selection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/grid-js/gridjs/compare/3.0.2...3.1.0) (2020-12-02)


### Bug Fixes

* using createRef instead of useRef in header and footer ([64b2371](https://github.com/grid-js/gridjs/commit/64b2371ad12b51a9e79cd353ed6b2a1b73681705))





## [3.0.2](https://github.com/grid-js/gridjs/compare/3.0.1...3.0.2) (2020-11-15)

**Note:** Version bump only for package gridjs-selection
Expand Down
2 changes: 1 addition & 1 deletion packages/gridjs-selection/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/gridjs-selection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gridjs-selection",
"version": "3.0.2",
"version": "3.1.0",
"description": "Adds row and cell selection to Grid.js",
"author": "Afshin Mehrabani <[email protected]>",
"homepage": "https://gridjs.io/docs/examples/selection",
Expand All @@ -27,7 +27,7 @@
"url": "https://github.com/grid-js/gridjs/issues"
},
"dependencies": {
"gridjs": "^3.0.2",
"gridjs": "^3.1.0",
"preact": "^10.4.8",
"tslib": "^2.0.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/gridjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/grid-js/gridjs/compare/3.0.2...3.1.0) (2020-12-02)


### Bug Fixes

* using createRef instead of useRef in header and footer ([64b2371](https://github.com/grid-js/gridjs/commit/64b2371ad12b51a9e79cd353ed6b2a1b73681705))





## [3.0.2](https://github.com/grid-js/gridjs/compare/3.0.1...3.0.2) (2020-11-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/gridjs/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/gridjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gridjs",
"version": "3.0.2",
"version": "3.1.0",
"description": "Advanced table plugin",
"keywords": [
"grid",
Expand Down

0 comments on commit 231b35c

Please sign in to comment.