Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Nov 15, 2020
1 parent fc47473 commit e17cf1f
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **sort:** button width and height ([95a1221](https://github.com/grid-js/gridjs/commit/95a1221f74447d5c4b2ffa00268ea1d79cdd04cc))
* **sort:** using SVG icons and fixing the border issue ([94ba245](https://github.com/grid-js/gridjs/commit/94ba245a8750baaab25ade1b1a1f14f2e06272f1))





# [3.0.0-alpha.2](https://github.com/grid-js/gridjs/compare/3.0.0-alpha.1...3.0.0-alpha.2) (2020-11-08)

**Note:** Version bump only for package gridjs
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.0-alpha.2"
"version": "3.0.1"
}
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.0.1](https://github.com/grid-js/gridjs/compare/3.0.0-alpha.2...3.0.1) (2020-11-15)

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





# [3.0.0-alpha.2](https://github.com/grid-js/gridjs/compare/3.0.0-alpha.1...3.0.0-alpha.2) (2020-11-08)

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

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


### Bug Fixes

* **sort:** button width and height ([95a1221](https://github.com/grid-js/gridjs/commit/95a1221f74447d5c4b2ffa00268ea1d79cdd04cc))
* **sort:** using SVG icons and fixing the border issue ([94ba245](https://github.com/grid-js/gridjs/commit/94ba245a8750baaab25ade1b1a1f14f2e06272f1))





# [3.0.0-alpha.2](https://github.com/grid-js/gridjs/compare/3.0.0-alpha.1...3.0.0-alpha.2) (2020-11-08)

**Note:** Version bump only for package gridjs
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.0-alpha.2",
"version": "3.0.1",
"description": "Advanced table plugin",
"keywords": [
"grid",
Expand Down

0 comments on commit e17cf1f

Please sign in to comment.