Skip to content

Commit 89942be

Browse files
committed
Merge branch 'release/0.3.6'
2 parents f745a96 + 77f88e1 commit 89942be

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
<a href="https://oo-loop.github.io/" title="documentation">> Documentation</a>
1010
</p>
1111

12-
[![npm (scoped)]( https://img.shields.io/badge/npm-0.3.5-green.svg)](https://www.npmjs.com/package/oo-loop)
12+
[![npm (scoped)]( https://img.shields.io/badge/npm-0.3.6-green.svg)](https://www.npmjs.com/package/oo-loop)
1313

14-
### Why?
1514

1615
Loop wants to reconsider the way CSS is created, aiming to make it more maintainable, readable and expressive.
1716
Loop works towards flexibility and customization without a bunch of superfluous rules and components.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loop-docs",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Documentation for loop",
55
"author": "oo-loop",
66
"license": "MIT",

docs/src/components/documentation/introduction/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</transition>
66
<h1 class="h2">Loop</h1>
77
<p class="text-large">"Why going in circles?"</p>
8-
<p><strong>0.3.5 Beta</strong></p>
8+
<p><strong>0.3.6 Beta</strong></p>
99
<p>
1010
Loop wants to reconsider the way CSS is created, aiming to make it more maintainable, readable and expressive.<br>
1111
Loop works towards flexibility and customization without a bunch of superfluous rules and components.<br>

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "oo-loop",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
4+
"dist-tags": { "latest": "0.3.6" },
5+
"versions": [
6+
"0.3.6",
7+
"0.3.5"
8+
],
49
"description": "Why Going in circles",
510
"style": "dist/loop.css",
611
"sass": "scss/_loop.scss",

0 commit comments

Comments
 (0)