Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @blueprintjs/core@1.35.3
 - @blueprintjs/datetime@1.25.3
 - @blueprintjs/docs@1.3.1
 - @blueprintjs/labs@0.14.4
 - @blueprintjs/table@1.31.2
  • Loading branch information
adidahiya committed Feb 5, 2018
1 parent b2f35f4 commit b47a344
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/core",
"version": "1.35.2",
"version": "1.35.3",
"description": "Core styles & components",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/datetime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/datetime",
"version": "1.25.2",
"version": "1.25.3",
"description": "Components for interacting with dates and times",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"verify": "npm-run-all compile -p dist test lint"
},
"dependencies": {
"@blueprintjs/core": "^1.35.2",
"@blueprintjs/core": "^1.35.3",
"classnames": "^2.2",
"moment": "^2.14.1",
"react-day-picker": "^5.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/docs",
"version": "1.3.0",
"version": "1.3.1",
"description": "Blueprint theme for documentalist",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand All @@ -25,7 +25,7 @@
"verify": "npm-run-all compile -p dist lint"
},
"dependencies": {
"@blueprintjs/core": "^1.34.0",
"@blueprintjs/core": "^1.35.3",
"classnames": "^2.2",
"documentalist": "^0.0.8",
"fuzzaldrin-plus": "^0.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/labs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/labs",
"version": "0.14.3",
"version": "0.14.4",
"description": "Incubator for unstable and in-development Blueprint components",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"verify": "npm-run-all compile -p dist test lint"
},
"dependencies": {
"@blueprintjs/core": "^1.34.0",
"@blueprintjs/core": "^1.35.3",
"classnames": "^2.2",
"fuzzaldrin-plus": "^0.5.0",
"moment": "^2.14.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/table",
"version": "1.31.1",
"version": "1.31.2",
"description": "Scalable interactive table component",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"verify": "npm-run-all compile -p dist test lint"
},
"dependencies": {
"@blueprintjs/core": "^1.34.0",
"@blueprintjs/core": "^1.35.3",
"classnames": "^2.2",
"es6-shim": "^0.35",
"pure-render-decorator": "^1.1",
Expand Down

1 comment on commit b47a344

@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 | github pages

Please sign in to comment.