Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @blueprintjs/core@2.2.0
 - @blueprintjs/table@2.1.0
 - @blueprintjs/tslint-config@1.2.0
  • Loading branch information
Gilad Gray committed Apr 19, 2018
1 parent 5a3fd9c commit 31989e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/core",
"version": "2.1.1",
"version": "2.2.0",
"description": "Core styles & components",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/table",
"version": "2.0.0",
"version": "2.1.0",
"description": "Scalable interactive table component",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"verify": "npm-run-all compile -p dist test lint"
},
"dependencies": {
"@blueprintjs/core": "^2.0.0",
"@blueprintjs/core": "^2.2.0",
"classnames": "^2.2",
"prop-types": "^15.6.0",
"tslib": "^1.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/tslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/tslint-config",
"version": "1.1.0",
"version": "1.2.0",
"description": "TSLint configuration for @blueprintjs packages",
"scripts": {
"compile": "tsc -p ./src",
Expand Down

1 comment on commit 31989e2

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Publish

Preview: documentation | landing | table

Please sign in to comment.