Skip to content

Commit

Permalink
chore: Add version to web output
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 10, 2024
1 parent 74bdfd2 commit 89edc32
Show file tree
Hide file tree
Showing 4 changed files with 1,753 additions and 815 deletions.
3 changes: 2 additions & 1 deletion .release-please/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
},
"extra-files": [
"outputs/flutter/icons.g.dart",
"scripts/templates/icons.dart.template"
"scripts/templates/icons.dart.template",
"index.ts"
],
"changelog-sections": [
{
Expand Down
4 changes: 4 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ export { convertedIconManifest as iconManifest };

export type { ZetaIconName } from "./outputs/web/icon-types.js";
export type * from "./scripts/types/customTypes.js";

// x-release-please-start-version
export const version = "0.5.6";
// x-release-please-end
Loading

0 comments on commit 89edc32

Please sign in to comment.