Skip to content

Commit 51c310a

Browse files
committed
Update Leap version and date
1 parent f67326b commit 51c310a

File tree

7 files changed

+25
-92
lines changed

7 files changed

+25
-92
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ bundle exec sass --update --force --style compressed _sass/leap.sass:css/leap.mi
3232
```
3333

3434
## Copyright and license
35-
Code and documentation copyright 2020 Treehouse Island, Inc. Code released under the [MIT license](https://github.com/treehouse/project-leap/LICENSE).
35+
Code and documentation copyright 2021 Treehouse Island, Inc. Code released under the [MIT license](https://github.com/treehouse/project-leap/LICENSE).

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</div>
88

99
<footer class="guide-contentinfo" role="contentinfo">
10-
<p class="guide-contentinfo-copy">Copyright &copy; 2020 Treehouse. All rights reserved.</p>
10+
<p class="guide-contentinfo-copy">Copyright &copy; 2021 Treehouse. All rights reserved.</p>
1111
</footer>
1212

1313
<script src="js/prism.js"></script>

_sass/leap/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$leap-version: "0.11.1";
1+
$leap-version: "0.11.2";
22

33
// Brand Colors
44
$brand-colors: (

css/leap.css

Lines changed: 2 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/leap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "project-leap",
3-
"version": "0.8.8",
3+
"version": "0.11.2",
44
"description": "An internal CSS library made for Treehouse, which contains immutable utility classes",
55
"main": "_sass/leap/",
66
"repository": {

release-notes.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
</ul>
375375
</div>
376376
</div>
377-
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
377+
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
378378
<div class="col col-10-md">
379379
<p class="text-color-light">0.11.1</p>
380380
</div>
@@ -392,4 +392,21 @@
392392
</ul>
393393
</div>
394394
</div>
395+
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
396+
<div class="col col-10-md">
397+
<p class="text-color-light">0.11.2</p>
398+
</div>
399+
<div class="col col-90-md">
400+
<p class="bold">Maintenance Updates</p>
401+
<p class="text-6-xs text-color-light">October 2021</p>
402+
<p class="text-6-xs m-t-1-xs">General</p>
403+
<ul class="text-6-xs">
404+
<li>Fixed invalid gem dependency and updated Ruby version.</li>
405+
</ul>
406+
<p class="text-6-xs m-t-1-xs">Typography</p>
407+
<ul class="text-6-xs">
408+
<li>Removed default tracking from headings.</li>
409+
</ul>
410+
</div>
411+
</div>
395412
</section>

0 commit comments

Comments
 (0)