Skip to content

Commit

Permalink
Fix generated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Yago committed Jun 6, 2023
1 parent 91c19a6 commit ede38fb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.4] - 2023-06-06
### Fixed
- Fix generated package.json

## [2.0.3] - 2023-06-06
### Fixed
- Add missing directories
Expand Down Expand Up @@ -108,7 +112,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 🐛 avoid partial utility name \[[eb48591](https://github.com/frontend/storybox/commit/eb48591e772cb1009eb4433bfe580a6d188f1ae8)]
- 🐛 fix broken render \[[8c1ac79](https://github.com/frontend/storybox/commit/8c1ac7968a68c71ab69b2ae17e9e26948e8c61d4)]

[Unreleased]: https://github.com/frontend/storybox/compare/2.0.3...HEAD
[Unreleased]: https://github.com/frontend/storybox/compare/2.0.4...HEAD
[2.0.4]: https://github.com/frontend/storybox/compare/2.0.3...2.0.4
[2.0.3]: https://github.com/frontend/storybox/compare/2.0.2...2.0.3
[2.0.2]: https://github.com/frontend/storybox/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/frontend/storybox/compare/2.0.0...2.0.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frontend-storybox",
"displayName": "📖 Storybox",
"version": "2.0.3",
"version": "2.0.4",
"description": "Storybook distribution for styleguide as a deliverable",
"author": "github/frontend",
"license": "MIT",
Expand Down
13 changes: 12 additions & 1 deletion package.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@
"name": "my-styleguide",
"displayName": "📖 Storybox",
"version": "0.0.1",
"storyboxVersion": "2.0.0",
"storyboxVersion": "2.0.4",
"description": "A brand new styleguide project",
"author": "you",
"type": "module",
"engines": {
"node": ">=16"
},
"chan": {
"release-prefix": ""
},
"scripts": {
"clean": "rm -rf node_modules/.cache",
"icons:build": "svg-sprite -s --symbol-inline --symbol-dest public/icons --symbol-sprite icons.svg src/assets/icons/*.svg",
Expand Down Expand Up @@ -62,5 +69,9 @@
"@rollup/plugin-terser": "^0.4.3",
"@vitejs/plugin-react": "^4.0.0",
"vite": "^4.3.2"
},
"optionalDependencies": {
"string-width": "4.2.2",
"strip-ansi": "6.0.0"
}
}

0 comments on commit ede38fb

Please sign in to comment.