Skip to content

Commit

Permalink
[PBIOS-562] 6.3.0-release (#448)
Browse files Browse the repository at this point in the history
Playbook version update
  • Loading branch information
isismsilva authored Sep 19, 2024
1 parent 6c6fd39 commit 43dcdae
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 26 deletions.
27 changes: 7 additions & 20 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions PlaybookShowcase/PlaybookShowcase.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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";
Expand Down Expand Up @@ -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 = "";
Expand Down Expand Up @@ -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";
Expand Down
4 changes: 2 additions & 2 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"

0 comments on commit 43dcdae

Please sign in to comment.