From 808621be5a234d38d8965233eccfe6cc7a7bf9f5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 11 Nov 2024 16:07:14 +0000 Subject: [PATCH 1/3] fix(UX-1315): Update license --- LICENSE | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index d4f367ee..ced46520 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,21 @@ -Copyright 2024 Zebra Technologies +MIT License -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: +Copyright (c) 2024 Zebra Technologies Inc. -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +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 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. +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. \ No newline at end of file From fd31c5580362df7f6e91642f87571424b65393da Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 11 Nov 2024 16:25:32 +0000 Subject: [PATCH 2/3] fix(UX-1316): Update macro desciption --- lib/src/theme/color_swatch.dart | 8 +++++++- lib/src/theme/colors_base.dart | 7 +------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/lib/src/theme/color_swatch.dart b/lib/src/theme/color_swatch.dart index 25b247f3..529ecf8b 100644 --- a/lib/src/theme/color_swatch.dart +++ b/lib/src/theme/color_swatch.dart @@ -5,7 +5,13 @@ import 'color_extensions.dart'; import 'colors_base.dart'; import 'contrast.dart'; -/// A swatch of colors with values from 10 (light) to 100 (dark). +/// {@template zeta-color-swatch} +/// A swatch of colors with values from 10 (light) to 100 (dark). +/// +/// See also: +/// * [MaterialColor]. +/// {@endtemplate} +/// /// {@category Theme} @immutable class ZetaColorSwatch extends ColorSwatch with EquatableMixin { diff --git a/lib/src/theme/colors_base.dart b/lib/src/theme/colors_base.dart index 96402a2e..b8918412 100644 --- a/lib/src/theme/colors_base.dart +++ b/lib/src/theme/colors_base.dart @@ -52,12 +52,7 @@ abstract final class ZetaColorBase { /// Pure /// - /// {@template zeta-color-swatch} - /// Contains shades from 10 (light) to 100 (dark). - /// - /// See also: - /// * [ZetaColorSwatch]. - /// {@endtemplate} + /// {@macro zeta-color-swatch} static const ZetaColorSwatch pure = ZetaColorSwatch( primary: 0xFF151519, swatch: { From f9a4cf1c985570b4d4af1bf56334adf1dc422bf5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 11 Nov 2024 17:29:07 +0000 Subject: [PATCH 3/3] ci(UX-1272): Update release action workflow dispath --- .github/workflows/on-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index dc3d299c..ddfc4c8b 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -38,5 +38,5 @@ jobs: repo: 'zeta', workflow_id: 'deploy.yml', ref: 'main', - environment: 'stage', + environment: 'production', })