Skip to content

Commit

Permalink
Bumping versions. (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
willchavez authored Dec 14, 2024
1 parent e39d50e commit c4df8f8
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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).
Expand All @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
## [1.1.269] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags
## [1.1.270] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags
2 changes: 1 addition & 1 deletion flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion ios/FluentIcons.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/svg-icons/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svg-sprites/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c4df8f8

Please sign in to comment.