Skip to content

Commit

Permalink
3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Mar 13, 2021
1 parent d2df219 commit 4f43268
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.4.0](https://github.com/grid-js/gridjs/compare/3.3.0...3.4.0) (2021-03-13)


### Bug Fixes

* MessageRow should only consider the visible columns ([1f8f3a8](https://github.com/grid-js/gridjs/commit/1f8f3a8bbbf4fbf8dda49377ad1f00c529560e90))


### Features

* adding th content element ([d2df219](https://github.com/grid-js/gridjs/commit/d2df219c8b7981ff6958c1a2c5f7577c9bb6d532))





# [3.3.0](https://github.com/grid-js/gridjs/compare/3.2.2...3.3.0) (2021-02-07)


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.3.0"
"version": "3.4.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.4.0](https://github.com/grid-js/gridjs/compare/3.3.0...3.4.0) (2021-03-13)

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





# [3.3.0](https://github.com/grid-js/gridjs/compare/3.2.2...3.3.0) (2021-02-07)

**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.3.0",
"version": "3.4.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.3.0",
"gridjs": "^3.4.0",
"preact": "^10.4.8",
"tslib": "^2.0.1"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/gridjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.4.0](https://github.com/grid-js/gridjs/compare/3.3.0...3.4.0) (2021-03-13)


### Bug Fixes

* MessageRow should only consider the visible columns ([1f8f3a8](https://github.com/grid-js/gridjs/commit/1f8f3a8bbbf4fbf8dda49377ad1f00c529560e90))


### Features

* adding th content element ([d2df219](https://github.com/grid-js/gridjs/commit/d2df219c8b7981ff6958c1a2c5f7577c9bb6d532))





# [3.3.0](https://github.com/grid-js/gridjs/compare/3.2.2...3.3.0) (2021-02-07)


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

0 comments on commit 4f43268

Please sign in to comment.