-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
30 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,5 @@ example-responses | |
example.txt | ||
coverage | ||
bin | ||
assets/css/*.css | ||
assets/css/*.css | ||
assets/css/*.css.map |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,6 @@ First stable release. | |
|
||
- Fixed CORS in JS API (browser) | ||
|
||
## 1.4.6 | ||
## 1.4.6 - 1.4.7 | ||
|
||
- Bundles (esm, esm-min, iife) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,12 +17,12 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="theme-color" content="#157878"> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> | ||
<!-- <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}"> --> | ||
<link rel="stylesheet" href="https://caderek.github.io/gramma/assets/css/style.css?v=01079cd29d3372d7dd9bcddd99fefd1985c256e0"> | ||
<link rel="stylesheet" href="/assets/css/style.css"> | ||
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}"> | ||
<!-- <link rel="stylesheet" href="/assets/css/style.css"> --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/[email protected]/devicon.min.css"> | ||
</head> | ||
<body> | ||
<div class="version">v1.4.7</div> | ||
<header class="page-header" role="banner"> | ||
<a href="https://github.com/caderek/gramma" class="download__link"> | ||
<div class="download"> | ||
|
@@ -36,19 +36,19 @@ | |
<p>View on NPM</p> | ||
</div> | ||
</a> | ||
<a href="https://github.com/caderek/gramma/releases/download/v1.4.6/gramma-linux64-v1.4.6.zip" class="download__link"> | ||
<a href="https://github.com/caderek/gramma/releases/download/v1.4.7/gramma-linux64-v1.4.7.zip" class="download__link"> | ||
<div class="download"> | ||
<i class="devicon-linux-plain"></i> | ||
<p>Download for Linux</p> | ||
</div> | ||
</a> | ||
<a href="https://github.com/caderek/gramma/releases/download/v1.4.6/gramma-windows64-v1.4.6.zip" class="download__link"> | ||
<a href="https://github.com/caderek/gramma/releases/download/v1.4.7/gramma-windows64-v1.4.7.zip" class="download__link"> | ||
<div class="download"> | ||
<i class="devicon-windows8-original"></i> | ||
<p>Download for Windows</p> | ||
</div> | ||
</a> | ||
<a href="https://github.com/caderek/gramma/releases/download/v1.4.6/gramma-macos-v1.4.6.zip" class="download__link"> | ||
<a href="https://github.com/caderek/gramma/releases/download/v1.4.7/gramma-macos-v1.4.7.zip" class="download__link"> | ||
<div class="download"> | ||
<i class="devicon-apple-original"></i> | ||
<p>Download for MacOS</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters