Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
0.11.2 release preparation
  • Loading branch information
jumpinjackie committed Mar 28, 2018
1 parent a7d82e4 commit c0cca31
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,4 +1,4 @@
version: 0.11.1.{build}
version: 0.11.2.{build}
shallow_clone: true
# Don't actually build. This is not a .net project
build: off
Expand Down
8 changes: 8 additions & 0 deletions docs_dev/content/RELEASE_NOTES.md
@@ -1,3 +1,11 @@
0.11.2
======

[Changelog](https://github.com/jumpinjackie/mapguide-react-layout/compare/v0.11.1...v0.11.2)

* [#562](https://github.com/jumpinjackie/mapguide-react-layout/issues/562): More scalable vertical text CSS for sidebar template
* [#566](https://github.com/jumpinjackie/mapguide-react-layout/issues/566): Fix QuickPlot not working without toggling print box first

0.11.1
======

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mapguide-react-layout",
"version": "0.11.1",
"version": "0.11.2",
"description": "A modern react-based map viewer for MapGuide",
"scripts": {
"prebuild": "yarn run clean",
Expand Down

0 comments on commit c0cca31

Please sign in to comment.