Skip to content

Commit

Permalink
Releasing 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed May 4, 2020
1 parent fa8e89f commit 900cc3e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,18 @@
Change Log
==========

## Version 0.27.0

_2020-05-04_

### Kotlin

* Update Compose to dev10. (#1118)

### Swift

* Remove context.subscribe (#1111)

## Version 0.26.0

_2020-04-17_
Expand Down
2 changes: 1 addition & 1 deletion Workflow.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Workflow'
s.version = '0.26.0'
s.version = '0.27.0'
s.summary = 'Reactive application architecture'
s.homepage = 'https://www.github.com/square/workflow'
s.license = 'Apache License, Version 2.0'
Expand Down
2 changes: 1 addition & 1 deletion WorkflowSwiftUI.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WorkflowSwiftUI'
s.version = '0.26.0'
s.version = '0.27.0'
s.summary = 'Infrastructure for Workflow-powered SwiftUI'
s.homepage = 'https://www.github.com/square/workflow'
s.license = 'Apache License, Version 2.0'
Expand Down
2 changes: 1 addition & 1 deletion WorkflowTesting.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WorkflowTesting'
s.version = '0.26.0'
s.version = '0.27.0'
s.summary = 'Reactive application architecture'
s.homepage = 'https://www.github.com/square/workflow'
s.license = 'Apache License, Version 2.0'
Expand Down
2 changes: 1 addition & 1 deletion WorkflowUI.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WorkflowUI'
s.version = '0.26.0'
s.version = '0.27.0'
s.summary = 'Infrastructure for Workflow-powered UI'
s.homepage = 'https://www.github.com/square/workflow'
s.license = 'Apache License, Version 2.0'
Expand Down
2 changes: 1 addition & 1 deletion kotlin/gradle.properties
Expand Up @@ -22,7 +22,7 @@ android.enableJetifier=true
#android.debug.obsoleteApi=true

GROUP=com.squareup.workflow
VERSION_NAME=0.26.0-SNAPSHOT
VERSION_NAME=0.27.0

POM_DESCRIPTION=Reactive workflows

Expand Down

0 comments on commit 900cc3e

Please sign in to comment.