Skip to content

Commit

Permalink
docs: update docs (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton authored and github-actions committed Mar 27, 2023
1 parent 2a1cea3 commit 79683b6
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## [0.0.1+8] - 2023-03-27
### :memo: Documentation Changes
- [`fb835a4`](https://github.com/zebratechnologies/zeta-flutter/commit/fb835a43a94945989d5b0793d61894ea807bc745) - Updated spacing and grid documentation and edge cases *(PR [#11](https://github.com/zebratechnologies/zeta-flutter/pull/11) by [@thelukewalton](https://github.com/thelukewalton))*
- [`2a1cea3`](https://github.com/zebratechnologies/zeta-flutter/commit/2a1cea32d40c324cf36517cf05b5bb705d6eadb3) - Update typography documentation *(PR [#16](https://github.com/zebratechnologies/zeta-flutter/pull/16) by [@thelukewalton](https://github.com/thelukewalton))*
- [`709f771`](https://github.com/zebratechnologies/zeta-flutter/commit/709f77185be705507475d90f044f94b2908fa5bb) - update docs *(PR [#17](https://github.com/zebratechnologies/zeta-flutter/pull/17) by [@thelukewalton](https://github.com/thelukewalton))*

### :flying_saucer: Other Changes
- [`5a50e46`](https://github.com/zebratechnologies/zeta-flutter/commit/5a50e46f3500a9b186515305514839651576a444) - Update README.md ([#12](https://github.com/zebratechnologies/zeta-flutter/pull/12))

* Update README.md

adding in tag to pass the CodeQL enablement exeption

* [automated commit] lint format and import sort

---------

Co-authored-by: github-actions <github-actions@github.com> *(commit by [@knxp34](https://github.com/knxp34))*
- [`ffb9596`](https://github.com/zebratechnologies/zeta-flutter/commit/ffb9596ee04456147b87c2c35b3a08e8763bf7c2) - feat(typography) ([#14](https://github.com/zebratechnologies/zeta-flutter/pull/14))

* feat(typogrpahy): Initialising typography components

* feat(typography): Added typography styles, text widget, widgetbook, docs, example app and tests *(commit by [@thelukewalton](https://github.com/thelukewalton))*
- [`591b757`](https://github.com/zebratechnologies/zeta-flutter/commit/591b7572ebf85da7510a8b6a3f9f8451dc93535a) - inject token to action; *(PR [#15](https://github.com/zebratechnologies/zeta-flutter/pull/15) by [@thelukewalton](https://github.com/thelukewalton))*
- [`d591856`](https://github.com/zebratechnologies/zeta-flutter/commit/d59185680879bf2f938c4f2a6bd2328f29a3ddd2) - test *(commit by [@thelukewalton](https://github.com/thelukewalton))*


## [0.0.1+6] - Spacing - 2023-03-06

### :flying_saucer: Other Changes
Expand Down Expand Up @@ -56,3 +83,5 @@ adding code example _(commit by [@thelukewalton](https://github.com/thelukewalto
- Initial setup

[0.0.1+5]: https://github.com/zebratechnologies/zeta-flutter/compare/0.0.1+1...0.0.1+5

[0.0.1+8]: https://github.com/zebratechnologies/zeta-flutter/compare/0.0.1+6...0.0.1+8
2 changes: 1 addition & 1 deletion docs/flutter.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ZetaXExample extends StatelessWidget{
@override
Widget build(BuildContext context) {
return ZetaX(...);
return ZetaY(...);
}
}
```
Expand Down
1 change: 1 addition & 0 deletions example/widgetbook/components/typography_widgetbook.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ WidgetbookComponent textWidgetBook() {
label: 'Sizes',
options: const [
Option(label: 'x3/x4', value: ZetaSpacing.x3),
Option(label: 'x3.5/x4', value: ZetaSpacing.x3_5),
Option(label: 'x4/x5', value: ZetaSpacing.x4),
Option(label: 'x5/x6', value: ZetaSpacing.x5),
Option(label: 'x6/x7', value: ZetaSpacing.x6),
Expand Down
2 changes: 1 addition & 1 deletion lib/src/components/text.dart
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ class ZetaText extends StatelessWidget {

/// {@macro zeta-component-text}
///
/// {@macro zeta-type-label-sm}
/// {@macro zeta-type-label-m}
const ZetaText.labelMedium(
this.data, {
this.resetHeight = false,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zeta_flutter
description: Zeta
version: 0.0.1+7
version: 0.0.1+8
homepage:

environment:
Expand Down

0 comments on commit 79683b6

Please sign in to comment.