Skip to content

Commit af588ee

Browse files
committed
fix-versions
1 parent a245202 commit af588ee

File tree

78 files changed

+78
-78
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+78
-78
lines changed

apps/E2E/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/e2e-testing",
3-
"version": "1.40.9",
3+
"version": "1.41.0",
44
"description": "Package containing E2E testing specs",
55
"license": "MIT",
66
"main": "lib-commonjs/index.js",

apps/fluent-tester/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/tester",
3-
"version": "0.170.27",
3+
"version": "0.170.28",
44
"description": "A test app to test FluentUI React Native Components during development",
55
"license": "MIT",
66
"author": "Microsoft <[email protected]>",

apps/win32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/tester-win32",
3-
"version": "0.38.46",
3+
"version": "0.38.47",
44
"main": "lib-commonjs/index.js",
55
"module": "lib/index.js",
66
"typings": "lib/index.d.ts",

packages/codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/codemods",
3-
"version": "0.5.15",
3+
"version": "0.5.16",
44
"description": "Transform files to make refactoring FURN code easier",
55
"license": "MIT",
66
"author": "Microsoft <[email protected]>",

packages/components/Avatar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/avatar",
3-
"version": "1.12.9",
3+
"version": "1.12.10",
44
"description": "A cross-platform Avatar component using the Fluent Design System",
55
"license": "MIT",
66
"author": "Microsoft <[email protected]>",

packages/components/Badge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/badge",
3-
"version": "0.11.3",
3+
"version": "0.11.4",
44
"description": "A cross-platform Badge component using the Fluent Design System. A badge is an additional visual descriptor for UI elements.",
55
"license": "MIT",
66
"author": "Microsoft <[email protected]>",

packages/components/Button/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/button",
3-
"version": "0.39.5",
3+
"version": "0.39.6",
44
"description": "A cross-platform Button component using the Fluent Design System",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",

packages/components/Callout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/callout",
3-
"version": "0.27.3",
3+
"version": "0.27.4",
44
"description": "A cross-platform Callout component using the Fluent Design System",
55
"license": "MIT",
66
"author": "",

packages/components/Checkbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/checkbox",
3-
"version": "0.23.9",
3+
"version": "0.23.10",
44
"description": "A cross-platform Checkbox component using the Fluent Design System",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",

packages/components/Chip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/chip",
3-
"version": "0.4.9",
3+
"version": "0.4.10",
44
"description": "A cross-platform Chip component using the Fluent Design System. A chip is a compact representations of entities (most commonly, people) that can be typed in, deleted or dragged easily.",
55
"license": "MIT",
66
"author": "Microsoft <[email protected]>",

0 commit comments

Comments
 (0)