Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Dec 14, 2020
1 parent ca9cfdb commit 8872b9d
Show file tree
Hide file tree
Showing 8 changed files with 36 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.2.0](https://github.com/grid-js/gridjs/compare/3.1.0...3.2.0) (2020-12-14)


### Features

* **grid:** extending className config and improving the pagination plugin a11y ([c4aa44d](https://github.com/grid-js/gridjs/commit/c4aa44d91a7285456bcc7f59a12fcfb426faa095))





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


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.1.0"
"version": "3.2.0"
}
8 changes: 8 additions & 0 deletions packages/gridjs-selection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package gridjs-selection





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


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.1.0",
"version": "3.2.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.1.0",
"gridjs": "^3.2.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.2.0](https://github.com/grid-js/gridjs/compare/3.1.0...3.2.0) (2020-12-14)


### Features

* **grid:** extending className config and improving the pagination plugin a11y ([c4aa44d](https://github.com/grid-js/gridjs/commit/c4aa44d91a7285456bcc7f59a12fcfb426faa095))





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


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.1.0",
"version": "3.2.0",
"description": "Advanced table plugin",
"keywords": [
"grid",
Expand Down

0 comments on commit 8872b9d

Please sign in to comment.