Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluent UI Build committed Mar 28, 2024
1 parent a697cff commit 61b9039
Show file tree
Hide file tree
Showing 10 changed files with 94 additions and 18 deletions.

This file was deleted.

This file was deleted.

21 changes: 21 additions & 0 deletions packages/react-components/react-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-components",
"entries": [
{
"date": "Thu, 28 Mar 2024 10:43:54 GMT",
"tag": "@fluentui/react-components_v9.47.2",
"version": "9.47.2",
"comments": {
"minor": [
{
"author": "vkozlova@microsoft.com",
"package": "@fluentui/react-swatch-picker-preview",
"commit": "fa0be6273745fe22574c29db093d64db12348a30",
"comment": "feat(react-swatch-picker): changed API in rendering utils"
},
{
"author": "bernardo.sunderhus@gmail.com",
"package": "@fluentui/react-tag-picker-preview",
"commit": "a697cff7f93952d4c31fb135812a7fa3a19e2aee",
"comment": "feat: release preview package"
}
]
}
},
{
"date": "Wed, 27 Mar 2024 10:29:33 GMT",
"tag": "@fluentui/react-components_v9.47.2",
Expand Down
14 changes: 13 additions & 1 deletion packages/react-components/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
# Change Log - @fluentui/react-components

This log was last generated on Wed, 27 Mar 2024 10:29:33 GMT and should not be manually modified.
This log was last generated on Thu, 28 Mar 2024 10:43:54 GMT and should not be manually modified.

<!-- Start content -->

## [9.47.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.2)

Thu, 28 Mar 2024 10:43:54 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.2..@fluentui/react-components_v9.47.2)

### Minor changes

- `@fluentui/react-swatch-picker-preview`
- feat(react-swatch-picker): changed API in rendering utils ([PR #30868](https://github.com/microsoft/fluentui/pull/30868) by vkozlova@microsoft.com)
- `@fluentui/react-tag-picker-preview`
- feat: release preview package ([PR #30897](https://github.com/microsoft/fluentui/pull/30897) by bernardo.sunderhus@gmail.com)

## [9.47.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.2)

Wed, 27 Mar 2024 10:29:33 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.2..@fluentui/react-components_v9.47.2)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-swatch-picker-preview",
"entries": [
{
"date": "Thu, 28 Mar 2024 10:43:54 GMT",
"tag": "@fluentui/react-swatch-picker-preview_v0.2.0",
"version": "0.2.0",
"comments": {
"minor": [
{
"author": "vkozlova@microsoft.com",
"package": "@fluentui/react-swatch-picker-preview",
"commit": "fa0be6273745fe22574c29db093d64db12348a30",
"comment": "feat(react-swatch-picker): changed API in rendering utils"
}
]
}
},
{
"date": "Wed, 27 Mar 2024 10:29:33 GMT",
"tag": "@fluentui/react-swatch-picker-preview_v0.1.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-swatch-picker-preview

This log was last generated on Wed, 27 Mar 2024 10:29:33 GMT and should not be manually modified.
This log was last generated on Thu, 28 Mar 2024 10:43:54 GMT and should not be manually modified.

<!-- Start content -->

## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-swatch-picker-preview_v0.2.0)

Thu, 28 Mar 2024 10:43:54 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-swatch-picker-preview_v0.1.0..@fluentui/react-swatch-picker-preview_v0.2.0)

### Minor changes

- feat(react-swatch-picker): changed API in rendering utils ([PR #30868](https://github.com/microsoft/fluentui/pull/30868) by vkozlova@microsoft.com)

## [0.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-swatch-picker-preview_v0.1.0)

Wed, 27 Mar 2024 10:29:33 GMT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-swatch-picker-preview",
"version": "0.1.0",
"version": "0.2.0",
"description": "New fluentui react package",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down
20 changes: 20 additions & 0 deletions packages/react-components/react-tag-picker-preview/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "@fluentui/react-tag-picker-preview",
"entries": [
{
"date": "Thu, 28 Mar 2024 10:43:54 GMT",
"tag": "@fluentui/react-tag-picker-preview_v0.1.0",
"version": "0.1.0",
"comments": {
"minor": [
{
"author": "bernardo.sunderhus@gmail.com",
"package": "@fluentui/react-tag-picker-preview",
"commit": "a697cff7f93952d4c31fb135812a7fa3a19e2aee",
"comment": "feat: release preview package"
}
]
}
}
]
}
13 changes: 13 additions & 0 deletions packages/react-components/react-tag-picker-preview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change Log - @fluentui/react-tag-picker-preview

This log was last generated on Thu, 28 Mar 2024 10:43:54 GMT and should not be manually modified.

<!-- Start content -->

## [0.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-tag-picker-preview_v0.1.0)

Thu, 28 Mar 2024 10:43:54 GMT

### Minor changes

- feat: release preview package ([PR #30897](https://github.com/microsoft/fluentui/pull/30897) by bernardo.sunderhus@gmail.com)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-tag-picker-preview",
"version": "0.0.0",
"version": "0.1.0",
"description": "FluentUI TagPicker component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down

0 comments on commit 61b9039

Please sign in to comment.