Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
v1.3.0 (#1831)
Browse files Browse the repository at this point in the history
Summary:
Preparing for a new release.

Pull Request resolved: #1831

Reviewed By: oprisnik

Differential Revision: D33638680

Pulled By: passy

fbshipit-source-id: e094efaf4453fdd61d6116459ab7504bb574c0f2
  • Loading branch information
Pascal Hartig authored and facebook-github-bot committed Jan 18, 2022
1 parent 5754520 commit 903cc9d
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 37 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.3.0 (Jan, 2022)
Please see GitHub for detailed changes: https://github.com/facebookincubator/spectrum/compare/v1.2.0...v1.3.0

# 1.2.0 (Jun 5, 2020)
- Error is now reported for images with a pixel format kCGImagePixelFormatRGB555 (iOS)
- Fixed an issue by which metadata wouldn't be added to the encoded image
Expand Down
2 changes: 1 addition & 1 deletion SpectrumCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DSPECTRUM_TARGET_IOS -DSPECTRUM_EXTERNAL'

version = '1.2.0'
version = '1.3.0'

Pod::Spec.new do |spec|
spec.name = 'SpectrumCore'
Expand Down
2 changes: 1 addition & 1 deletion SpectrumKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1'

version = '1.2.0'
version = '1.3.0'

Pod::Spec.new do |spec|
spec.name = 'SpectrumKit'
Expand Down
10 changes: 5 additions & 5 deletions docs/getting_started_android.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add the default Spectrum dependency that includes all image format plugins:
```groovy
dependencies {
// Spectrum with support for JPEG, PNG and WebP
implementation 'com.facebook.spectrum:spectrum-default:1.2.0+'
implementation 'com.facebook.spectrum:spectrum-default:1.3.0+'
}
```

Expand Down Expand Up @@ -72,9 +72,9 @@ If you later decide that you only want to bundle with certain plugins, you can s

```groovy
dependencies {
implementation 'com.facebook.spectrum:spectrum-core:1.2.0+'
implementation 'com.facebook.spectrum:spectrum-jpeg:1.2.0+'
implementation 'com.facebook.spectrum:spectrum-png:1.2.0+'
implementation 'com.facebook.spectrum:spectrum-webp:1.2.0+'
implementation 'com.facebook.spectrum:spectrum-core:1.3.0+'
implementation 'com.facebook.spectrum:spectrum-jpeg:1.3.0+'
implementation 'com.facebook.spectrum:spectrum-png:1.3.0+'
implementation 'com.facebook.spectrum:spectrum-webp:1.3.0+'
}
```
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# LICENSE file in the root directory of this source tree.

# POM publishing constants
VERSION_NAME=1.2.0
VERSION_NAME=1.3.0
GROUP=com.facebook.spectrum
SONATYPE_STAGING_PROFILE=comfacebook
POM_URL=https://github.com/facebookincubator/spectrum
Expand Down
58 changes: 29 additions & 29 deletions ios/SpectrumKitSample/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,48 +11,48 @@ PODS:
- libwebp/webp (1.1.0)
- mozjpeg (3.3.2)
- spectrum-folly (2019.01.21.00)
- SpectrumCore (1.2.0):
- SpectrumCore (1.3.0):
- spectrum-folly (~> 2019.01.21.00)
- SpectrumCore/Plugins/Jpeg (= 1.2.0)
- SpectrumCore/Plugins/Png (= 1.2.0)
- SpectrumCore/Plugins/Webp (= 1.2.0)
- SpectrumCore/Base (1.2.0):
- SpectrumCore/Plugins/Jpeg (= 1.3.0)
- SpectrumCore/Plugins/Png (= 1.3.0)
- SpectrumCore/Plugins/Webp (= 1.3.0)
- SpectrumCore/Base (1.3.0):
- spectrum-folly (~> 2019.01.21.00)
- SpectrumCore/Plugins/Jpeg (1.2.0):
- SpectrumCore/Plugins/Jpeg (1.3.0):
- mozjpeg (= 3.3.2)
- spectrum-folly (~> 2019.01.21.00)
- SpectrumCore/Base (= 1.2.0)
- SpectrumCore/Plugins/Png (1.2.0):
- SpectrumCore/Base (= 1.3.0)
- SpectrumCore/Plugins/Png (1.3.0):
- libpng (~> 1.6.35)
- spectrum-folly (~> 2019.01.21.00)
- SpectrumCore/Base (= 1.2.0)
- SpectrumCore/Plugins/Webp (1.2.0):
- SpectrumCore/Base (= 1.3.0)
- SpectrumCore/Plugins/Webp (1.3.0):
- libwebp (~> 1.1.0)
- spectrum-folly (~> 2019.01.21.00)
- SpectrumCore/Base (= 1.2.0)
- SpectrumKit (1.2.0):
- SpectrumCore/Base (= 1.3.0)
- SpectrumKit (1.3.0):
- spectrum-folly (~> 2019.01.21.00)
- SpectrumKit/Plugins/Default (= 1.2.0)
- SpectrumKit/Base (1.2.0):
- SpectrumKit/Plugins/Default (= 1.3.0)
- SpectrumKit/Base (1.3.0):
- spectrum-folly (~> 2019.01.21.00)
- SpectrumCore/Base
- SpectrumKit/Plugins/Default (1.2.0):
- SpectrumKit/Plugins/Default (1.3.0):
- spectrum-folly (~> 2019.01.21.00)
- SpectrumKit/Plugins/Jpeg (= 1.2.0)
- SpectrumKit/Plugins/Png (= 1.2.0)
- SpectrumKit/Plugins/Webp (= 1.2.0)
- SpectrumKit/Plugins/Jpeg (1.2.0):
- SpectrumKit/Plugins/Jpeg (= 1.3.0)
- SpectrumKit/Plugins/Png (= 1.3.0)
- SpectrumKit/Plugins/Webp (= 1.3.0)
- SpectrumKit/Plugins/Jpeg (1.3.0):
- spectrum-folly (~> 2019.01.21.00)
- SpectrumCore/Plugins/Jpeg
- SpectrumKit/Base (= 1.2.0)
- SpectrumKit/Plugins/Png (1.2.0):
- SpectrumKit/Base (= 1.3.0)
- SpectrumKit/Plugins/Png (1.3.0):
- spectrum-folly (~> 2019.01.21.00)
- SpectrumCore/Plugins/Png (= 1.2.0)
- SpectrumKit/Base (= 1.2.0)
- SpectrumKit/Plugins/Webp (1.2.0):
- SpectrumCore/Plugins/Png (= 1.3.0)
- SpectrumKit/Base (= 1.3.0)
- SpectrumKit/Plugins/Webp (1.3.0):
- spectrum-folly (~> 2019.01.21.00)
- SpectrumCore/Plugins/Webp (= 1.2.0)
- SpectrumKit/Base (= 1.2.0)
- SpectrumCore/Plugins/Webp (= 1.3.0)
- SpectrumKit/Base (= 1.3.0)

DEPENDENCIES:
- SpectrumCore (from `../../`)
Expand All @@ -76,9 +76,9 @@ SPEC CHECKSUMS:
libwebp: 946cb3063cea9236285f7e9a8505d806d30e07f3
mozjpeg: bbe5f12952c272e10063446feaf7ec09a800c5e3
spectrum-folly: 7a893fae801f809e710d4d5a8325034131e0e949
SpectrumCore: e4d7e7baa857185184ce8d7f6d5f850ecbd81cfc
SpectrumKit: ab258a700c3a5fd0559fba8b55db24a733eb954e
SpectrumCore: 589ac9c90500c0b6b876c2735c09f797808ee3a9
SpectrumKit: 39c7bcce4547d8851bb388ae4afa3a6ca9a1baeb

PODFILE CHECKSUM: a3355323527bc38784cfac19efa6537f855b6fa9

COCOAPODS: 1.9.3
COCOAPODS: 1.11.2

0 comments on commit 903cc9d

Please sign in to comment.