Skip to content

Commit d64acf3

Browse files
author
Marc-André Rivet
committed
bump version 3.1.12
1 parent 907aae7 commit d64acf3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

packages/dash-table/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased]
5+
## [3.1.12] - 2019-01-11
66
### Fixed
77
- Regression, misaligned header [#324](https://github.com/plotly/dash-core/issues/324)
88
### Maintenance

packages/dash-table/dash_table/package-info.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-table",
3-
"version": "3.1.11",
3+
"version": "3.1.12",
44
"description": "Dash table",
55
"main": "dash_table/bundle.js",
66
"scripts": {
@@ -49,13 +49,13 @@
4949
"@babel/preset-react": "^7.0.0",
5050
"@cypress/webpack-preprocessor": "^4.0.2",
5151
"@percy-io/percy-storybook": "^2.1.0",
52-
"@storybook/cli": "^4.1.4",
53-
"@storybook/react": "^4.1.4",
52+
"@storybook/cli": "^4.1.6",
53+
"@storybook/react": "^4.1.6",
5454
"@types/ramda": "^0.25.46",
5555
"@types/react": "^16.7.18",
5656
"@types/react-select": "^1.3.4",
5757
"babel-loader": "^8.0.5",
58-
"core-js": "^2.6.1",
58+
"core-js": "^2.6.2",
5959
"css-loader": "^2.1.0",
6060
"cypress": "^3.1.4",
6161
"file-loader": "^3.0.1",
@@ -72,10 +72,10 @@
7272
"sheetclip": "^0.3.0",
7373
"style-loader": "^0.23.1",
7474
"ts-loader": "^5.3.3",
75-
"tslint": "^5.12.0",
75+
"tslint": "^5.12.1",
7676
"typescript": "^3.2.2",
7777
"wait-on": "^3.2.0",
78-
"webpack": "^4.28.3",
78+
"webpack": "^4.28.4",
7979
"webpack-cli": "^3.2.1",
8080
"webpack-dev-server": "^3.1.14",
8181
"webpack-preprocessor": "^0.1.12"

packages/dash-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-table",
3-
"version": "3.1.11",
3+
"version": "3.1.12",
44
"description": "Dash table",
55
"main": "dash_table/bundle.js",
66
"scripts": {

0 commit comments

Comments
 (0)