From ff375417e842e46f94f861717a1b7a4b5434ac8e Mon Sep 17 00:00:00 2001 From: GeoffCoxMSFT Date: Mon, 24 Oct 2022 09:59:57 -0700 Subject: [PATCH 1/6] Publishing migration package --- packages/react-migration-v8-v9/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/react-migration-v8-v9/package.json b/packages/react-migration-v8-v9/package.json index 69d6a3baa0eb34..5f68fc2c0ae651 100644 --- a/packages/react-migration-v8-v9/package.json +++ b/packages/react-migration-v8-v9/package.json @@ -1,8 +1,8 @@ { "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", + "private": false, + "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", From ae87a95753fadd92c43748ee120891b6938eb415 Mon Sep 17 00:00:00 2001 From: GeoffCoxMSFT Date: Mon, 24 Oct 2022 10:00:48 -0700 Subject: [PATCH 2/6] yarn change --- ...gration-v8-v9-e1f77d05-b3f5-4c83-8d61-03fdf639bf92.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 change/@fluentui-react-migration-v8-v9-e1f77d05-b3f5-4c83-8d61-03fdf639bf92.json 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..60c5353762a1ae --- /dev/null +++ b/change/@fluentui-react-migration-v8-v9-e1f77d05-b3f5-4c83-8d61-03fdf639bf92.json @@ -0,0 +1,7 @@ +{ + "comment": "publishing migration package", + "type": "none", + "packageName": "@fluentui/react-migration-v8-v9", + "email": "gcox@microsoft.com", + "dependentChangeType": "none" +} From c95e7dc119376816d449f6e1be8c6ef954db760c Mon Sep 17 00:00:00 2001 From: "Geoff Cox (Microsoft)" Date: Mon, 24 Oct 2022 11:06:10 -0700 Subject: [PATCH 3/6] Update change/@fluentui-react-migration-v8-v9-e1f77d05-b3f5-4c83-8d61-03fdf639bf92.json Weird that it didn't choose patch for me. Co-authored-by: Tristan Watanabe --- ...ct-migration-v8-v9-e1f77d05-b3f5-4c83-8d61-03fdf639bf92.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index 60c5353762a1ae..5686b0b2c8e969 100644 --- 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 @@ -1,6 +1,6 @@ { "comment": "publishing migration package", - "type": "none", + "type": "patch", "packageName": "@fluentui/react-migration-v8-v9", "email": "gcox@microsoft.com", "dependentChangeType": "none" From f4641a6cbbda58080320f616f7b4b24e901d08b2 Mon Sep 17 00:00:00 2001 From: "Geoff Cox (Microsoft)" Date: Mon, 24 Oct 2022 11:06:26 -0700 Subject: [PATCH 4/6] Update change/@fluentui-react-migration-v8-v9-e1f77d05-b3f5-4c83-8d61-03fdf639bf92.json Co-authored-by: Tristan Watanabe --- ...ct-migration-v8-v9-e1f77d05-b3f5-4c83-8d61-03fdf639bf92.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index 5686b0b2c8e969..f0058be3a2f4ed 100644 --- 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 @@ -3,5 +3,5 @@ "type": "patch", "packageName": "@fluentui/react-migration-v8-v9", "email": "gcox@microsoft.com", - "dependentChangeType": "none" + "dependentChangeType": "patch" } From 79df736c3d37037f4342f4dda0df9df4075f640a Mon Sep 17 00:00:00 2001 From: "Geoff Cox (Microsoft)" Date: Mon, 24 Oct 2022 11:06:35 -0700 Subject: [PATCH 5/6] Update packages/react-migration-v8-v9/package.json Co-authored-by: Tristan Watanabe --- packages/react-migration-v8-v9/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/react-migration-v8-v9/package.json b/packages/react-migration-v8-v9/package.json index 5f68fc2c0ae651..83f64323a1abdd 100644 --- a/packages/react-migration-v8-v9/package.json +++ b/packages/react-migration-v8-v9/package.json @@ -1,7 +1,6 @@ { "name": "@fluentui/react-migration-v8-v9", "version": "1.0.0", - "private": false, "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", From ec86741b9550be28eb69294d734eb81f4a098f86 Mon Sep 17 00:00:00 2001 From: GeoffCoxMSFT Date: Mon, 24 Oct 2022 11:07:49 -0700 Subject: [PATCH 6/6] Fixing beachball config --- packages/react-migration-v8-v9/package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/react-migration-v8-v9/package.json b/packages/react-migration-v8-v9/package.json index 83f64323a1abdd..92fe06ed38a894 100644 --- a/packages/react-migration-v8-v9/package.json +++ b/packages/react-migration-v8-v9/package.json @@ -44,9 +44,7 @@ }, "beachball": { "disallowedChangeTypes": [ - "major", - "minor", - "patch" + "major" ] }, "exports": {