Skip to content

Commit

Permalink
Release core 3.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
themadcreator committed Dec 6, 2019
1 parent 5f438e5 commit 23b6496
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueprintjs-monorepo",
"version": "3.22.0",
"version": "3.22.1",
"private": true,
"description": "A React UI toolkit for the web.",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/core",
"version": "3.22.0",
"version": "3.22.1",
"description": "Core styles & components",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 2 additions & 2 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.22.0",
"version": "3.22.1",
"description": "Blueprint Documentation Site",
"private": true,
"scripts": {
Expand All @@ -16,7 +16,7 @@
"verify": "run-p dist lint"
},
"dependencies": {
"@blueprintjs/core": "^3.22.0",
"@blueprintjs/core": "^3.22.1",
"@blueprintjs/datetime": "^3.15.0",
"@blueprintjs/docs-data": "^3.16.0",
"@blueprintjs/docs-theme": "^3.4.0",
Expand Down

1 comment on commit 23b6496

@blueprint-bot
Copy link

Choose a reason for hiding this comment

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

Release core 3.22.1

Previews: documentation | landing | table

Please sign in to comment.