Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumping versions for publish. #791

Merged
merged 1 commit into from
Jan 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.271@aar'
implementation 'com.microsoft.design:fluent-system-icons:1.1.273@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.271"
pod "FluentIcons", "1.1.273"
```

#### Carthage

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

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.271
fluentui_system_icons: ^1.1.273
```

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.271] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags
## [1.1.273] - 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.271
version: 1.1.273
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.271'
s.version = '1.1.273'
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.271"
pod "FluentIcons", "1.1.273"
```

### Carthage

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

## Usage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-icons-font-subsetting-webpack-plugin",
"version": "2.0.270",
"version": "2.0.273",
"description": "Webpack plugin to subset the icon fonts used by @fluentui/react-icons based on which icons are used.",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-icons",
"version": "2.0.270",
"version": "2.0.273",
"sideEffects": false,
"main": "lib-cjs/index.js",
"module": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-native-icons",
"version": "2.0.270",
"version": "2.0.273",
"sideEffects": false,
"main": "lib-cjs/index.js",
"module": "lib/index.js",
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.271",
"version": "1.1.273",
"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.271",
"version": "1.1.273",
"description": "Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.",
"license": "MIT",
"repository": {
Expand Down
Loading