Skip to content

Commit

Permalink
chore(main): release zeta-web 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton committed Feb 4, 2025
1 parent c4423d5 commit ce4ffd7
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 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.3.1"
".": "0.4.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.3.1";
content: "zeta-web v0.4.0";
/* x-release-please-end */
}
details.repo-header {
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.4.0](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v0.3.1...zeta-web-v0.4.0) (2025-02-04)


### ✨ New Features

* improved test counter script to read web.test.categories.json ([c4423d5](https://github.com/ZebraDevs/zeta-web/commit/c4423d50840ceeceaa5e8d4b2d033a0fe6b1f388))
* testing structure lint rule ([c4423d5](https://github.com/ZebraDevs/zeta-web/commit/c4423d50840ceeceaa5e8d4b2d033a0fe6b1f388))
* wc code quality github action ([#7](https://github.com/ZebraDevs/zeta-web/issues/7)) ([8249776](https://github.com/ZebraDevs/zeta-web/commit/8249776699b3c24fc1020feef2ab7f0b8d156b2f))

## [0.3.1](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v0.3.0...zeta-web-v0.3.1) (2024-12-04)

### 📈 Documentation
Expand Down
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.3.1",
"version": "0.4.0",
"files": [
"dist",
"custom-elements.json",
Expand Down

0 comments on commit ce4ffd7

Please sign in to comment.