Skip to content

Commit

Permalink
chore: Export version in web (#30)
Browse files Browse the repository at this point in the history
chore: Move release-please files
  • Loading branch information
thelukewalton authored and github-actions committed Oct 10, 2024
1 parent 74bdfd2 commit dc79c67
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
- uses: googleapis/release-please-action@v4
with:
token: ${{ github.token }}
config-file: .release-please/release-please-config.json
manifest-file: .release-please/.release-please-manifest.json
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
File renamed without changes.
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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zebra-fed/zeta-icons",
"version": "0.5.2",
"version": "0.5.6",
"type": "module",
"main": "index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -74,4 +74,4 @@
"url": "https://github.com/zebratechnologies/zeta-icons/issues"
},
"homepage": "https://github.com/zebratechnologies/zeta-icons#readme"
}
}
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

0 comments on commit dc79c67

Please sign in to comment.