Skip to content

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
Release-As: 1.0.0
  • Loading branch information
thelukewalton committed Feb 4, 2025
1 parent 5f8cb2f commit 8372ec7
Show file tree
Hide file tree
Showing 26 changed files with 158 additions and 2,481 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
flutter-version: 3.27.x
- name: Install dependencies
run: flutter pub get
- name: Format code
run: dart format --fix .
- name: Install melos
run: pub global activate melos
- name: Check Publish Warnings
run: dart pub publish --dry-run
run: melos publish
- name: Publish
run: dart pub publish --force
run: melos publish --no-dry-run

deploy-website:
runs-on: ubuntu-latest
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: CI - Pull Request
on:
pull_request:
# pull_request_target:
pull_request_target:

# Pull Request Runs on the same branch will be cancelled
concurrency:
Expand All @@ -22,13 +21,13 @@ jobs:
cache: true
channel: stable
flutter-version: 3.27.x
- run: dart pub global activate melos
- run: dart run build_runner build --delete-conflicting-outputs
- run: |
cd widgetbook
flutter pub get
- name: Setup LCOV
uses: hrishikesh-kadam/setup-lcov@v1
- run: dart pub global activate melos
- uses: ZebraDevs/flutter-code-quality@change-test-command
with:
token: ${{secrets.GITHUB_TOKEN}}
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ build/
**/.fvm/
.gradle/
local.properties
*.log
captures/
.externalNativeBuild/
.cxx/
Expand Down Expand Up @@ -149,3 +148,5 @@ package-lock.json
/.coverage
.fvm/
pubspec_overrides.yaml
/pana
/doc/api
3 changes: 1 addition & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +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",
".": "0.20.1"
"packages/zeta_icons": "0.20.1"
}
2,371 changes: 0 additions & 2,371 deletions CHANGELOG.md

This file was deleted.

21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 Zebra Technologies Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 1 addition & 1 deletion example/lib/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class _HomeState extends State<Home> {
final _theme = theme..sort((a, b) => a.name.compareTo(b.name));
return ExampleScaffold(
// x-release-please-start-version
name: 'zeta_flutter v1.0.0-alpha',
name: 'zeta_flutter v1.0.0-alpha.2',
// x-release-please-end
child: SingleChildScrollView(
child: Column(
Expand Down
8 changes: 8 additions & 0 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ packages:
- example/*
- widgetbook/*

command:
publish:
hooks:
pre: |
dart format packages --fix
dart fix --apply
scripts:
doc: dart doc packages/zeta_flutter
build_runner:
Expand All @@ -13,3 +20,4 @@ scripts:
rm -rf .coverage
melos exec -- bash ../../scripts/cov_move.sh
bash scripts/lcov_combine.sh
pana: melos exec -- bash ../../scripts/pana.sh
23 changes: 23 additions & 0 deletions packages/zeta_flutter/.pubignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
custom_docs/
example/build
example/android
example/ios
example/linux
example/macos
example/web
example/windows
example/widgetbook
appium/
test/
build/
.coverage/
scripts/
example/example.iml
example/assets/
example/lib/
example/pubspec.yaml
example/analysis_options.yaml
firebase.json
release-please-config.json
widgetbook/
doc/
7 changes: 7 additions & 0 deletions packages/zeta_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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

### 📈 Documentation

- Update documentation for zeta_flutter, zeta_flutter_utils, zeta_flutter_theme and zeta_flutter_icons ([3012e02](https://github.com/ZebraDevs/zeta_flutter/commit/3012e02e5f7f6cf2fbc3a799985840ccd362ca38))
- Update example app and widgetbook ([3012e02](https://github.com/ZebraDevs/zeta_flutter/commit/3012e02e5f7f6cf2fbc3a799985840ccd362ca38))

## [1.0.0-alpha.1] - Initial alpha release

## [0.20.2](https://github.com/ZebraDevs/zeta_flutter/compare/v0.20.1...v0.20.2) (2024-12-20)
Expand Down
2 changes: 1 addition & 1 deletion packages/zeta_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,6 @@ With these configurations, Zeta makes it easy to achieve consistent theming thro

## Licensing

This software is licensed with the MIT license (see [LICENSE](./LICENSE) and [THIRD PARTY LICENSES](./LICENSE-3RD-PARTY)).
This software is licensed with the MIT license (see [LICENSE](https://github.com/zebradevs/zeta_flutter/tree/main/LICENSE) and [THIRD PARTY LICENSES](https://github.com/zebradevs/zeta_flutter//tree/main/LICENSE-3RD-PARTY)).

---
11 changes: 5 additions & 6 deletions packages/zeta_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: zeta_flutter
version: 1.0.0-alpha.1
version: 1.0.0-alpha.2
description: Zeta is the new, formal, standardized Zebra Design System based off
the successes of ZDS (Zebra Design System). This package is in pre-release,
and so many aspects are incomplete.
homepage: https://design.zebra.com
repository: https://github.com/ZebraDevs/zeta_flutter/tree/develop/packages/zeta_flutter # TODO: Luke Update develop to
repository: https://github.com/zebradevs/zeta_flutter/tree/develop/packages/zeta_flutter # TODO: Luke Update develop to
issue_tracker: https://github.com/zebradevs/zeta_flutter/issues
documentation: https://design.zebra.com/flutter/dartdoc/index.html

environment:
sdk: ^3.6.0
Expand All @@ -21,9 +20,9 @@ dependencies:
flutter_slidable: ^3.1.2
intl: ^0.20.1
mask_text_input_formatter: ^2.9.0
zeta_flutter_theme: ^1.0.0-alpha.1
zeta_flutter_utils: ^1.0.0-alpha.1
zeta_icons: ^1.0.0-alpha.1
zeta_flutter_theme: ^1.0.0-alpha.2
zeta_flutter_utils: ^1.0.0-alpha.2
zeta_icons: ^1.0.0-alpha.2

dev_dependencies:
flutter_test:
Expand Down
77 changes: 0 additions & 77 deletions packages/zeta_flutter/test_utils/tolerant_comparator.dart

This file was deleted.

23 changes: 23 additions & 0 deletions packages/zeta_flutter_theme/.pubignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
custom_docs/
example/build
example/android
example/ios
example/linux
example/macos
example/web
example/windows
example/widgetbook
appium/
test/
build/
.coverage/
scripts/
example/example.iml
example/assets/
example/lib/
example/pubspec.yaml
example/analysis_options.yaml
firebase.json
release-please-config.json
widgetbook/
doc/
7 changes: 7 additions & 0 deletions packages/zeta_flutter_theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Changelog

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

### 📈 Documentation

- Update documentation for zeta_flutter, zeta_flutter_utils, zeta_flutter_theme and zeta_flutter_icons ([3012e02](https://github.com/ZebraDevs/zeta_flutter/commit/3012e02e5f7f6cf2fbc3a799985840ccd362ca38))
- Update example app and widgetbook ([3012e02](https://github.com/ZebraDevs/zeta_flutter/commit/3012e02e5f7f6cf2fbc3a799985840ccd362ca38))

## [1.0.0-alpha.1] - Initial alpha release
5 changes: 2 additions & 3 deletions packages/zeta_flutter_theme/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: zeta_flutter_theme
description: "Theme resources for the Zeta Design System from Zebra Technologies."
version: 1.0.0-alpha.1
version: 1.0.0-alpha.2
homepage: https://design.zebra.com
repository: https://github.com/ZebraDevs/zeta_flutter/tree/develop/packages/zeta_flutter_theme # TODO: Luke Update develop to main
repository: https://github.com/zebradevs/zeta_flutter/tree/develop/packages/zeta_flutter_theme # TODO: Luke Update develop to main
issue_tracker: https://github.com/zebradevs/zeta_flutter/issues
documentation: https://design.zebra.com/flutter/dartdoc/index.html

environment:
sdk: ^3.6.0
Expand Down
23 changes: 23 additions & 0 deletions packages/zeta_flutter_utils/.pubignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
custom_docs/
example/build
example/android
example/ios
example/linux
example/macos
example/web
example/windows
example/widgetbook
appium/
test/
build/
.coverage/
scripts/
example/example.iml
example/assets/
example/lib/
example/pubspec.yaml
example/analysis_options.yaml
firebase.json
release-please-config.json
widgetbook/
doc/
7 changes: 7 additions & 0 deletions packages/zeta_flutter_utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Changelog

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

### 📈 Documentation

- Update documentation for zeta_flutter, zeta_flutter_utils, zeta_flutter_theme and zeta_flutter_icons ([3012e02](https://github.com/ZebraDevs/zeta_flutter/commit/3012e02e5f7f6cf2fbc3a799985840ccd362ca38))
- Update example app and widgetbook ([3012e02](https://github.com/ZebraDevs/zeta_flutter/commit/3012e02e5f7f6cf2fbc3a799985840ccd362ca38))

## [1.0.0-alpha.1] - Initial alpha release
7 changes: 4 additions & 3 deletions packages/zeta_flutter_utils/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: zeta_flutter_utils
description: "Utility functions for the Zeta Design System from Zebra Technologies."
version: 1.0.0-alpha.1
version: 1.0.0-alpha.2
homepage: https://design.zebra.com
repository: https://github.com/ZebraDevs/zeta_flutter/tree/develop/packages/zeta_flutter_utils # TODO: Luke Update develop to main
repository: https://github.com/zebradevs/zeta_flutter/tree/develop/packages/zeta_flutter_utils # TODO: Luke Update develop to main
issue_tracker: https://github.com/zebradevs/zeta_flutter/issues
documentation: https://design.zebra.com/flutter/dartdoc/index.html

environment:
sdk: ^3.6.0
Expand All @@ -25,3 +24,5 @@ dev_dependencies:
zds_analysis: ^1.1.1
zeta_flutter:
path: ../zeta_flutter
zeta_flutter_theme:
path: ../zeta_flutter_theme
3 changes: 2 additions & 1 deletion .pubignore → packages/zeta_icons/.pubignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ example/pubspec.yaml
example/analysis_options.yaml
firebase.json
release-please-config.json
widgetbook/
widgetbook/
doc/
7 changes: 7 additions & 0 deletions packages/zeta_icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Changelog

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

### 📈 Documentation

- Update documentation for zeta_flutter, zeta_flutter_utils, zeta_flutter_theme and zeta_flutter_icons ([3012e02](https://github.com/ZebraDevs/zeta_flutter/commit/3012e02e5f7f6cf2fbc3a799985840ccd362ca38))
- Update example app and widgetbook ([3012e02](https://github.com/ZebraDevs/zeta_flutter/commit/3012e02e5f7f6cf2fbc3a799985840ccd362ca38))

## [1.0.0-alpha.1] - Initial alpha release
Loading

0 comments on commit 8372ec7

Please sign in to comment.