Skip to content

Commit

Permalink
Merge "Release/2.0.1" to trunk (#301)
Browse files Browse the repository at this point in the history
* Small fixes on 2.0.0 (#284)

* Make the init public

* Fix placeholder displayer

* Set activity indicator tint color from palette

* Add snapshot tests for custom palette handling

* format

* Update version as 2.0.1 (#286)

* Remove TestHelpers dependency from GravatarUI (#300)

* Remove the TestHelpers dependency from GravatarUI

This seems like a copy-paste fault.

* Bump up patch version
  • Loading branch information
pinarol authored Jul 1, 2024
1 parent 56349a6 commit cbc5591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ let package = Package(
),
.target(
name: "GravatarUI",
dependencies: ["Gravatar", "TestHelpers"],
dependencies: ["Gravatar"],
swiftSettings: [
.enableExperimentalFeature("StrictConcurrency")
]
Expand Down
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Gravatar
VERSION = '2.0.1'.freeze
VERSION = '2.0.2'.freeze
SWIFT_VERSION = '5.10'.freeze
end

0 comments on commit cbc5591

Please sign in to comment.