Skip to content

Commit f981da3

Browse files
committed
Release standalone packages [skip ci]
1 parent 024b548 commit f981da3

5 files changed

Lines changed: 17 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-icons-atomic-webpack-loader/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.0.2 (2026-05-18)
2+
3+
### 🩹 Fixes
4+
5+
- **react-icons-atomic-webpack-loader:** skip indirect re-exports to avoid duplicate-export build failures ([#1082](https://github.com/microsoft/fluentui-system-icons/pull/1082))
6+
- **release:** prevent cross-group version cascade to standalone packages ([#1072](https://github.com/microsoft/fluentui-system-icons/pull/1072))
7+
18
## 0.0.1 (2026-04-17)
29

310
### 🚀 Features

packages/react-icons-atomic-webpack-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/react-icons-atomic-webpack-loader",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Webpack loader that transforms barrel imports and re-exports from @fluentui/react-icons into atomic deep paths",
55
"main": "lib/index.js",
66
"scripts": {

packages/react-icons-svg-sprite-subsetting-webpack-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.0.2 (2026-05-18)
2+
3+
### 🩹 Fixes
4+
5+
- **release:** prevent cross-group version cascade to standalone packages ([#1072](https://github.com/microsoft/fluentui-system-icons/pull/1072))
6+
17
## 0.0.1 (2026-04-17)
28

39
### 🚀 Features

packages/react-icons-svg-sprite-subsetting-webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/react-icons-svg-sprite-subsetting-webpack-plugin",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Webpack plugin to subset or merge SVG sprite assets used by @fluentui/react-icons svg-sprite APIs.",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)