Skip to content

Commit

Permalink
Release 1.1.99
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentCI committed Feb 22, 2021
1 parent 2a8df12 commit 8d89ae9
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
```
Include the following dependency in your project's `build.gradle`
```groovy
implementation 'com.microsoft.design:fluent-system-icons:1.1.98'
implementation 'com.microsoft.design:fluent-system-icons:1.1.99'
```

For library docs, see [android/README.md](android/README.md).
Expand All @@ -32,13 +32,13 @@ For library docs, see [android/README.md](android/README.md).
```ruby
use_frameworks!

pod "FluentIcons", "1.1.98"
pod "FluentIcons", "1.1.99"
```

#### Carthage

```bash
git "[email protected]:microsoft/fluentui-system-icons.git" "1.1.98"
git "[email protected]:microsoft/fluentui-system-icons.git" "1.1.99"
```

For library docs, see [ios/README.md](ios/README.md).
Expand All @@ -50,7 +50,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency:
```yaml
dependencies:
...
fluentui_system_icons: ^1.1.98
fluentui_system_icons: ^1.1.99
```
For library docs, see [flutter/README.md](flutter/README.md)
Expand Down
4 changes: 2 additions & 2 deletions _iconCloud/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
}
],
"iconType": "Svg",
"lastUpdated": "2021-02-18T19:07Z",
"lastUpdated": "2021-02-22T22:24Z",
"libraryInfoKey": "3821b375b",
"libraryName": "Fluent System Library",
"libraryProperties": {
Expand All @@ -129,5 +129,5 @@
"metadata-1-sorting" : "ByWeight",
"requestIconUrl": "https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR18J4l1dADVOphobsZW8ExlUNVZTMFpJNVk4SURPWVNDSlZDNFFSWks5VS4u"
},
"libraryVersion": "1.1.98"
"libraryVersion": "1.1.99"
}
2 changes: 1 addition & 1 deletion flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
## [1.1.98] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags
## [1.1.99] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags
Binary file modified flutter/lib/fonts/FluentSystemIcons-Filled.ttf
Binary file not shown.
Binary file modified flutter/lib/fonts/FluentSystemIcons-Regular.ttf
Binary file not shown.
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.98
version: 1.1.99
homepage: https://github.com/microsoft/fluentui-system-icons/tree/master

environment:
Expand Down
Binary file modified fonts/FluentSystemIcons-Filled.ttf
Binary file not shown.
Binary file modified fonts/FluentSystemIcons-Regular.ttf
Binary file not shown.
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.98'
s.version = '1.1.99'
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.98"
pod "FluentIcons", "1.1.99"
```

### Carthage

```bash
git "[email protected]:microsoft/fluentui-system-icons.git" "1.1.98"
git "[email protected]:microsoft/fluentui-system-icons.git" "1.1.99"
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/svg-icons/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.98",
"version": "1.1.99",
"description": "Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.",
"author": "Microsoft Inc.",
"license": "MIT",
Expand Down

0 comments on commit 8d89ae9

Please sign in to comment.