diff --git a/README.md b/README.md index ada68cd695..c3fef6697e 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ repositories { Include the following dependency in your project's `build.gradle`: ```groovy -implementation 'com.microsoft.design:fluent-system-icons:1.1.269@aar' +implementation 'com.microsoft.design:fluent-system-icons:1.1.270@aar' ``` For library docs, see [android/README.md](android/README.md). @@ -48,13 +48,13 @@ For library docs, see [android/README.md](android/README.md). ```ruby use_frameworks! -pod "FluentIcons", "1.1.269" +pod "FluentIcons", "1.1.270" ``` #### Carthage ```bash -git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.269" +git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.270" ``` For library docs, see [ios/README.md](ios/README.md). @@ -66,7 +66,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency: ```yaml dependencies: ... - fluentui_system_icons: ^1.1.269 + fluentui_system_icons: ^1.1.270 ``` For library docs, see [flutter/README.md](flutter/README.md). diff --git a/flutter/CHANGELOG.md b/flutter/CHANGELOG.md index 1ec11d75e5..4942d6f425 100644 --- a/flutter/CHANGELOG.md +++ b/flutter/CHANGELOG.md @@ -1 +1 @@ -## [1.1.269] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags \ No newline at end of file +## [1.1.270] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags \ No newline at end of file diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 3ddf4520ad..c2a621b6cd 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: fluentui_system_icons description: Fluent UI System Icons are a collection of familiar, friendly and modern icons from Microsoft. -version: 1.1.269 +version: 1.1.270 homepage: https://github.com/microsoft/fluentui-system-icons/tree/main environment: diff --git a/ios/FluentIcons.podspec b/ios/FluentIcons.podspec index 3510247175..c45bd5e3b1 100644 --- a/ios/FluentIcons.podspec +++ b/ios/FluentIcons.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'FluentIcons' - s.version = '1.1.269' + s.version = '1.1.270' s.summary = 'FluentIcons' s.description = <<-DESC diff --git a/ios/README.md b/ios/README.md index 7d73077442..3d78525e44 100644 --- a/ios/README.md +++ b/ios/README.md @@ -6,13 +6,13 @@ ```ruby use_frameworks! -pod "FluentIcons", "1.1.269" +pod "FluentIcons", "1.1.270" ``` ### Carthage ```bash -git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.269" +git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.270" ``` ## Usage diff --git a/packages/svg-icons/package.json b/packages/svg-icons/package.json index 80462e76bd..2bf368e309 100644 --- a/packages/svg-icons/package.json +++ b/packages/svg-icons/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/svg-icons", - "version": "1.1.269", + "version": "1.1.270", "description": "Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.", "license": "MIT", "repository": { diff --git a/packages/svg-sprites/package.json b/packages/svg-sprites/package.json index f9adee9e3d..1aeedd96f4 100644 --- a/packages/svg-sprites/package.json +++ b/packages/svg-sprites/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/svg-sprites", - "version": "1.1.269", + "version": "1.1.270", "description": "Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.", "license": "MIT", "repository": {