Skip to content

Commit

Permalink
Bump version to 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Feb 5, 2024
1 parent 2eb1d76 commit 1b8f4d0
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ _None._

### Internal Changes

_None._

## 9.0.1

### Internal Changes

- Depend on WordPressKit 12.0. [#829]

## 9.0.0
Expand Down
5 changes: 4 additions & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# frozen_string_literal: true

source 'https://cdn.cocoapods.org/'
# It can take CocoaPods some time to propagate new versions.
# To avoid waiting, we also publish our pods to our own specs repo.
source 'https://github.com/wordpress-mobile/cocoapods-specs.git'

inhibit_all_warnings!
use_frameworks!
Expand Down Expand Up @@ -28,7 +31,7 @@ def wordpress_authenticator_pods
## These should match the version requirement from the podspec.
pod 'Gridicons', '~> 1.0'
pod 'WordPressUI', '~> 1.7-beta'
pod 'WordPressKit', '~> 12.0'
pod 'WordPressKit', '~> 13.0'
pod 'WordPressShared', '~> 2.1-beta'

third_party_pods
Expand Down
17 changes: 9 additions & 8 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ PODS:
- SVProgressHUD (2.2.5)
- SwiftLint (0.54.0)
- UIDeviceIdentifier (2.3.0)
- WordPressAuthenticator (9.0.0):
- WordPressAuthenticator (9.0.1):
- Gridicons (~> 1.0)
- "NSURL+IDN (= 0.4)"
- SVProgressHUD (~> 2.2.5)
- WordPressKit (~> 12.0)
- WordPressKit (~> 13.0)
- WordPressShared (~> 2.1-beta)
- WordPressUI (~> 1.7-beta)
- WordPressKit (12.0.0):
- WordPressKit (13.0.0):
- Alamofire (~> 4.8.0)
- NSObject-SafeExpectations (~> 0.0.4)
- UIDeviceIdentifier (~> 2.0)
Expand All @@ -35,11 +35,13 @@ DEPENDENCIES:
- SVProgressHUD (= 2.2.5)
- SwiftLint (~> 0.49)
- WordPressAuthenticator (from `.`)
- WordPressKit (~> 12.0)
- WordPressKit (~> 13.0)
- WordPressShared (~> 2.1-beta)
- WordPressUI (~> 1.7-beta)

SPEC REPOS:
https://github.com/wordpress-mobile/cocoapods-specs.git:
- WordPressKit
trunk:
- Alamofire
- Expecta
Expand All @@ -51,7 +53,6 @@ SPEC REPOS:
- SVProgressHUD
- SwiftLint
- UIDeviceIdentifier
- WordPressKit
- WordPressShared
- WordPressUI
- wpxmlrpc
Expand All @@ -71,12 +72,12 @@ SPEC CHECKSUMS:
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211
UIDeviceIdentifier: 442b65b4ff1832d4ca9c2a157815cb29ad981b17
WordPressAuthenticator: ce9688b78d71e296ea54159c4eef3a1ea5cc1838
WordPressKit: 25452ae322f6fcb605f816caec2ff8ac707c7d9d
WordPressAuthenticator: ba69878bfa1368636e92d29fcfb5bd1e0a11a3ef
WordPressKit: 5eb7d27d27f84e875266a72281d0a4b80c825b74
WordPressShared: 87f3ee89b0a3e83106106f13a8b71605fb8eb6d2
WordPressUI: a491454affda3b0fb812812e637dc5e8f8f6bd06
wpxmlrpc: 68db063041e85d186db21f674adf08d9c70627fd

PODFILE CHECKSUM: 133f1b432d72077ba5e993fac2fe6831d9d0ff1d
PODFILE CHECKSUM: 403e1fb88c6b793469ae1895887ac6fdca395e9f

COCOAPODS: 1.14.3
4 changes: 2 additions & 2 deletions WordPressAuthenticator.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = 'WordPressAuthenticator'
s.version = '9.0.0'
s.version = '9.0.1'

s.summary = 'WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps.'
s.description = <<-DESC
Expand Down Expand Up @@ -40,6 +40,6 @@ Pod::Spec.new do |s|
# Use a loose restriction that allows both production and beta versions, up to the next major version.
# If you want to update which of these is used, specify it in the host app.
s.dependency 'WordPressUI', '~> 1.7-beta'
s.dependency 'WordPressKit', '~> 12.0'
s.dependency 'WordPressKit', '~> 13.0'
s.dependency 'WordPressShared', '~> 2.1-beta'
end

0 comments on commit 1b8f4d0

Please sign in to comment.