Skip to content

Commit

Permalink
[PBIOS-595] 6.4.0-release (#463)
Browse files Browse the repository at this point in the history
Playbook version update
  • Loading branch information
isismsilva authored Oct 18, 2024
1 parent fdc2c1e commit 1a9be72
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
17 changes: 12 additions & 5 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# 6.3.1
# 6.4.0

##### Oct 01, 2024
##### Oct 18, 2024

List of changes:

**Kit Enhancement:**
- Destructive Button #586 (Rachel Radford)
- Height Adjusted Dropdown #564 (Rachel Radford)
- User Kit Truncation #588 (Rachel Radford)
- User Kit Name Truncation #594 (Rachel Radford)
- Add pre-selected values to the typeahead #596 (Isis Silva)

**Fixed Bugs:**
- Typeahead filter fix 1 #568 (Isis Silva)
- Improve multiline layout #529 (Isis Silva)
- Message Component Cursor Fix #541 (Rachel Radford)
- Typeahead Show No Option #553 (Rachel Radford)

**Full Changelog**: https://github.com/powerhome/playbook-swift/compare/6.2.0...6.3.0
**Full Changelog**: https://github.com/powerhome/playbook-swift/compare/6.3.1...6.4.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.3.1;
MARKETING_VERSION = 6.4.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.3.1;
MARKETING_VERSION = 6.4.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.3.1;
MARKETING_VERSION = 6.4.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.3.1;
MARKETING_VERSION = 6.4.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.3.1"
MARKETING_VERSION: "6.4.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.3.1"
MARKETING_VERSION: "6.4.0"

0 comments on commit 1a9be72

Please # to comment.