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]
  • Loading branch information
adidahiya committed Feb 26, 2020
1 parent 9acbe32 commit fddba2c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/core",
"version": "3.23.1",
"version": "3.24.0",
"description": "Core styles & components",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"verify": "npm-run-all compile -p dist test lint"
},
"dependencies": {
"@blueprintjs/icons": "^3.12.0",
"@blueprintjs/icons": "^3.14.0",
"@types/dom4": "^2.0.1",
"classnames": "^2.2",
"dom4": "^2.1.5",
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.23.0",
"version": "3.24.0",
"description": "Blueprint Documentation Site",
"private": true,
"scripts": {
Expand All @@ -16,12 +16,12 @@
"verify": "run-p dist lint"
},
"dependencies": {
"@blueprintjs/core": "^3.23.1",
"@blueprintjs/core": "^3.24.0",
"@blueprintjs/datetime": "^3.15.0",
"@blueprintjs/docs-data": "^3.16.0",
"@blueprintjs/docs-theme": "^3.4.0",
"@blueprintjs/icons": "^3.12.0",
"@blueprintjs/select": "^3.11.2",
"@blueprintjs/icons": "^3.14.0",
"@blueprintjs/select": "^3.12.0",
"@blueprintjs/table": "^3.8.3",
"@blueprintjs/test-commons": "^0.10.1",
"@blueprintjs/timezone": "^3.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/icons",
"version": "3.13.0",
"version": "3.14.0",
"description": "Components, fonts, icons, and css files for creating and displaying icons.",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
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.11.2",
"version": "3.12.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.20.0",
"@blueprintjs/core": "^3.24.0",
"classnames": "^2.2",
"tslib": "~1.10.0"
},
Expand Down

1 comment on commit fddba2c

@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.