Skip to content

Commit fddba2c

Browse files
committed
Publish
- @blueprintjs/[email protected] - @blueprintjs/[email protected] - @blueprintjs/[email protected] - @blueprintjs/[email protected]
1 parent 9acbe32 commit fddba2c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blueprintjs/core",
3-
"version": "3.23.1",
3+
"version": "3.24.0",
44
"description": "Core styles & components",
55
"main": "lib/cjs/index.js",
66
"module": "lib/esm/index.js",
@@ -46,7 +46,7 @@
4646
"verify": "npm-run-all compile -p dist test lint"
4747
},
4848
"dependencies": {
49-
"@blueprintjs/icons": "^3.12.0",
49+
"@blueprintjs/icons": "^3.14.0",
5050
"@types/dom4": "^2.0.1",
5151
"classnames": "^2.2",
5252
"dom4": "^2.1.5",

packages/docs-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blueprintjs/docs-app",
3-
"version": "3.23.0",
3+
"version": "3.24.0",
44
"description": "Blueprint Documentation Site",
55
"private": true,
66
"scripts": {
@@ -16,12 +16,12 @@
1616
"verify": "run-p dist lint"
1717
},
1818
"dependencies": {
19-
"@blueprintjs/core": "^3.23.1",
19+
"@blueprintjs/core": "^3.24.0",
2020
"@blueprintjs/datetime": "^3.15.0",
2121
"@blueprintjs/docs-data": "^3.16.0",
2222
"@blueprintjs/docs-theme": "^3.4.0",
23-
"@blueprintjs/icons": "^3.12.0",
24-
"@blueprintjs/select": "^3.11.2",
23+
"@blueprintjs/icons": "^3.14.0",
24+
"@blueprintjs/select": "^3.12.0",
2525
"@blueprintjs/table": "^3.8.3",
2626
"@blueprintjs/test-commons": "^0.10.1",
2727
"@blueprintjs/timezone": "^3.6.0",

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blueprintjs/icons",
3-
"version": "3.13.0",
3+
"version": "3.14.0",
44
"description": "Components, fonts, icons, and css files for creating and displaying icons.",
55
"main": "lib/cjs/index.js",
66
"module": "lib/esm/index.js",

packages/select/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blueprintjs/select",
3-
"version": "3.11.2",
3+
"version": "3.12.0",
44
"description": "Components related to selecting items from a list",
55
"main": "lib/cjs/index.js",
66
"module": "lib/esm/index.js",
@@ -35,7 +35,7 @@
3535
"verify": "npm-run-all compile -p dist test lint"
3636
},
3737
"dependencies": {
38-
"@blueprintjs/core": "^3.20.0",
38+
"@blueprintjs/core": "^3.24.0",
3939
"classnames": "^2.2",
4040
"tslib": "~1.10.0"
4141
},

0 commit comments

Comments
 (0)