Skip to content

Commit 900cc3e

Browse files
runnerrunner
runner
authored and
runner
committed
Releasing 0.27.0
1 parent fa8e89f commit 900cc3e

6 files changed

+17
-5
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Change Log
22
==========
33

4+
## Version 0.27.0
5+
6+
_2020-05-04_
7+
8+
### Kotlin
9+
10+
* Update Compose to dev10. (#1118)
11+
12+
### Swift
13+
14+
* Remove context.subscribe (#1111)
15+
416
## Version 0.26.0
517

618
_2020-04-17_

Workflow.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Workflow'
3-
s.version = '0.26.0'
3+
s.version = '0.27.0'
44
s.summary = 'Reactive application architecture'
55
s.homepage = 'https://www.github.com/square/workflow'
66
s.license = 'Apache License, Version 2.0'

WorkflowSwiftUI.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'WorkflowSwiftUI'
3-
s.version = '0.26.0'
3+
s.version = '0.27.0'
44
s.summary = 'Infrastructure for Workflow-powered SwiftUI'
55
s.homepage = 'https://www.github.com/square/workflow'
66
s.license = 'Apache License, Version 2.0'

WorkflowTesting.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'WorkflowTesting'
3-
s.version = '0.26.0'
3+
s.version = '0.27.0'
44
s.summary = 'Reactive application architecture'
55
s.homepage = 'https://www.github.com/square/workflow'
66
s.license = 'Apache License, Version 2.0'

WorkflowUI.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'WorkflowUI'
3-
s.version = '0.26.0'
3+
s.version = '0.27.0'
44
s.summary = 'Infrastructure for Workflow-powered UI'
55
s.homepage = 'https://www.github.com/square/workflow'
66
s.license = 'Apache License, Version 2.0'

kotlin/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android.enableJetifier=true
2222
#android.debug.obsoleteApi=true
2323

2424
GROUP=com.squareup.workflow
25-
VERSION_NAME=0.26.0-SNAPSHOT
25+
VERSION_NAME=0.27.0
2626

2727
POM_DESCRIPTION=Reactive workflows
2828

0 commit comments

Comments
 (0)