Skip to content

Commit dbf9a98

Browse files
author
Gilad Gray
committed
Publish
- @blueprintjs/[email protected] - @blueprintjs/[email protected] - @blueprintjs/[email protected] - @blueprintjs/[email protected]
1 parent b91ea52 commit dbf9a98

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

packages/docs-theme/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blueprintjs/docs-theme",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Blueprint theme for documentalist",
55
"main": "lib/cjs/index.js",
66
"module": "lib/esm/index.js",
@@ -36,7 +36,7 @@
3636
"tslib": "^1.9.0"
3737
},
3838
"devDependencies": {
39-
"@blueprintjs/node-build-scripts": "^0.7.0",
39+
"@blueprintjs/node-build-scripts": "^0.8.0",
4040
"@types/fuzzaldrin-plus": "^0.6.0",
4141
"npm-run-all": "^4.1.2",
4242
"react": "^16.2.0",

packages/karma-build-scripts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@blueprintjs/karma-build-scripts",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Karma build scripts for @blueprintjs packages",
55
"scripts": {
66
"test": "exit 0"
77
},
88
"dependencies": {
9-
"@blueprintjs/webpack-build-scripts": "^0.6.0",
9+
"@blueprintjs/webpack-build-scripts": "^0.7.0",
1010
"istanbul-instrumenter-loader": "^3.0.0",
1111
"karma": "^1.7.1",
1212
"karma-chrome-launcher": "^2.2.0",

packages/node-build-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blueprintjs/node-build-scripts",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Node.js build scripts for @blueprintjs packages",
55
"scripts": {
66
"test": "exit 0"

packages/webpack-build-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blueprintjs/webpack-build-scripts",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "Webpack build scripts for @blueprintjs packages",
55
"scripts": {
66
"test": "exit 0"

0 commit comments

Comments
 (0)