Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @blueprintjs/core@3.27.0
 - @blueprintjs/datetime@3.17.1
 - @blueprintjs/docs-app@3.27.0
 - @blueprintjs/docs-data@3.27.0
 - @blueprintjs/docs-theme@3.5.2
 - @blueprintjs/icons@3.17.0
 - @blueprintjs/landing-app@3.17.2
 - @blueprintjs/select@3.13.0
 - @blueprintjs/table-dev-app@3.2.2
 - @blueprintjs/table@3.8.6
 - @blueprintjs/timezone@3.6.4
  • Loading branch information
adidahiya committed May 19, 2020
1 parent 263d4df commit d08244b
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 32 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.26.1",
"version": "3.27.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.16.0",
"@blueprintjs/icons": "^3.17.0",
"@types/dom4": "^2.0.1",
"classnames": "^2.2",
"dom4": "^2.1.5",
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.17.0",
"version": "3.17.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.26.1",
"@blueprintjs/core": "^3.27.0",
"classnames": "^2.2",
"react-day-picker": "7.3.2",
"tslib": "~1.10.0"
Expand Down
18 changes: 9 additions & 9 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.26.1",
"version": "3.27.0",
"description": "Blueprint Documentation Site",
"private": true,
"scripts": {
Expand All @@ -16,15 +16,15 @@
"verify": "run-p dist lint"
},
"dependencies": {
"@blueprintjs/core": "^3.26.1",
"@blueprintjs/datetime": "^3.17.0",
"@blueprintjs/docs-data": "^3.17.1",
"@blueprintjs/docs-theme": "^3.5.1",
"@blueprintjs/icons": "^3.16.0",
"@blueprintjs/select": "^3.12.3",
"@blueprintjs/table": "^3.8.5",
"@blueprintjs/core": "^3.27.0",
"@blueprintjs/datetime": "^3.17.1",
"@blueprintjs/docs-data": "^3.27.0",
"@blueprintjs/docs-theme": "^3.5.2",
"@blueprintjs/icons": "^3.17.0",
"@blueprintjs/select": "^3.13.0",
"@blueprintjs/table": "^3.8.6",
"@blueprintjs/test-commons": "^0.10.3",
"@blueprintjs/timezone": "^3.6.3",
"@blueprintjs/timezone": "^3.6.4",
"@types/downloadjs": "^1.4.1",
"chroma-js": "^2.0.4",
"classnames": "^2.2.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/docs-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/docs-data",
"version": "3.17.1",
"version": "3.27.0",
"main": "src/index.js",
"types": "src/index.d.ts",
"private": true,
Expand All @@ -10,8 +10,8 @@
"test": "exit 0"
},
"dependencies": {
"@blueprintjs/core": "^3.26.1",
"@blueprintjs/docs-theme": "^3.5.1",
"@blueprintjs/core": "^3.27.0",
"@blueprintjs/docs-theme": "^3.5.2",
"@documentalist/compiler": "~2.8.1",
"better-handlebars": "github:wmeldon/better-handlebars",
"glob": "^7.1.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/docs-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/docs-theme",
"version": "3.5.1",
"version": "3.5.2",
"description": "Blueprint theme for documentalist",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
"verify": "npm-run-all compile -p dist lint"
},
"dependencies": {
"@blueprintjs/core": "^3.26.1",
"@blueprintjs/select": "^3.12.3",
"@blueprintjs/core": "^3.27.0",
"@blueprintjs/select": "^3.13.0",
"@documentalist/client": "~2.5.0",
"classnames": "^2.2",
"fuzzaldrin-plus": "^0.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.16.0",
"version": "3.17.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/landing-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/landing-app",
"version": "3.17.1",
"version": "3.17.2",
"description": "Blueprint landing page",
"private": true,
"scripts": {
Expand All @@ -16,7 +16,7 @@
"verify": "run-p dist lint"
},
"dependencies": {
"@blueprintjs/core": "^3.26.1",
"@blueprintjs/core": "^3.27.0",
"classnames": "^2.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
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.12.3",
"version": "3.13.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.26.1",
"@blueprintjs/core": "^3.27.0",
"classnames": "^2.2",
"tslib": "~1.10.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/table-dev-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/table-dev-app",
"version": "3.2.1",
"version": "3.2.2",
"description": "Dev application for @blueprintjs/table",
"private": true,
"scripts": {
Expand All @@ -16,8 +16,8 @@
"verify": "npm-run-all -p dist lint"
},
"dependencies": {
"@blueprintjs/core": "^3.26.1",
"@blueprintjs/table": "^3.8.5",
"@blueprintjs/core": "^3.27.0",
"@blueprintjs/table": "^3.8.6",
"classnames": "^2.2.6",
"dom4": "^2.1.5",
"normalize.css": "^8.0.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": "3.8.5",
"version": "3.8.6",
"description": "Scalable interactive table component",
"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.26.1",
"@blueprintjs/core": "^3.27.0",
"classnames": "^2.2",
"lodash": "^4.17.15",
"prop-types": "^15.6.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/timezone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/timezone",
"version": "3.6.3",
"version": "3.6.4",
"description": "Components related to timezone selection and UI",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
"verify": "npm-run-all compile -p dist test lint"
},
"dependencies": {
"@blueprintjs/core": "^3.26.1",
"@blueprintjs/select": "^3.12.3",
"@blueprintjs/core": "^3.27.0",
"@blueprintjs/select": "^3.13.0",
"classnames": "^2.2",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
Expand Down

1 comment on commit d08244b

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