Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @blueprintjs/colors@4.2.0
 - @blueprintjs/core@4.19.4
 - @blueprintjs/datetime@4.4.33
 - @blueprintjs/datetime2@0.9.32
 - @blueprintjs/demo-app@4.19.4
 - @blueprintjs/docs-app@4.19.4
 - @blueprintjs/docs-data@4.19.4
 - @blueprintjs/docs-theme@4.5.21
 - @blueprintjs/icons@4.16.0
 - @blueprintjs/landing-app@4.19.4
 - @blueprintjs/monaco-editor-theme@0.2.4
 - @blueprintjs/popover2@1.14.6
 - @blueprintjs/select@4.9.19
 - @blueprintjs/stylelint-plugin@3.1.15
 - @blueprintjs/table-dev-app@4.10.6
 - @blueprintjs/table@4.10.6
 - @blueprintjs/timezone@4.5.38
  • Loading branch information
adidahiya committed May 25, 2023
1 parent c5504f6 commit 86f3453
Show file tree
Hide file tree
Showing 17 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion packages/colors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/colors",
"version": "4.1.24",
"version": "4.2.0",
"description": "Blueprint color definitions",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/core",
"version": "4.19.3",
"version": "4.19.4",
"description": "Core styles & components",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -52,8 +52,8 @@
"verify": "npm-run-all compile -p dist test lint"
},
"dependencies": {
"@blueprintjs/colors": "^4.1.24",
"@blueprintjs/icons": "^4.15.2",
"@blueprintjs/colors": "^4.2.0",
"@blueprintjs/icons": "^4.16.0",
"@juggle/resize-observer": "^3.4.0",
"@types/dom4": "^2.0.2",
"classnames": "^2.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/datetime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/datetime",
"version": "4.4.32",
"version": "4.4.33",
"description": "Components for interacting with dates and times",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"verify": "npm-run-all compile -p dist test lint"
},
"dependencies": {
"@blueprintjs/core": "^4.19.3",
"@blueprintjs/core": "^4.19.4",
"classnames": "^2.3.1",
"react-day-picker": "7.4.9",
"tslib": "~2.5.0"
Expand All @@ -56,7 +56,7 @@
}
},
"devDependencies": {
"@blueprintjs/colors": "^4.1.24",
"@blueprintjs/colors": "^4.2.0",
"@blueprintjs/karma-build-scripts": "^4.0.22",
"@blueprintjs/node-build-scripts": "^7.1.3",
"@blueprintjs/test-commons": "^1.1.18",
Expand Down
12 changes: 6 additions & 6 deletions packages/datetime2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/datetime2",
"version": "0.9.31",
"version": "0.9.32",
"description": "Components for interacting with dates and times with timezones",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -39,10 +39,10 @@
"verify": "npm-run-all compile -p dist test lint"
},
"dependencies": {
"@blueprintjs/core": "^4.19.3",
"@blueprintjs/datetime": "^4.4.32",
"@blueprintjs/popover2": "^1.14.5",
"@blueprintjs/select": "^4.9.18",
"@blueprintjs/core": "^4.19.4",
"@blueprintjs/datetime": "^4.4.33",
"@blueprintjs/popover2": "^1.14.6",
"@blueprintjs/select": "^4.9.19",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.3.7",
Expand All @@ -60,7 +60,7 @@
}
},
"devDependencies": {
"@blueprintjs/colors": "^4.1.24",
"@blueprintjs/colors": "^4.2.0",
"@blueprintjs/karma-build-scripts": "^4.0.22",
"@blueprintjs/node-build-scripts": "^7.1.3",
"@blueprintjs/test-commons": "^1.1.18",
Expand Down
16 changes: 8 additions & 8 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": "4.19.3",
"version": "4.19.4",
"description": "Blueprint Demo App",
"private": true,
"scripts": {
Expand All @@ -16,13 +16,13 @@
"verify": "run-p dist lint"
},
"dependencies": {
"@blueprintjs/core": "^4.19.3",
"@blueprintjs/datetime": "^4.4.32",
"@blueprintjs/icons": "^4.15.2",
"@blueprintjs/popover2": "^1.14.5",
"@blueprintjs/select": "^4.9.18",
"@blueprintjs/table": "^4.10.5",
"@blueprintjs/timezone": "^4.5.37",
"@blueprintjs/core": "^4.19.4",
"@blueprintjs/datetime": "^4.4.33",
"@blueprintjs/icons": "^4.16.0",
"@blueprintjs/popover2": "^1.14.6",
"@blueprintjs/select": "^4.9.19",
"@blueprintjs/table": "^4.10.6",
"@blueprintjs/timezone": "^4.5.38",
"classnames": "^2.3.1",
"core-js": "^3.29.1",
"dom4": "^2.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": "4.19.3",
"version": "4.19.4",
"description": "Blueprint Documentation Site",
"private": true,
"scripts": {
Expand All @@ -16,18 +16,18 @@
"verify": "run-p dist lint"
},
"dependencies": {
"@blueprintjs/core": "^4.19.3",
"@blueprintjs/datetime": "^4.4.32",
"@blueprintjs/datetime2": "^0.9.31",
"@blueprintjs/docs-data": "^4.19.3",
"@blueprintjs/docs-theme": "^4.5.20",
"@blueprintjs/icons": "^4.15.2",
"@blueprintjs/monaco-editor-theme": "^0.2.3",
"@blueprintjs/popover2": "^1.14.5",
"@blueprintjs/select": "^4.9.18",
"@blueprintjs/table": "^4.10.5",
"@blueprintjs/core": "^4.19.4",
"@blueprintjs/datetime": "^4.4.33",
"@blueprintjs/datetime2": "^0.9.32",
"@blueprintjs/docs-data": "^4.19.4",
"@blueprintjs/docs-theme": "^4.5.21",
"@blueprintjs/icons": "^4.16.0",
"@blueprintjs/monaco-editor-theme": "^0.2.4",
"@blueprintjs/popover2": "^1.14.6",
"@blueprintjs/select": "^4.9.19",
"@blueprintjs/table": "^4.10.6",
"@blueprintjs/test-commons": "^1.1.18",
"@blueprintjs/timezone": "^4.5.37",
"@blueprintjs/timezone": "^4.5.38",
"@documentalist/client": "^4.0.0",
"chroma-js": "^2.4.2",
"classnames": "^2.3.1",
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": "4.19.3",
"version": "4.19.4",
"main": "src/index.js",
"types": "src/index.d.ts",
"private": true,
Expand All @@ -10,8 +10,8 @@
"test": "exit 0"
},
"dependencies": {
"@blueprintjs/core": "^4.19.3",
"@blueprintjs/docs-theme": "^4.5.20",
"@blueprintjs/core": "^4.19.4",
"@blueprintjs/docs-theme": "^4.5.21",
"@documentalist/compiler": "^4.0.0",
"escape-html": "^1.0.3",
"glob": "^8.1.0",
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": "4.5.20",
"version": "4.5.21",
"description": "Blueprint theme for documentalist",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -35,9 +35,9 @@
"verify": "npm-run-all compile -p dist lint"
},
"dependencies": {
"@blueprintjs/colors": "^4.1.24",
"@blueprintjs/core": "^4.19.3",
"@blueprintjs/select": "^4.9.18",
"@blueprintjs/colors": "^4.2.0",
"@blueprintjs/core": "^4.19.4",
"@blueprintjs/select": "^4.9.19",
"@documentalist/client": "^4.0.0",
"classnames": "^2.3.1",
"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": "4.15.2",
"version": "4.16.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
6 changes: 3 additions & 3 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": "4.19.3",
"version": "4.19.4",
"description": "Blueprint landing page",
"private": true,
"scripts": {
Expand All @@ -16,8 +16,8 @@
"verify": "run-p dist lint"
},
"dependencies": {
"@blueprintjs/core": "^4.19.3",
"@blueprintjs/icons": "^4.15.2",
"@blueprintjs/core": "^4.19.4",
"@blueprintjs/icons": "^4.16.0",
"classnames": "^2.3.1",
"react": "^16.14.0",
"react-dom": "^16.14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/monaco-editor-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/monaco-editor-theme",
"version": "0.2.3",
"version": "0.2.4",
"description": "Blueprint theme for monaco-editor",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand All @@ -26,7 +26,7 @@
"verify": "npm-run-all compile -p dist lint"
},
"dependencies": {
"@blueprintjs/colors": "^4.1.24",
"@blueprintjs/colors": "^4.2.0",
"monaco-editor": "^0.37.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/popover2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/popover2",
"version": "1.14.5",
"version": "1.14.6",
"description": "Popover2 and dependent components",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"verify": "npm-run-all compile -p dist test lint"
},
"dependencies": {
"@blueprintjs/core": "^4.19.3",
"@blueprintjs/core": "^4.19.4",
"@juggle/resize-observer": "^3.4.0",
"@popperjs/core": "^2.11.7",
"classnames": "^2.3.1",
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": "4.9.18",
"version": "4.9.19",
"description": "Components related to selecting items from a list",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
"verify": "npm-run-all compile -p dist test lint"
},
"dependencies": {
"@blueprintjs/core": "^4.19.3",
"@blueprintjs/popover2": "^1.14.5",
"@blueprintjs/core": "^4.19.4",
"@blueprintjs/popover2": "^1.14.6",
"classnames": "^2.3.1",
"tslib": "~2.5.0"
},
Expand Down
4 changes: 2 additions & 2 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": "3.1.14",
"version": "3.1.15",
"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": "^4.1.24",
"@blueprintjs/colors": "^4.2.0",
"postcss": "^8.4.21",
"postcss-selector-parser": "^6.0.10",
"postcss-value-parser": "^4.2.0"
Expand Down
8 changes: 4 additions & 4 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": "4.10.5",
"version": "4.10.6",
"description": "Dev application for @blueprintjs/table",
"private": true,
"scripts": {
Expand All @@ -16,9 +16,9 @@
"verify": "npm-run-all -p dist lint"
},
"dependencies": {
"@blueprintjs/core": "^4.19.3",
"@blueprintjs/popover2": "^1.14.5",
"@blueprintjs/table": "^4.10.5",
"@blueprintjs/core": "^4.19.4",
"@blueprintjs/popover2": "^1.14.6",
"@blueprintjs/table": "^4.10.6",
"classnames": "^2.3.1",
"dom4": "^2.1.5",
"lodash": "^4.17.21",
Expand Down
8 changes: 4 additions & 4 deletions packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/table",
"version": "4.10.5",
"version": "4.10.6",
"description": "Scalable interactive table component",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
"verify": "npm-run-all compile -p dist test lint"
},
"dependencies": {
"@blueprintjs/core": "^4.19.3",
"@blueprintjs/popover2": "^1.14.5",
"@blueprintjs/core": "^4.19.4",
"@blueprintjs/popover2": "^1.14.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
"react-innertext": "^1.1.5",
Expand All @@ -58,7 +58,7 @@
}
},
"devDependencies": {
"@blueprintjs/colors": "^4.1.24",
"@blueprintjs/colors": "^4.2.0",
"@blueprintjs/node-build-scripts": "^7.1.3",
"@blueprintjs/test-commons": "^1.1.18",
"@types/prop-types": "~15.7.5",
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": "4.5.37",
"version": "4.5.38",
"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": "^4.19.3",
"@blueprintjs/select": "^4.9.18",
"@blueprintjs/core": "^4.19.4",
"@blueprintjs/select": "^4.9.19",
"classnames": "^2.3.1",
"moment": "^2.29.0",
"moment-timezone": "^0.5.31",
Expand Down

1 comment on commit 86f3453

@adidahiya
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Publish

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.