Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @blueprintjs/core@2.0.0
 - @blueprintjs/datetime@2.0.0
 - @blueprintjs/docs-app@2.0.0
 - @blueprintjs/docs-data@2.0.0
 - @blueprintjs/docs-theme@2.0.0
 - @blueprintjs/icons@2.0.0
 - @blueprintjs/labs@0.15.4
 - @blueprintjs/landing-app@2.0.0
 - @blueprintjs/select@2.0.0
 - @blueprintjs/table-dev-app@2.0.0
 - @blueprintjs/table@2.0.0
 - @blueprintjs/timezone@2.0.0
  • Loading branch information
Gilad Gray committed Mar 22, 2018
1 parent 9bd0a5b commit 2f08ded
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 36 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": "2.0.0-rc.4",
"version": "2.0.0",
"description": "Core styles & components",
"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/icons": "^2.0.0-rc.4",
"@blueprintjs/icons": "^2.0.0",
"@types/dom4": "^2.0.0",
"classnames": "^2.2",
"dom4": "^2.0.1",
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": "2.0.0-rc.4",
"version": "2.0.0",
"description": "Components for interacting with dates and times",
"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-rc.4",
"@blueprintjs/core": "^2.0.0",
"classnames": "^2.2",
"react-day-picker": "^7.0.7",
"tslib": "^1.9.0"
Expand Down
20 changes: 10 additions & 10 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": "2.0.0-rc.4",
"version": "2.0.0",
"description": "Blueprint Documentation Site",
"private": true,
"scripts": {
Expand All @@ -17,16 +17,16 @@
"verify": "run-p dist lint"
},
"dependencies": {
"@blueprintjs/core": "^2.0.0-rc.4",
"@blueprintjs/datetime": "^2.0.0-rc.4",
"@blueprintjs/docs-data": "^2.0.0-rc.2",
"@blueprintjs/docs-theme": "^2.0.0-rc.4",
"@blueprintjs/icons": "^2.0.0-rc.4",
"@blueprintjs/labs": "^0.15.3",
"@blueprintjs/select": "^2.0.0-rc.4",
"@blueprintjs/table": "^2.0.0-rc.4",
"@blueprintjs/core": "^2.0.0",
"@blueprintjs/datetime": "^2.0.0",
"@blueprintjs/docs-data": "^2.0.0",
"@blueprintjs/docs-theme": "^2.0.0",
"@blueprintjs/icons": "^2.0.0",
"@blueprintjs/labs": "^0.15.4",
"@blueprintjs/select": "^2.0.0",
"@blueprintjs/table": "^2.0.0",
"@blueprintjs/test-commons": "^0.5.0",
"@blueprintjs/timezone": "^2.0.0-rc.4",
"@blueprintjs/timezone": "^2.0.0",
"chroma-js": "^1.3.4",
"classnames": "^2.2.5",
"dom4": "^2.0.1",
Expand Down
4 changes: 2 additions & 2 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": "2.0.0-rc.2",
"version": "2.0.0",
"main": "src/index.js",
"types": "src/index.d.ts",
"private": true,
Expand All @@ -10,7 +10,7 @@
"test": "exit 0"
},
"dependencies": {
"@blueprintjs/docs-theme": "^2.0.0-rc.2",
"@blueprintjs/docs-theme": "^2.0.0",
"documentalist": "^1.2.0",
"glob": "^7.1.2",
"highlights": "^3.1.1",
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": "2.0.0-rc.4",
"version": "2.0.0",
"description": "Blueprint theme for documentalist",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand All @@ -26,8 +26,8 @@
"verify": "npm-run-all compile -p dist lint"
},
"dependencies": {
"@blueprintjs/core": "^2.0.0-rc.4",
"@blueprintjs/select": "^2.0.0-rc.4",
"@blueprintjs/core": "^2.0.0",
"@blueprintjs/select": "^2.0.0",
"classnames": "^2.2",
"documentalist": "^1.2.0",
"fuzzaldrin-plus": "^0.5.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": "2.0.0-rc.4",
"version": "2.0.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
8 changes: 4 additions & 4 deletions packages/labs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/labs",
"version": "0.15.3",
"version": "0.15.4",
"description": "Incubator for unstable and in-development Blueprint components",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -30,9 +30,9 @@
"verify": "npm-run-all compile -p dist test lint"
},
"dependencies": {
"@blueprintjs/core": "^2.0.0-rc.1",
"@blueprintjs/select": "^2.0.0-rc.1",
"@blueprintjs/timezone": "^2.0.0-rc.1",
"@blueprintjs/core": "^2.0.0",
"@blueprintjs/select": "^2.0.0",
"@blueprintjs/timezone": "^2.0.0",
"classnames": "^2.2",
"tslib": "^1.9.0"
},
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": "2.0.0-rc.2",
"version": "2.0.0",
"description": "Blueprint landing page",
"private": true,
"scripts": {
Expand All @@ -16,7 +16,7 @@
"verify": "npm-run-all -p dist lint"
},
"dependencies": {
"@blueprintjs/core": "^2.0.0-rc.2",
"@blueprintjs/core": "^2.0.0",
"classnames": "^2.2.5",
"react": "^16.2.0",
"react-dom": "^16.2.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": "2.0.0-rc.4",
"version": "2.0.0",
"description": "Components related to selecting items from a list",
"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-rc.4",
"@blueprintjs/core": "^2.0.0",
"classnames": "^2.2",
"tslib": "^1.9.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": "2.0.0-rc.2",
"version": "2.0.0",
"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": "^2.0.0-rc.2",
"@blueprintjs/table": "^2.0.0-rc.2",
"@blueprintjs/core": "^2.0.0",
"@blueprintjs/table": "^2.0.0",
"classnames": "^2.2.5",
"dom4": "^2.0.1",
"normalize.css": "^7.0.0",
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": "2.0.0-rc.4",
"version": "2.0.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-rc.4",
"@blueprintjs/core": "^2.0.0",
"classnames": "^2.2",
"prop-types": "^15.6.0",
"tslib": "^1.9.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": "2.0.0-rc.4",
"version": "2.0.0",
"description": "Components related to timezone selection and UI",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -31,8 +31,8 @@
"verify": "npm-run-all compile -p dist test lint"
},
"dependencies": {
"@blueprintjs/core": "^2.0.0-rc.4",
"@blueprintjs/select": "^2.0.0-rc.4",
"@blueprintjs/core": "^2.0.0",
"@blueprintjs/select": "^2.0.0",
"classnames": "^2.2",
"moment": "^2.14.1",
"moment-timezone": "^0.5.13",
Expand Down

1 comment on commit 2f08ded

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