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
Aug 19, 2020
1 parent
920b93f
commit 3754649
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.13](https://github.com/bukalapak/snowboard/compare/[email protected]@1.3.13) (2020-08-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* pin yrv to 0.0.29 ([920b93f](https://github.com/bukalapak/snowboard/commit/920b93fd3a1b7e8bd588371dcda877ae4881821c)) | ||
|
||
|
||
|
||
|
||
|
||
## [1.3.12](https://github.com/bukalapak/snowboard/compare/[email protected]@1.3.12) (2020-08-12) | ||
|
||
|
||
|
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.12", | ||
"version": "1.3.13", | ||
"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.19](https://github.com/bukalapak/snowboard/compare/[email protected]@4.1.19) (2020-08-19) | ||
|
||
**Note:** Version bump only for package snowboard | ||
|
||
|
||
|
||
|
||
|
||
## [4.1.18](https://github.com/bukalapak/snowboard/compare/[email protected]@4.1.18) (2020-08-12) | ||
|
||
**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.18", | ||
"version": "4.1.19", | ||
"author": "Alif Rachmawadi <[email protected]>", | ||
"bin": { | ||
"snowboard": "./bin/run" | ||
|
@@ -26,7 +26,7 @@ | |
"snowboard-packer": "^1.3.11", | ||
"snowboard-parser": "^1.1.4", | ||
"snowboard-reader": "^1.0.5", | ||
"snowboard-theme-winter": "^1.3.12" | ||
"snowboard-theme-winter": "^1.3.13" | ||
}, | ||
"devDependencies": { | ||
"@oclif/dev-cli": "^1.22.2" | ||
|