Skip to content

Commit

Permalink
chore(main): release zeta-web 0.3.0 (#1)
Browse files Browse the repository at this point in the history
* chore(main): release zeta-web 0.3.0

* Generated locales

---------

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
thelukewalton and github-actions authored Dec 3, 2024
1 parent ecbc8d9 commit 47fa2b7
Show file tree
Hide file tree
Showing 6 changed files with 141 additions and 79 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.3.0"
}
2 changes: 1 addition & 1 deletion .storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
}
.sbdocs.sbdocs-content:last-child:after {
/* x-release-please-start-version */
content: "zeta-web v0.2.0";
content: "zeta-web v0.3.0";
/* x-release-please-end */
}
details.repo-header {
Expand Down
208 changes: 135 additions & 73 deletions CHANGELOG.md

Large diffs are not rendered by default.

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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zebra-fed/zeta-web",
"version": "0.2.0",
"version": "0.3.0",
"files": [
"dist",
"custom-elements.json",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ export {
ZetaTopAppbar,
ZetaUploadItem,
ZetaWorkcloudIndicator
};
};

0 comments on commit 47fa2b7

Please sign in to comment.