Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

Commit

Permalink
1.2.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
richmccartney committed Feb 13, 2017
1 parent b93f515 commit d204781
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A extension of [Vanilla framework](https://github.com/ubuntudesign/vanilla-frame
If you just need to include the latest compiled version of the MAAS GUI Framework, use our hosted version and fonts to kick start you project.

``` html
<link href="https://assets.ubuntu.com/v1/ff49080f-maas-gui-framework.build-1.1.1.min.css"rel="stylesheet" type="text/css" media="screen">
<link href="https://assets.ubuntu.com/v1/a6621278-maas-gui-framework.build-1.2.0.min.css"rel="stylesheet" type="text/css" media="screen">
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i" rel="stylesheet">
```

Expand Down
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
{
"name": "Richard McCartney",
"email": "richard.mccartney@canonical.com"
},
{
"name": "Carla Berkers",
"email": "Carla.berkers@canonical.com"
}
],
"description": "MAAS GUI framework",
Expand All @@ -21,7 +17,13 @@
"vanilla",
"framework",
"landscape",
"cloud"
"cloud",
"scss",
"css",
"ui",
"front-end",
"sass",
"maas"
],
"devDependencies": {
"gulp": "3.9",
Expand Down Expand Up @@ -50,5 +52,5 @@
"scripts": {
"clean": "rm -r build; rm -r node_modules"
},
"version": "1.1.1"
"version": "1.2.0"
}

0 comments on commit d204781

Please sign in to comment.