Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @blueprintjs/[email protected]
 - @blueprintjs/[email protected]
 - @blueprintjs/[email protected]
 - @blueprintjs/[email protected]
 - @blueprintjs/[email protected]
  • Loading branch information
adidahiya committed Jul 1, 2019
1 parent 57d8ac1 commit a6663f5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueprintjs-monorepo",
"version": "3.16.0",
"version": "3.17.0",
"private": true,
"description": "A React UI toolkit for the web.",
"workspaces": [
Expand Down
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": "3.16.2",
"version": "3.17.0",
"description": "Core styles & components",
"main": "lib/cjs/index.js",
"module": "lib/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": "3.10.0",
"version": "3.10.1",
"description": "Components for interacting with dates and times",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"verify": "npm-run-all compile -p dist test lint"
},
"dependencies": {
"@blueprintjs/core": "^3.16.0",
"@blueprintjs/core": "^3.17.0",
"classnames": "^2.2",
"react-day-picker": "^7.3.0",
"tslib": "^1.9.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/docs-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/docs-app",
"version": "3.16.0",
"version": "3.17.0",
"description": "Blueprint Documentation Site",
"private": true,
"scripts": {
Expand All @@ -16,13 +16,13 @@
"verify": "run-p dist lint"
},
"dependencies": {
"@blueprintjs/core": "^3.16.0",
"@blueprintjs/datetime": "^3.10.0",
"@blueprintjs/core": "^3.17.0",
"@blueprintjs/datetime": "^3.10.1",
"@blueprintjs/docs-data": "^3.0.0",
"@blueprintjs/docs-theme": "^3.2.0",
"@blueprintjs/icons": "^3.8.0",
"@blueprintjs/labs": "^0.16.2",
"@blueprintjs/select": "^3.8.0",
"@blueprintjs/select": "^3.9.0",
"@blueprintjs/table": "^3.6.0",
"@blueprintjs/test-commons": "^0.9.0",
"@blueprintjs/timezone": "^3.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/select",
"version": "3.8.1",
"version": "3.9.0",
"description": "Components related to selecting items from a list",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"verify": "npm-run-all compile -p dist test lint"
},
"dependencies": {
"@blueprintjs/core": "^3.15.0",
"@blueprintjs/core": "^3.17.0",
"classnames": "^2.2",
"tslib": "^1.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/tslint-config",
"version": "1.8.0",
"version": "1.8.1",
"description": "TSLint configuration for @blueprintjs packages",
"scripts": {
"compile": "tsc -p ./src",
Expand Down

1 comment on commit a6663f5

@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

Previews: documentation | landing | table

Please sign in to comment.