diff --git a/change/@fluentui-react-migration-v8-v9-e1f77d05-b3f5-4c83-8d61-03fdf639bf92.json b/change/@fluentui-react-migration-v8-v9-e1f77d05-b3f5-4c83-8d61-03fdf639bf92.json new file mode 100644 index 00000000000000..f0058be3a2f4ed --- /dev/null +++ b/change/@fluentui-react-migration-v8-v9-e1f77d05-b3f5-4c83-8d61-03fdf639bf92.json @@ -0,0 +1,7 @@ +{ + "comment": "publishing migration package", + "type": "patch", + "packageName": "@fluentui/react-migration-v8-v9", + "email": "gcox@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/packages/react-migration-v8-v9/package.json b/packages/react-migration-v8-v9/package.json index 69d6a3baa0eb34..92fe06ed38a894 100644 --- a/packages/react-migration-v8-v9/package.json +++ b/packages/react-migration-v8-v9/package.json @@ -1,8 +1,7 @@ { "name": "@fluentui/react-migration-v8-v9", - "version": "1.0.0-alpha.0", - "private": true, - "description": "Migration shim components for hybrid v8/v9 apps.", + "version": "1.0.0", + "description": "Migration shim components and methods for hybrid v8/v9 applications building on Fluent UI React.", "main": "lib-commonjs/index.js", "module": "lib/index.js", "typings": "./dist/index.d.ts", @@ -45,9 +44,7 @@ }, "beachball": { "disallowedChangeTypes": [ - "major", - "minor", - "patch" + "major" ] }, "exports": {