Skip to content

Commit

Permalink
Update Leap version and date
Browse files Browse the repository at this point in the history
  • Loading branch information
quadule committed Oct 21, 2021
1 parent f67326b commit 51c310a
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 92 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ bundle exec sass --update --force --style compressed _sass/leap.sass:css/leap.mi
```

## Copyright and license
Code and documentation copyright 2020 Treehouse Island, Inc. Code released under the [MIT license](https://github.com/treehouse/project-leap/LICENSE).
Code and documentation copyright 2021 Treehouse Island, Inc. Code released under the [MIT license](https://github.com/treehouse/project-leap/LICENSE).
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</div>

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

<script src="js/prism.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion _sass/leap/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$leap-version: "0.11.1";
$leap-version: "0.11.2";

// Brand Colors
$brand-colors: (
Expand Down
88 changes: 2 additions & 86 deletions css/leap.css

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

2 changes: 1 addition & 1 deletion css/leap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "project-leap",
"version": "0.8.8",
"version": "0.11.2",
"description": "An internal CSS library made for Treehouse, which contains immutable utility classes",
"main": "_sass/leap/",
"repository": {
Expand Down
19 changes: 18 additions & 1 deletion release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.11.1</p>
</div>
Expand All @@ -392,4 +392,21 @@
</ul>
</div>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.11.2</p>
</div>
<div class="col col-90-md">
<p class="bold">Maintenance Updates</p>
<p class="text-6-xs text-color-light">October 2021</p>
<p class="text-6-xs m-t-1-xs">General</p>
<ul class="text-6-xs">
<li>Fixed invalid gem dependency and updated Ruby version.</li>
</ul>
<p class="text-6-xs m-t-1-xs">Typography</p>
<ul class="text-6-xs">
<li>Removed default tracking from headings.</li>
</ul>
</div>
</div>
</section>

0 comments on commit 51c310a

Please sign in to comment.