Skip to content

Commit

Permalink
Manual bump of web components version (microsoft#26878)
Browse files Browse the repository at this point in the history
* Manual bump of web components version to match NPM 3.0.0-alpha.4
  • Loading branch information
JustSlone authored and radium-v committed Apr 29, 2024
1 parent da56352 commit 6d6409d
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: run manually to bump wc to fix failed CI release",
"packageName": "@fluentui/web-components",
"email": "jslone@microsoft.com",
"dependentChangeType": "none"
}

This file was deleted.

This file was deleted.

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, 16 Feb 2023 16:51:48 GMT",
"tag": "@fluentui/web-components_v3.0.0-alpha.4",
"version": "3.0.0-alpha.4",
"comments": {
"none": [
{
"author": "martinhochel@microsoft.com",
"package": "@fluentui/web-components",
"commit": "ae03f3eec389aca7e15fde295868aacd51eb1822",
"comment": "chore(web-components): introduce ts-solution configs and monorepo setup/DX"
}
],
"prerelease": [
{
"author": "martinhochel@microsoft.com",
"package": "@fluentui/web-components",
"commit": "226b7af089cea03d27ec722cabc73d018f263fd1",
"comment": "fix(web-components): dont ship non production assets to npm registry"
}
]
}
},
{
"date": "Wed, 15 Feb 2023 04:24:51 GMT",
"tag": "@fluentui/web-components_v3.0.0-alpha.3",
Expand Down
11 changes: 10 additions & 1 deletion packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/web-components

This log was last generated on Wed, 15 Feb 2023 04:24:51 GMT and should not be manually modified.
This log was last generated on Thu, 16 Feb 2023 16:51:48 GMT and should not be manually modified.

<!-- Start content -->

## [3.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.4)

Thu, 16 Feb 2023 16:51:48 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.3..@fluentui/web-components_v3.0.0-alpha.4)

### Changes

- fix(web-components): dont ship non production assets to npm registry ([PR #26854](https://github.com/microsoft/fluentui/pull/26854) by martinhochel@microsoft.com)

## [3.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.3)

Wed, 15 Feb 2023 04:24:51 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": "3.0.0-alpha.3",
"version": "3.0.0-alpha.4",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down

0 comments on commit 6d6409d

Please sign in to comment.