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
Apr 25, 2020
1 parent
5e433e4
commit bf3826b
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.6](https://github.com/bukalapak/snowboard/compare/[email protected]@1.3.6) (2020-04-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* update module resolution ([5e433e4](https://github.com/bukalapak/snowboard/commit/5e433e451d93055a23d9d03228655093983133d3)) | ||
|
||
|
||
|
||
|
||
|
||
## [1.3.5](https://github.com/bukalapak/snowboard/compare/[email protected]@1.3.5) (2020-04-25) | ||
|
||
|
||
|
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-packer", | ||
"description": "The snowboard packer", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"author": "Alif Rachmawadi <[email protected]>", | ||
"dependencies": { | ||
"@babel/core": "^7.9.0", | ||
|
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.11](https://github.com/bukalapak/snowboard/compare/[email protected]@4.1.11) (2020-04-25) | ||
|
||
**Note:** Version bump only for package snowboard | ||
|
||
|
||
|
||
|
||
|
||
## [4.1.10](https://github.com/bukalapak/snowboard/compare/[email protected]@4.1.10) (2020-04-25) | ||
|
||
|
||
|
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.10", | ||
"version": "4.1.11", | ||
"author": "Alif Rachmawadi <[email protected]>", | ||
"bin": { | ||
"snowboard": "./bin/run" | ||
|
@@ -23,7 +23,7 @@ | |
"snowboard-helper": "^1.1.2", | ||
"snowboard-linter": "^1.0.2", | ||
"snowboard-mock-router": "^1.0.3", | ||
"snowboard-packer": "^1.3.5", | ||
"snowboard-packer": "^1.3.6", | ||
"snowboard-parser": "^1.1.2", | ||
"snowboard-reader": "^1.0.2", | ||
"snowboard-theme-winter": "^1.3.7" | ||
|