Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @blueprintjs/datetime2@0.9.1
 - @blueprintjs/demo-app@4.12.1
 - @blueprintjs/docs-app@4.12.1
 - @blueprintjs/docs-data@4.12.1
 - @blueprintjs/docs-theme@4.4.16
 - @blueprintjs/select@4.8.8
 - @blueprintjs/timezone@4.5.8
  • Loading branch information
adidahiya committed Nov 7, 2022
1 parent 5003018 commit 632e192
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 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.0",
"version": "0.9.1",
"description": "Components for interacting with dates and times with timezones",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@blueprintjs/core": "^4.12.0",
"@blueprintjs/datetime": "^4.4.7",
"@blueprintjs/popover2": "^1.9.0",
"@blueprintjs/select": "^4.8.7",
"@blueprintjs/select": "^4.8.8",
"classnames": "^2.3.1",
"date-fns": "^2.29.3",
"date-fns-tz": "^1.3.4",
Expand Down
6 changes: 3 additions & 3 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.12.0",
"version": "4.12.1",
"description": "Blueprint Demo App",
"private": true,
"scripts": {
Expand All @@ -20,9 +20,9 @@
"@blueprintjs/datetime": "^4.4.7",
"@blueprintjs/icons": "^4.10.1",
"@blueprintjs/popover2": "^1.9.0",
"@blueprintjs/select": "^4.8.7",
"@blueprintjs/select": "^4.8.8",
"@blueprintjs/table": "^4.7.7",
"@blueprintjs/timezone": "^4.5.7",
"@blueprintjs/timezone": "^4.5.8",
"classnames": "^2.3.1",
"core-js": "^3.26.0",
"dom4": "^2.1.5",
Expand Down
12 changes: 6 additions & 6 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.12.0",
"version": "4.12.1",
"description": "Blueprint Documentation Site",
"private": true,
"scripts": {
Expand All @@ -18,15 +18,15 @@
"dependencies": {
"@blueprintjs/core": "^4.12.0",
"@blueprintjs/datetime": "^4.4.7",
"@blueprintjs/datetime2": "^0.9.0",
"@blueprintjs/docs-data": "^4.12.0",
"@blueprintjs/docs-theme": "^4.4.15",
"@blueprintjs/datetime2": "^0.9.1",
"@blueprintjs/docs-data": "^4.12.1",
"@blueprintjs/docs-theme": "^4.4.16",
"@blueprintjs/icons": "^4.10.1",
"@blueprintjs/popover2": "^1.9.0",
"@blueprintjs/select": "^4.8.7",
"@blueprintjs/select": "^4.8.8",
"@blueprintjs/table": "^4.7.7",
"@blueprintjs/test-commons": "^1.1.3",
"@blueprintjs/timezone": "^4.5.7",
"@blueprintjs/timezone": "^4.5.8",
"@documentalist/client": "^4.0.0",
"chroma-js": "^2.1.0",
"classnames": "^2.3.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": "4.12.0",
"version": "4.12.1",
"main": "src/index.js",
"types": "src/index.d.ts",
"private": true,
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@blueprintjs/core": "^4.12.0",
"@blueprintjs/docs-theme": "^4.4.15",
"@blueprintjs/docs-theme": "^4.4.16",
"@documentalist/compiler": "^4.0.0",
"better-handlebars": "github:wmeldon/better-handlebars",
"glob": "^8.0.3",
Expand Down
4 changes: 2 additions & 2 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.4.15",
"version": "4.4.16",
"description": "Blueprint theme for documentalist",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@blueprintjs/core": "^4.12.0",
"@blueprintjs/select": "^4.8.7",
"@blueprintjs/select": "^4.8.8",
"@documentalist/client": "^4.0.0",
"classnames": "^2.3.1",
"fuzzaldrin-plus": "^0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/select",
"version": "4.8.7",
"version": "4.8.8",
"description": "Components related to selecting items from a list",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 2 additions & 2 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.7",
"version": "4.5.8",
"description": "Components related to timezone selection and UI",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@blueprintjs/core": "^4.12.0",
"@blueprintjs/select": "^4.8.7",
"@blueprintjs/select": "^4.8.8",
"classnames": "^2.3.1",
"moment": "^2.29.0",
"moment-timezone": "^0.5.31",
Expand Down

1 comment on commit 632e192

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

Please sign in to comment.