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]
 - @blueprintjs/[email protected]
 - @blueprintjs/[email protected]
 - @blueprintjs/[email protected]
 - @blueprintjs/[email protected]
 - @blueprintjs/[email protected]
 - @blueprintjs/[email protected]
 - @blueprintjs/[email protected]
 - @blueprintjs/[email protected]
 - @blueprintjs/[email protected]
 - @blueprintjs/[email protected]
 - @blueprintjs/[email protected]
 - @blueprintjs/[email protected]
 - @blueprintjs/[email protected]
 - @blueprintjs/[email protected]
  • Loading branch information
adidahiya committed Sep 27, 2021
1 parent 9230ca5 commit f715bc3
Show file tree
Hide file tree
Showing 19 changed files with 75 additions and 75 deletions.
4 changes: 2 additions & 2 deletions packages/colors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/colors",
"version": "5.0.0-alpha.0",
"version": "4.0.0-alpha.0",
"description": "Blueprint color definitions",
"main": "lib/index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"verify": "npm-run-all compile -p dist lint"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^1.6.0",
"@blueprintjs/node-build-scripts": "^1.6.1",
"mocha": "^8.2.1",
"typescript": "^4.1.2"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/core",
"version": "3.50.2",
"version": "3.50.3",
"description": "Core styles & components",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -46,8 +46,8 @@
"verify": "npm-run-all compile -p dist test lint"
},
"dependencies": {
"@blueprintjs/colors": "^5.0.0-alpha.0",
"@blueprintjs/icons": "^3.30.1",
"@blueprintjs/colors": "^4.0.0-alpha.0",
"@blueprintjs/icons": "^3.30.2",
"@types/dom4": "^2.0.1",
"classnames": "^2.2",
"dom4": "^2.1.5",
Expand All @@ -65,8 +65,8 @@
},
"devDependencies": {
"@blueprintjs/karma-build-scripts": "^2.0.2",
"@blueprintjs/node-build-scripts": "^1.6.0",
"@blueprintjs/test-commons": "^0.10.13",
"@blueprintjs/node-build-scripts": "^1.6.1",
"@blueprintjs/test-commons": "^0.10.14",
"@testing-library/react": "^11.2.5",
"enzyme": "^3.11.0",
"karma": "^5.2.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/datetime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/datetime",
"version": "3.23.12",
"version": "3.23.13",
"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.50.2",
"@blueprintjs/core": "^3.50.3",
"classnames": "^2.2",
"react-day-picker": "7.4.9",
"react-lifecycles-compat": "^3.0.4",
Expand All @@ -46,10 +46,10 @@
"react-dom": "^15.3.0 || 16 || 17"
},
"devDependencies": {
"@blueprintjs/colors": "^5.0.0-alpha.0",
"@blueprintjs/colors": "^4.0.0-alpha.0",
"@blueprintjs/karma-build-scripts": "^2.0.2",
"@blueprintjs/node-build-scripts": "^1.6.0",
"@blueprintjs/test-commons": "^0.10.13",
"@blueprintjs/node-build-scripts": "^1.6.1",
"@blueprintjs/test-commons": "^0.10.14",
"enzyme": "^3.11.0",
"karma": "^5.2.3",
"mocha": "^8.2.1",
Expand Down
18 changes: 9 additions & 9 deletions packages/demo-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/demo-app",
"version": "0.1.0",
"version": "0.1.1",
"description": "Blueprint Demo App",
"private": true,
"scripts": {
Expand All @@ -16,13 +16,13 @@
"verify": "run-p dist lint"
},
"dependencies": {
"@blueprintjs/core": "^3.50.1",
"@blueprintjs/datetime": "^3.23.11",
"@blueprintjs/icons": "^3.30.1",
"@blueprintjs/popover2": "^0.12.1",
"@blueprintjs/select": "^3.18.3",
"@blueprintjs/table": "^3.9.5",
"@blueprintjs/timezone": "^3.9.11",
"@blueprintjs/core": "^3.50.3",
"@blueprintjs/datetime": "^3.23.13",
"@blueprintjs/icons": "^3.30.2",
"@blueprintjs/popover2": "^0.12.3",
"@blueprintjs/select": "^3.18.5",
"@blueprintjs/table": "^3.9.7",
"@blueprintjs/timezone": "^3.9.13",
"classnames": "^2.2",
"core-js": "^3.8.1",
"dom4": "^2.1.5",
Expand All @@ -35,7 +35,7 @@
"tslib": "~1.13.0"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^1.6.0",
"@blueprintjs/node-build-scripts": "^1.6.1",
"@blueprintjs/webpack-build-scripts": "^2.0.2",
"copy-webpack-plugin": "^6.4.0",
"npm-run-all": "^4.1.5",
Expand Down
24 changes: 12 additions & 12 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.50.2",
"version": "3.50.3",
"description": "Blueprint Documentation Site",
"private": true,
"scripts": {
Expand All @@ -16,16 +16,16 @@
"verify": "run-p dist lint"
},
"dependencies": {
"@blueprintjs/core": "^3.50.2",
"@blueprintjs/datetime": "^3.23.12",
"@blueprintjs/docs-data": "^3.50.2",
"@blueprintjs/docs-theme": "^3.10.12",
"@blueprintjs/icons": "^3.30.1",
"@blueprintjs/popover2": "^0.12.2",
"@blueprintjs/select": "^3.18.4",
"@blueprintjs/table": "^3.9.6",
"@blueprintjs/test-commons": "^0.10.13",
"@blueprintjs/timezone": "^3.9.12",
"@blueprintjs/core": "^3.50.3",
"@blueprintjs/datetime": "^3.23.13",
"@blueprintjs/docs-data": "^3.50.3",
"@blueprintjs/docs-theme": "^3.10.13",
"@blueprintjs/icons": "^3.30.2",
"@blueprintjs/popover2": "^0.12.3",
"@blueprintjs/select": "^3.18.5",
"@blueprintjs/table": "^3.9.7",
"@blueprintjs/test-commons": "^0.10.14",
"@blueprintjs/timezone": "^3.9.13",
"@documentalist/client": "~3.0.0",
"chroma-js": "^2.1.0",
"classnames": "^2.2",
Expand All @@ -44,7 +44,7 @@
"whatwg-fetch": "^3.4.1"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^1.6.0",
"@blueprintjs/node-build-scripts": "^1.6.1",
"@blueprintjs/webpack-build-scripts": "^2.0.2",
"@types/chroma-js": "^2.1.2",
"@types/downloadjs": "^1.4.2",
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.50.2",
"version": "3.50.3",
"main": "src/index.js",
"types": "src/index.d.ts",
"private": true,
Expand All @@ -10,8 +10,8 @@
"test": "exit 0"
},
"dependencies": {
"@blueprintjs/core": "^3.50.2",
"@blueprintjs/docs-theme": "^3.10.12",
"@blueprintjs/core": "^3.50.3",
"@blueprintjs/docs-theme": "^3.10.13",
"@documentalist/compiler": "~3.0.0",
"better-handlebars": "github:wmeldon/better-handlebars",
"glob": "^7.1.6",
Expand Down
8 changes: 4 additions & 4 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.10.12",
"version": "3.10.13",
"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.50.2",
"@blueprintjs/select": "^3.18.4",
"@blueprintjs/core": "^3.50.3",
"@blueprintjs/select": "^3.18.5",
"@documentalist/client": "~3.0.0",
"classnames": "^2.2",
"fuzzaldrin-plus": "^0.6.0",
Expand All @@ -42,7 +42,7 @@
"react-dom": "^15.3.0 || 16 || 17"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^1.6.0",
"@blueprintjs/node-build-scripts": "^1.6.1",
"@types/fuzzaldrin-plus": "^0.6.1",
"npm-run-all": "^4.1.5",
"react": "^16.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@blueprintjs/eslint-config",
"version": "0.7.3",
"version": "0.7.4",
"description": "ESLint configuration for @blueprintjs packages",
"dependencies": {
"@blueprintjs/eslint-plugin": "^0.3.4",
"@blueprintjs/eslint-plugin": "^0.3.5",
"@blueprintjs/tslint-config": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/eslint-plugin-tslint": "^4.9.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/eslint-plugin",
"version": "0.3.4",
"version": "0.3.5",
"description": "ESLint rules for use with @blueprintjs packages",
"main": "lib/index.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"eslint": "^7.15.0"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^1.6.0",
"@blueprintjs/node-build-scripts": "^1.6.1",
"@types/dedent": "^0.7.0",
"dedent": "^0.7.0",
"ts-node": "^9.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/icons",
"version": "3.30.1",
"version": "3.30.2",
"description": "Components, fonts, icons, and css files for creating and displaying icons.",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
"tslib": "~1.13.0"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^1.6.0",
"@blueprintjs/test-commons": "^0.10.13",
"@blueprintjs/node-build-scripts": "^1.6.1",
"@blueprintjs/test-commons": "^0.10.14",
"enzyme": "^3.11.0",
"mocha": "^8.2.1",
"npm-run-all": "^4.1.5",
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.18.12",
"version": "3.18.13",
"description": "Blueprint landing page",
"private": true,
"scripts": {
Expand All @@ -16,7 +16,7 @@
"verify": "run-p dist lint"
},
"dependencies": {
"@blueprintjs/core": "^3.50.2",
"@blueprintjs/core": "^3.50.3",
"classnames": "^2.2",
"react": "^16.14.0",
"react-dom": "^16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-build-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/node-build-scripts",
"version": "1.6.0",
"version": "1.6.1",
"description": "Node.js build scripts for @blueprintjs packages",
"scripts": {
"test": "exit 0"
Expand Down
8 changes: 4 additions & 4 deletions packages/popover2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/popover2",
"version": "0.12.2",
"version": "0.12.3",
"description": "Popover2 and dependent 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/core": "^3.50.2",
"@blueprintjs/core": "^3.50.3",
"@popperjs/core": "^2.5.4",
"classnames": "^2.2",
"dom4": "^2.1.5",
Expand All @@ -48,8 +48,8 @@
},
"devDependencies": {
"@blueprintjs/karma-build-scripts": "^2.0.2",
"@blueprintjs/node-build-scripts": "^1.6.0",
"@blueprintjs/test-commons": "^0.10.13",
"@blueprintjs/node-build-scripts": "^1.6.1",
"@blueprintjs/test-commons": "^0.10.14",
"enzyme": "^3.11.0",
"karma": "^5.2.2",
"mocha": "^8.1.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/select",
"version": "3.18.4",
"version": "3.18.5",
"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.50.2",
"@blueprintjs/core": "^3.50.3",
"classnames": "^2.2",
"tslib": "~1.13.0"
},
Expand All @@ -45,7 +45,7 @@
},
"devDependencies": {
"@blueprintjs/karma-build-scripts": "^2.0.2",
"@blueprintjs/node-build-scripts": "^1.6.0",
"@blueprintjs/node-build-scripts": "^1.6.1",
"enzyme": "^3.11.0",
"karma": "^5.2.3",
"mocha": "^8.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/stylelint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/stylelint-plugin",
"version": "0.4.0",
"version": "0.4.1",
"description": "Stylelint rules for use with @blueprintjs packages",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"test": "mocha test/index.js"
},
"dependencies": {
"@blueprintjs/colors": "^5.0.0-alpha.0",
"@blueprintjs/colors": "^4.0.0-alpha.0",
"postcss": "^7.0.35",
"postcss-selector-parser": "^6.0.5",
"postcss-value-parser": "^4.1.0"
Expand All @@ -21,7 +21,7 @@
"stylelint": "^13.0.0"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^1.6.0",
"@blueprintjs/node-build-scripts": "^1.6.1",
"@types/stylelint": "^9.10.1",
"mocha": "^8.2.1",
"typescript": "^4.1.2"
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.37",
"version": "3.2.38",
"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.50.2",
"@blueprintjs/table": "^3.9.6",
"@blueprintjs/core": "^3.50.3",
"@blueprintjs/table": "^3.9.7",
"classnames": "^2.2.6",
"dom4": "^2.1.5",
"lodash-es": "^4.17.15",
Expand Down
Loading

2 comments on commit f715bc3

@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 | modern colors demo

@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 | modern colors demo

Please sign in to comment.