Skip to content

Commit

Permalink
chore(release): Prep for 1.0.0 release (#495)
Browse files Browse the repository at this point in the history
* Version bump
* Update CHANGELOG
* Add AWSCognitoAuthPlugin/Resources/Info.plist to version bump
  • Loading branch information
palpatim authored May 27, 2020
1 parent beec57c commit a8b994b
Show file tree
Hide file tree
Showing 22 changed files with 43 additions and 27 deletions.
4 changes: 2 additions & 2 deletions AWSPluginsCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|

s.name = 'AWSPluginsCore'
s.version = '1.0.0-rc.1'
s.version = '1.0.0'
s.summary = 'Amazon Web Services Amplify for iOS.'

s.description = 'AWS Amplify for iOS provides a declarative library for application development using cloud services'
Expand All @@ -26,7 +26,7 @@ Pod::Spec.new do |s|

s.source_files = 'AmplifyPlugins/Core/AWSPluginsCore/**/*.swift'

s.dependency 'Amplify', '1.0.0-rc.1'
s.dependency 'Amplify', '1.0.0'
s.dependency 'AWSMobileClient', AWS_SDK_VERSION
s.dependency 'AWSCore', AWS_SDK_VERSION

Expand Down
4 changes: 2 additions & 2 deletions AWSPredictionsPlugin.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'AWSPredictionsPlugin'
s.version = '1.0.0-rc.1'
s.version = '1.0.0'
s.summary = 'Amazon Web Services Amplify for iOS.'

s.description = 'AWS Amplify for iOS provides a declarative library for application development using cloud services'
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.swift_version = '5.0'

AWS_SDK_VERSION = '~> 2.13.4'
AMPLIFY_VERSION = '1.0.0-rc.1'
AMPLIFY_VERSION = '1.0.0'

s.source_files = 'AmplifyPlugins/Predictions/AWSPredictionsPlugin/**/*.swift'

Expand Down
2 changes: 1 addition & 1 deletion Amplify.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|

s.name = 'Amplify'
s.version = '1.0.0-rc.1'
s.version = '1.0.0'
s.summary = 'Amazon Web Services Amplify for iOS.'

s.description = 'AWS Amplify for iOS provides a declarative library for application development using cloud services'
Expand Down
2 changes: 1 addition & 1 deletion Amplify/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0.rc.1</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion AmplifyFunctionalTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0.rc.1</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions AmplifyPlugins.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|

s.name = 'AmplifyPlugins'
s.version = '1.0.0-rc.1'
s.version = '1.0.0'
s.summary = 'Amazon Web Services Amplify for iOS.'

s.description = 'AWS Amplify for iOS provides a declarative library for application development using cloud services'
Expand All @@ -23,7 +23,7 @@ Pod::Spec.new do |s|
s.swift_version = '5.0'

AWS_SDK_VERSION = '~> 2.13.4'
AMPLIFY_VERSION = '1.0.0-rc.1'
AMPLIFY_VERSION = '1.0.0'

s.subspec 'AWSAPIPlugin' do |ss|
ss.source_files = 'AmplifyPlugins/API/AWSAPICategoryPlugin/**/*.swift'
Expand Down
2 changes: 1 addition & 1 deletion AmplifyPlugins/API/AWSAPICategoryPlugin/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0.rc.1</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0.rc.1</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion AmplifyPlugins/Core/AWSPluginsCore/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0.rc.1</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class AmplifyAWSServiceConfiguration: AWSServiceConfiguration {
override public class func baseUserAgent() -> String! {
//TODO: Retrieve this version from a centralized location:
//https://github.com/aws-amplify/amplify-ios/issues/276
let version = "1.0.0-rc.1"
let version = "1.0.0"
let sdkName = "amplify-iOS"
let systemName = UIDevice.current.systemName.replacingOccurrences(of: " ", with: "-")
let systemVersion = UIDevice.current.systemVersion
Expand Down
2 changes: 1 addition & 1 deletion AmplifyPlugins/Core/AWSPluginsCoreTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0.rc.1</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion AmplifyPlugins/Core/AWSPluginsTestCommon/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0.rc.1</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0.rc.1</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0.rc.1</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0.rc.1</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion AmplifyTestApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0.rc.1</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
6 changes: 3 additions & 3 deletions AmplifyTestCommon.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|

s.name = "AmplifyTestCommon"
s.version = "1.0.0-rc.1"
s.version = "1.0.0"
s.summary = "Test resources used by different targets"

s.description = "Provides different test resources and mock methods"
Expand All @@ -24,11 +24,11 @@ Pod::Spec.new do |s|

s.source_files = 'AmplifyTestCommon/**/*.swift'

s.dependency 'Amplify', '1.0.0-rc.1'
s.dependency 'Amplify', '1.0.0'

s.subspec 'AWSPluginsTestCommon' do |ss|
ss.source_files = 'AmplifyPlugins/Core/AWSPluginsTestCommon/**/*.swift'
ss.dependency 'AWSPluginsCore', '1.0.0-rc.1'
ss.dependency 'AWSPluginsCore', '1.0.0'
ss.dependency 'AWSCore'
end

Expand Down
2 changes: 1 addition & 1 deletion AmplifyTestCommon/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0.rc.1</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion AmplifyTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0.rc.1</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 1.0.0 (2020-05-26)

### Bug Fixes

* Tools: Add npx to amplify-app and fix typo ([#486](https://github.com/aws-amplify/amplify-ios/issues/486)) ([c7d11a7](https://github.com/aws-amplify/amplify-ios/commit/c7d11a7b1291a2aa588fdcca5bf51e259490d9b5))

### Misc

Misc cleanup, improved test coverage from RC1:

* **API:** Added SocialNote from codegen ([#469](https://github.com/aws-amplify/amplify-ios/issues/469)) ([79c6482](https://github.com/aws-amplify/amplify-ios/commit/79c648264d88683c7b2caa907f46984c811230e6))
* **Auth:** Hub events for signedIn signedOut and sessionExpire ([#457](https://github.com/aws-amplify/amplify-ios/issues/457)) ([38e0513](https://github.com/aws-amplify/amplify-ios/commit/38e0513545b6e5a5127e233ae414f247d68749be))
* **Auth:** Implementation of getCurrentUser api ([#455](https://github.com/aws-amplify/amplify-ios/issues/455)) ([59f6b18](https://github.com/aws-amplify/amplify-ios/commit/59f6b18651f1848d882c92203177981c5f195a9b))
* **Core:** bootstrap Auth configuration before other categories, and fixed analytics integration tests ([#475](https://github.com/aws-amplify/amplify-ios/issues/475)) ([c33bf1b](https://github.com/aws-amplify/amplify-ios/commit/c33bf1b11fb7496227917670dc4b75fc3f10430e))
* **DataStore:** StartSync with Auth ([#471](https://github.com/aws-amplify/amplify-ios/issues/471)) ([7cab76f](https://github.com/aws-amplify/amplify-ios/commit/7cab76fd785d7cd519280a912f8ab70fda87dc12))

## 1.0.0-rc.1 (2020-05-21)

### ⚠ BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions CoreMLPredictionsPlugin.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'CoreMLPredictionsPlugin'
s.version = '1.0.0-rc.1'
s.version = '1.0.0'
s.summary = 'Amazon Web Services Amplify for iOS.'

s.description = 'AWS Amplify for iOS provides a declarative library for application development using cloud services'
Expand All @@ -16,6 +16,6 @@ Pod::Spec.new do |s|

s.source_files = 'AmplifyPlugins/Predictions/CoreMLPredictionsPlugin/**/*.swift'

s.dependency 'Amplify', '1.0.0-rc.1'
s.dependency 'Amplify', '1.0.0'

end

0 comments on commit a8b994b

Please sign in to comment.