From 43dcdae8e79d0b9d7b1dd934b3fd2bfe3164cfce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8Dsis?= Date: Thu, 19 Sep 2024 09:14:37 -0400 Subject: [PATCH] [PBIOS-562] 6.3.0-release (#448) Playbook version update --- Changelog.md | 27 +++++-------------- .../project.pbxproj | 8 +++--- project.yml | 4 +-- 3 files changed, 13 insertions(+), 26 deletions(-) diff --git a/Changelog.md b/Changelog.md index 9964470d..19c842c2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,26 +1,13 @@ -# 6.2.0 +# 6.3.0 -##### Aug 28, 2024 +##### Sep 19, 2024 List of changes: **Kit Enhancement:** -- Progress Simple Colors [#458](https://github.com/powerhome/playbook-swift/pull/428) [(Rachel Radford)](https://github.com/RachelRadford21) -- Multiple User Bubble Sizes [#466](https://github.com/powerhome/playbook-swift/pull/433) [(Rachel Radford)](https://github.com/RachelRadford21) -- Progress Tracker Variant [#455](https://github.com/powerhome/playbook-swift/pull/418) [(Rachel Radford)](https://github.com/RachelRadford21) -- Full Width Nav [#469](https://github.com/powerhome/playbook-swift/pull/435) [(Rachel Radford)](https://github.com/RachelRadford21) -- Multi User Dark Mode [#481](https://github.com/powerhome/playbook-swift/pull/437) [(Rachel Radford)](https://github.com/RachelRadford21) -- Fix Typeahead on Connect [#317](https://runway.powerhrg.com/backlog_items/PBIOS-317) [(Isis)](https://github.com/isismsilva) +- Reaction Button Dark Mode [#508](https://github.com/powerhome/playbook-swift/pull/442) [(Rachel Radford)](https://github.com/RachelRadford21) +- Reaction Button Border Dark Mode [#528](https://github.com/powerhome/playbook-swift/pull/446) [(Rachel Radford)](https://github.com/RachelRadford21) +- PBAvatar status indicator size [#525](https://github.com/powerhome/playbook-swift/pull/444) [(Isis Silva)](https://github.com/isismsilva) +- Handle click on message kit [#526](https://github.com/powerhome/playbook-swift/pull/447) [(Isis Silva)](https://github.com/isismsilva) -**Fixed Bugs:** -- Dark Mode Card Fix [#430](https://github.com/powerhome/playbook-swift/pull/426) [(Rachel Radford)](https://github.com/RachelRadford21) -- Dialog Cursor macOS [#474](https://github.com/powerhome/playbook-swift/pull/434) [(Rachel Radford)](https://github.com/RachelRadford21) -- Dark Mode Status Avatar Fix [#476](https://github.com/powerhome/playbook-swift/pull/436) [(Rachel Radford)](https://github.com/RachelRadford21) -- Dark Mode Checkbox Outline Fix [#483](https://github.com/powerhome/playbook-swift/pull/438) [(Rachel Radford)](https://github.com/RachelRadford21) -- Warning Color Validation [#477](https://github.com/powerhome/playbook-swift/pull/439) [(Rachel Radford)](https://github.com/RachelRadford21) -- Dark Mode Button Fix [#427](https://github.com/powerhome/playbook-swift/pull/440) [(Rachel Radford)](https://github.com/RachelRadford21) - -**New Kits:** -- Online Status Kit [#468](https://github.com/powerhome/playbook-swift/pull/422) [(Rachel Radford)](https://github.com/RachelRadford21) - -🔗 Full Changelog: [6.1.0 to 6.2.0](https://github.com/powerhome/playbook-swift/compare/6.1.0...6.2.0) +**Full Changelog**: https://github.com/powerhome/playbook-swift/compare/6.2.0...6.3.0 diff --git a/PlaybookShowcase/PlaybookShowcase.xcodeproj/project.pbxproj b/PlaybookShowcase/PlaybookShowcase.xcodeproj/project.pbxproj index e81bccc1..c0053593 100644 --- a/PlaybookShowcase/PlaybookShowcase.xcodeproj/project.pbxproj +++ b/PlaybookShowcase/PlaybookShowcase.xcodeproj/project.pbxproj @@ -298,7 +298,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 6.2.0; + MARKETING_VERSION = 6.3.0; PRODUCT_BUNDLE_IDENTIFIER = com.powerhrg.PlaybookShowcase; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = iphoneos; @@ -336,7 +336,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 6.2.0; + MARKETING_VERSION = 6.3.0; PRODUCT_BUNDLE_IDENTIFIER = com.powerhrg.PlaybookShowcase; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "Playbook In House"; @@ -376,7 +376,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 13.3; - MARKETING_VERSION = 6.2.0; + MARKETING_VERSION = 6.3.0; PRODUCT_BUNDLE_IDENTIFIER = com.powerhrg.PlaybookShowcase; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -411,7 +411,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 13.3; - MARKETING_VERSION = 6.2.0; + MARKETING_VERSION = 6.3.0; PRODUCT_BUNDLE_IDENTIFIER = com.powerhrg.PlaybookShowcase; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "Playbook Showcase Dev ID"; diff --git a/project.yml b/project.yml index 500aea44..90aaf9e6 100644 --- a/project.yml +++ b/project.yml @@ -22,7 +22,7 @@ targets: GENERATE_INFOPLIST_FILE: false PRODUCT_BUNDLE_IDENTIFIER: com.powerhrg.PlaybookShowcase CURRENT_PROJECT_VERSION: 1 - MARKETING_VERSION: "6.2.0" + MARKETING_VERSION: "6.3.0" Playbook-macOS: type: application platform: macOS @@ -35,4 +35,4 @@ targets: GENERATE_INFOPLIST_FILE: false PRODUCT_BUNDLE_IDENTIFIER: com.powerhrg.PlaybookShowcase CURRENT_PROJECT_VERSION: 1 - MARKETING_VERSION: "6.2.0" + MARKETING_VERSION: "6.3.0"