Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.0.0 #266

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages/zeta_flutter": "0.20.1",
"packages/zeta_flutter_theme": "0.20.1",
"packages/zeta_flutter_utils": "0.20.1",
"packages/zeta_icons": "0.20.1"
"packages/zeta_icons": "1.0.0"
}
15 changes: 15 additions & 0 deletions packages/zeta_icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.0.0](https://github.com/ZebraDevs/zeta_flutter/compare/v0.20.1...v1.0.0) (2025-02-04)


### 📈 Documentation

* Update documentation for zeta_flutter, zeta_flutter_utils, zeta_flutter_theme and zeta_flutter_icons ([5f8cb2f](https://github.com/ZebraDevs/zeta_flutter/commit/5f8cb2fcf6cc619024f3f5b39d783e539a887e8a))
* Update example app and widgetbook ([5f8cb2f](https://github.com/ZebraDevs/zeta_flutter/commit/5f8cb2fcf6cc619024f3f5b39d783e539a887e8a))


### 🧹 Miscellaneous Chores

* release 1.0.0 ([8372ec7](https://github.com/ZebraDevs/zeta_flutter/commit/8372ec768d09a273ea5c8e23f49874d7ba81b569))
* Update licenses ([5f8cb2f](https://github.com/ZebraDevs/zeta_flutter/commit/5f8cb2fcf6cc619024f3f5b39d783e539a887e8a))
* **UX-1182:** Make a monorepo ([#260](https://github.com/ZebraDevs/zeta_flutter/issues/260)) ([5f8cb2f](https://github.com/ZebraDevs/zeta_flutter/commit/5f8cb2fcf6cc619024f3f5b39d783e539a887e8a))

## [1.0.0-alpha.2] (2025-01-24)

### 📈 Documentation
Expand Down
2 changes: 1 addition & 1 deletion packages/zeta_icons/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zeta_icons
description: "An icon library for the Zeta Design System by Zebra Technologies."
version: 1.0.0-alpha.2
version: 1.0.0+-alpha.2
homepage: https://design.zebra.com
repository: https://github.com/zebradevs/zeta_flutter/tree/develop/packages/zeta_icons # TODO: Luke Update develop to main
issue_tracker: https://github.com/zebradevs/zeta_flutter/issues
Expand Down
3 changes: 2 additions & 1 deletion scripts/lcov_combine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ then
echo "lcov could not be found, please install it first."
exit
fi


touch tmpfile

array=()
while IFS= read -r -d '' dir; do
Expand Down
Binary file added tmpfile
Binary file not shown.