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 Dec 17, 2020
1 parent 30587bf commit 2bd7558
Show file tree
Hide file tree
Showing 10 changed files with 84 additions and 35 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

28 changes: 28 additions & 0 deletions packages/make-styles/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "@fluentui/make-styles",
"entries": [
{
"date": "Thu, 17 Dec 2020 12:30:15 GMT",
"tag": "@fluentui/make-styles_v0.2.0",
"version": "0.2.0",
"comments": {
"minor": [
{
"comment": "add initial implementation of makeStyles",
"author": "olfedias@microsoft.com",
"commit": "e17a341e6e53d2cfdfdd949972051500f988b993",
"package": "@fluentui/make-styles"
}
],
"patch": [
{
"comment": "feat(makeStyles): add an ability to increase specificity",
"author": "olfedias@microsoft.com",
"commit": "30587bf4e223d26dcfdfe05e61a0d5051b0ff5aa",
"package": "@fluentui/make-styles"
}
]
}
}
]
}
17 changes: 17 additions & 0 deletions packages/make-styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Change Log - @fluentui/make-styles

This log was last generated on Thu, 17 Dec 2020 12:30:15 GMT and should not be manually modified.

<!-- Start content -->

## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/make-styles_v0.2.0)

Thu, 17 Dec 2020 12:30:15 GMT

### Minor changes

- add initial implementation of makeStyles ([PR #16082](https://github.com/microsoft/fluentui/pull/16082) by olfedias@microsoft.com)

### Patches

- feat(makeStyles): add an ability to increase specificity ([PR #16232](https://github.com/microsoft/fluentui/pull/16232) by olfedias@microsoft.com)
2 changes: 1 addition & 1 deletion packages/make-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/make-styles",
"version": "0.1.0",
"version": "0.2.0",
"description": "Experimental utility for creating css styles/classes.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down
23 changes: 23 additions & 0 deletions packages/web-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@fluentui/web-components",
"entries": [
{
"date": "Thu, 17 Dec 2020 12:30:15 GMT",
"tag": "@fluentui/web-components_v0.10.0",
"version": "0.10.0",
"comments": {
"patch": [
{
"comment": "fix: broken rtl scenerios",
"author": "jes@microsoft.com",
"commit": "81651e8f3c1ea57df77214a50eb47fe5a816a236",
"package": "@fluentui/web-components"
}
],
"minor": [
{
"comment": "add icon only anchor support, update fast packages",
"author": "chhol@microsoft.com",
"commit": "cb8c48d775b497c7383d73d78617910bb2d5212c",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Wed, 16 Dec 2020 12:27:05 GMT",
"tag": "@fluentui/web-components_v0.9.2",
Expand Down
15 changes: 14 additions & 1 deletion packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Change Log - @fluentui/web-components

This log was last generated on Wed, 16 Dec 2020 12:27:05 GMT and should not be manually modified.
This log was last generated on Thu, 17 Dec 2020 12:30:15 GMT and should not be manually modified.

<!-- Start content -->

## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.0)

Thu, 17 Dec 2020 12:30:15 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.2..@fluentui/web-components_v0.10.0)

### Minor changes

- add icon only anchor support, update fast packages ([PR #16248](https://github.com/microsoft/fluentui/pull/16248) by chhol@microsoft.com)

### Patches

- fix: broken rtl scenerios ([PR #16247](https://github.com/microsoft/fluentui/pull/16247) by jes@microsoft.com)

## [0.9.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.2)

Wed, 16 Dec 2020 12:27:05 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluentui/web-components",
"description": "A library of Fluent Web Components",
"sideEffects": false,
"version": "0.9.2",
"version": "0.10.0",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down

0 comments on commit 2bd7558

Please sign in to comment.