Skip to content

Commit

Permalink
Merge branch 'hotfix/0.6.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
hiukky committed Nov 25, 2020
2 parents 5f1f83e + 5e8c25c commit 514abaf
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<a href="https://github.com/hiukky/flate/issues">
<img alt="GitHub issues" src="https://img.shields.io/github/issues/hiukky/flate?style=for-the-badge&color=ffe066&colorA=1C1D27">
</a>
<a href="httdivs://github.com/hiukky/flate/blob/develop/LICENSE">
<a href="httdivs://github.com/hiukky/flate/blob/master/LICENSE">
<img alt="GitHub license" src="https://img.shields.io/github/license/hiukky/flate?color=%23eab464&style=for-the-badge&colorA=1C1D27" />
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.0",
"version": "0.6.1",
"useWorkspaces": true,
"packages": ["packages/*"],
"npmClient": "yarn"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<a href="https://github.com/hiukky/flate/issues">
<img alt="GitHub issues" src="https://img.shields.io/github/issues/hiukky/flate?style=for-the-badge&color=ffe066&colorA=1C1D27">
</a>
<a href="httdivs://github.com/hiukky/flate/blob/develop/LICENSE">
<a href="httdivs://github.com/hiukky/flate/blob/master/LICENSE">
<img alt="GitHub license" src="https://img.shields.io/github/license/hiukky/flate?color=%23eab464&style=for-the-badge&colorA=1C1D27" />
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flate/core",
"main": "index.ts",
"version": "0.6.0",
"version": "0.6.1",
"author": {
"name": "Romullo",
"email": "developermarsh@gmail.com",
Expand Down
14 changes: 7 additions & 7 deletions packages/insomnia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<a href="https://github.com/hiukky/flate/issues">
<img alt="GitHub issues" src="https://img.shields.io/github/issues/hiukky/flate?style=for-the-badge&color=ffe066&colorA=1C1D27">
</a>
<a href="httdivs://github.com/hiukky/flate/blob/develop/LICENSE">
<a href="httdivs://github.com/hiukky/flate/blob/master/LICENSE">
<img alt="GitHub license" src="https://img.shields.io/github/license/hiukky/flate?color=%23eab464&style=for-the-badge&colorA=1C1D27" />
</a>
<a href="https://www.npmjs.com/package/@flate/insomnia">
Expand All @@ -39,29 +39,29 @@

To install this theme go to Insomnia **preferences**.

<img src="https://github.com/hiukky/flate/raw/develop/packages/insomnia/assets/preferences.png" />
<img src="https://github.com/hiukky/flate/raw/master/packages/insomnia/assets/preferences.png" />

### Preferences > Plugins

In the **plugins** session text field, type `@flate/insomnia` and click the **Install Plugin** button.

<img src="https://github.com/hiukky/flate/raw/develop/packages/insomnia/assets/plugins.png" />
<img src="https://github.com/hiukky/flate/raw/master/packages/insomnia/assets/plugins.png" />

### Preferences > Themes

After installing and activating the plugin, click on the **themes** tab and look for the **Flate** theme. Once you have done that, select the same and that's it, theme installed successfully!

<img src="https://github.com/hiukky/flate/raw/develop/packages/insomnia/assets/themes.png" />
<img src="https://github.com/hiukky/flate/raw/master/packages/insomnia/assets/themes.png" />

<h2> Variants </h2>
Choose the one that best suits you!

<div align="center">
<h3>Flate</h3>
<img src="https://github.com/hiukky/flate/raw/develop/packages/insomnia/assets/variant-flate.png" />
<img src="https://github.com/hiukky/flate/raw/master/packages/insomnia/assets/variant-flate.png" />
<h3>Flate Arc</h3>
<img src="https://github.com/hiukky/flate/raw/develop/packages/insomnia/assets/variant-arc.png" />
<img src="https://github.com/hiukky/flate/raw/master/packages/insomnia/assets/variant-arc.png" />
<br/><br/>
<h3>Flate Punk</h3>
<img src="https://github.com/hiukky/flate/raw/develop/packages/insomnia/assets/variant-punk.png" />
<img src="https://github.com/hiukky/flate/raw/master/packages/insomnia/assets/variant-punk.png" />
</div>
2 changes: 1 addition & 1 deletion packages/insomnia/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flate/insomnia",
"description": "Dark colored theme for Insomnia.",
"version": "0.6.0",
"version": "0.6.1",
"main": "index.js",
"author": {
"name": "Romullo",
Expand Down
10 changes: 5 additions & 5 deletions packages/vscode/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img alt="flate logo" src="https://github.com/hiukky/flate/raw/develop/packages/vscode/assets/banner.png"/>
<img alt="flate logo" src="https://github.com/hiukky/flate/raw/master/packages/vscode/assets/banner.png"/>
</div>

<p align="center">
Expand All @@ -18,7 +18,7 @@
<a href="https://github.com/hiukky/flate/issues">
<img alt="GitHub issues" src="https://img.shields.io/github/issues/hiukky/flate?style=for-the-badge&color=ffe066&colorA=1C1D27">
</a>
<a href="httdivs://github.com/hiukky/flate/blob/develop/LICENSE">
<a href="httdivs://github.com/hiukky/flate/blob/master/LICENSE">
<img alt="GitHub license" src="https://img.shields.io/github/license/hiukky/flate?color=%23eab464&style=for-the-badge&colorA=1C1D27" />
</a>
<a href="https://marketplace.visualstudio.com/items?itemName=hiukky.flate">
Expand All @@ -44,10 +44,10 @@ Choose the one that best suits you!

<div align="center">
<h3>Flate</h3>
<img src="https://github.com/hiukky/flate/raw/develop/packages/vscode/assets/variant-flate.png" />
<img src="https://github.com/hiukky/flate/raw/master/packages/vscode/assets/variant-flate.png" />
<h3>Flate Arc</h3>
<img src="https://github.com/hiukky/flate/raw/develop/packages/vscode/assets/variant-arc.png" />
<img src="https://github.com/hiukky/flate/raw/master/packages/vscode/assets/variant-arc.png" />
<br/><br/>
<h3>Flate Punk</h3>
<img src="https://github.com/hiukky/flate/raw/develop/packages/vscode/assets/variant-punk.png" />
<img src="https://github.com/hiukky/flate/raw/master/packages/vscode/assets/variant-punk.png" />
</div>
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "flate",
"displayName": "Flate",
"description": "Dark Colored Theme for VS Code.",
"version": "0.6.0",
"version": "0.6.1",
"publisher": "hiukky",
"author": {
"name": "Romullo",
Expand Down

0 comments on commit 514abaf

Please sign in to comment.