Skip to content

Commit

Permalink
Prepare release v1.23.1 (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
llorca authored Jul 19, 2017
1 parent aeeeb4e commit ffa7797
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions docs/blueprint-landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -4210,8 +4210,6 @@ a.pt-button {
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-align-items: baseline;
align-items: baseline;
margin: 0 0 15px; }
.pt-form-group label.pt-label {
margin-bottom: 5px; }
Expand All @@ -4231,7 +4229,9 @@ a.pt-button {
color: #c23030; }
.pt-form-group.pt-inline {
-webkit-flex-direction: row;
flex-direction: row; }
flex-direction: row;
-webkit-align-items: baseline;
align-items: baseline; }
.pt-form-group.pt-inline.pt-large label.pt-label {
margin: 0 10px 0 0;
line-height: 40px; }
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/site-docs.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/docs/site-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -104810,7 +104810,7 @@
module.exports = [
{
"name": "@blueprintjs/core",
"version": "1.23.0"
"version": "1.23.1"
},
{
"name": "@blueprintjs/datetime",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueprint",
"version": "1.23.0",
"version": "1.23.1",
"private": true,
"description": "A React UI toolkit for the web.",
"scripts": {
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": "1.23.0",
"version": "1.23.1",
"description": "Core styles & components",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/site-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Blueprint Docs",
"private": true,
"dependencies": {
"@blueprintjs/core": "^1.23.0",
"@blueprintjs/core": "^1.23.1",
"@blueprintjs/datetime": "^1.19.0",
"@blueprintjs/docs": "^1.1.1",
"@blueprintjs/labs": "^0.4.0",
Expand Down

1 comment on commit ffa7797

@blueprint-bot
Copy link

Choose a reason for hiding this comment

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

Prepare release v1.23.1 (#1362)

Preview: documentation
Coverage: core | datetime

Please sign in to comment.