From 903cc9dbf18b4afa42387278c39b816e31505c38 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 18 Jan 2022 11:13:24 -0800 Subject: [PATCH] v1.3.0 (#1831) Summary: Preparing for a new release. Pull Request resolved: https://github.com/facebookincubator/spectrum/pull/1831 Reviewed By: oprisnik Differential Revision: D33638680 Pulled By: passy fbshipit-source-id: e094efaf4453fdd61d6116459ab7504bb574c0f2 --- CHANGELOG.md | 3 ++ SpectrumCore.podspec | 2 +- SpectrumKit.podspec | 2 +- docs/getting_started_android.md | 10 +++--- gradle.properties | 2 +- ios/SpectrumKitSample/Podfile.lock | 58 +++++++++++++++--------------- 6 files changed, 40 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d339e0f..9ddb93cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/SpectrumCore.podspec b/SpectrumCore.podspec index 2e55acf1..5580fb21 100644 --- a/SpectrumCore.podspec +++ b/SpectrumCore.podspec @@ -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' diff --git a/SpectrumKit.podspec b/SpectrumKit.podspec index 9e35bf01..79d8792d 100644 --- a/SpectrumKit.podspec +++ b/SpectrumKit.podspec @@ -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' diff --git a/docs/getting_started_android.md b/docs/getting_started_android.md index d85b8598..5e204601 100644 --- a/docs/getting_started_android.md +++ b/docs/getting_started_android.md @@ -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+' } ``` @@ -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+' } ``` diff --git a/gradle.properties b/gradle.properties index 48d05c1d..4a4b111b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/ios/SpectrumKitSample/Podfile.lock b/ios/SpectrumKitSample/Podfile.lock index 1ed22ac8..c1611b84 100644 --- a/ios/SpectrumKitSample/Podfile.lock +++ b/ios/SpectrumKitSample/Podfile.lock @@ -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 `../../`) @@ -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