This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Alif Rachmawadi
committed
Jul 27, 2020
1 parent
69d0681
commit 5868d47
Showing
6 changed files
with
24 additions
and
5 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 |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.3.11](https://github.com/bukalapak/snowboard/compare/[email protected]@1.3.11) (2020-07-27) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add request body example to playground ([69d0681](https://github.com/bukalapak/snowboard/commit/69d068158ba03be076f46d08f757c3ead0a72e77)) | ||
|
||
|
||
|
||
|
||
|
||
## [1.3.10](https://github.com/bukalapak/snowboard/compare/[email protected]@1.3.10) (2020-07-27) | ||
|
||
**Note:** Version bump only for package snowboard-theme-winter | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "snowboard-theme-winter", | ||
"description": "Snowboard theme using Svelte", | ||
"version": "1.3.10", | ||
"version": "1.3.11", | ||
"author": "Alif Rachmawadi <[email protected]>", | ||
"dependencies": { | ||
"axios": "^0.19.2", | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [4.1.15](https://github.com/bukalapak/snowboard/compare/[email protected]@4.1.15) (2020-07-27) | ||
|
||
**Note:** Version bump only for package snowboard | ||
|
||
|
||
|
||
|
||
|
||
## [4.1.14](https://github.com/bukalapak/snowboard/compare/[email protected]@4.1.14) (2020-07-27) | ||
|
||
**Note:** Version bump only for package snowboard | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "snowboard", | ||
"description": "API blueprint toolkit", | ||
"version": "4.1.14", | ||
"version": "4.1.15", | ||
"author": "Alif Rachmawadi <[email protected]>", | ||
"bin": { | ||
"snowboard": "./bin/run" | ||
|
@@ -26,7 +26,7 @@ | |
"snowboard-packer": "^1.3.8", | ||
"snowboard-parser": "^1.1.3", | ||
"snowboard-reader": "^1.0.4", | ||
"snowboard-theme-winter": "^1.3.10" | ||
"snowboard-theme-winter": "^1.3.11" | ||
}, | ||
"devDependencies": { | ||
"@oclif/dev-cli": "^1.22.2" | ||
|