Skip to content

Commit 2968428

Browse files
author
Christopher Holt
committed
applying package changes
1 parent 7f8e2db commit 2968428

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

packages/utilities/fast-react-wrapper/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@microsoft/fast-react-wrapper",
33
"description": "A utility for wrapping web components for use in React.",
44
"sideEffects": false,
5-
"version": "0.3.23",
5+
"version": "0.3.24",
66
"author": {
77
"name": "Microsoft",
88
"url": "https://discord.gg/FcSNfg4"
@@ -87,8 +87,8 @@
8787
"webpack": "^4.44.0"
8888
},
8989
"dependencies": {
90-
"@microsoft/fast-element": "^1.12.0",
91-
"@microsoft/fast-foundation": "^2.49.5"
90+
"@microsoft/fast-element": "^1.13.0",
91+
"@microsoft/fast-foundation": "^2.49.6"
9292
},
9393
"peerDependencies": {
9494
"react": ">=16.9.0"

packages/web-components/fast-element/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@microsoft/fast-element",
33
"description": "A library for constructing Web Components",
44
"sideEffects": false,
5-
"version": "1.12.0",
5+
"version": "1.13.0",
66
"author": {
77
"name": "Microsoft",
88
"url": "https://discord.gg/FcSNfg4"

packages/web-components/fast-foundation/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@microsoft/fast-foundation",
33
"description": "A library of Web Component building blocks",
44
"sideEffects": false,
5-
"version": "2.49.5",
5+
"version": "2.49.6",
66
"author": {
77
"name": "Microsoft",
88
"url": "https://discord.gg/FcSNfg4"
@@ -95,7 +95,7 @@
9595
"webpack": "^4.44.0"
9696
},
9797
"dependencies": {
98-
"@microsoft/fast-element": "^1.12.0",
98+
"@microsoft/fast-element": "^1.13.0",
9999
"@microsoft/fast-web-utilities": "^5.4.1",
100100
"tabbable": "^5.2.0",
101101
"tslib": "^1.13.0"

packages/web-components/fast-router/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@microsoft/fast-router",
33
"description": "A web-components-based router.",
44
"sideEffects": false,
5-
"version": "0.4.8",
5+
"version": "0.4.9",
66
"author": {
77
"name": "Microsoft",
88
"url": "https://discord.gg/FcSNfg4"
@@ -84,6 +84,6 @@
8484
"webpack": "^4.44.0"
8585
},
8686
"dependencies": {
87-
"@microsoft/fast-element": "^1.12.0"
87+
"@microsoft/fast-element": "^1.13.0"
8888
}
8989
}

0 commit comments

Comments
 (0)