Skip to content

Commit

Permalink
Sync packages from partial publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Jan 9, 2025
1 parent b095971 commit ad09af5
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/utilities/fast-colors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ni/fast-colors",
"description": "A color utility for generating a range of colors from a single color",
"sideEffects": false,
"version": "0.0.1",
"version": "0.0.2",
"author": {
"name": "National Instruments"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/utilities/fast-react-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ni/fast-react-wrapper",
"description": "A utility for wrapping web components for use in React.",
"sideEffects": false,
"version": "0.0.1",
"version": "0.0.2",
"author": {
"name": "National Instruments"
},
Expand Down Expand Up @@ -88,8 +88,8 @@
"webpack": "^4.44.0"
},
"dependencies": {
"@ni/fast-element": "^0.0.1",
"@ni/fast-foundation": "^0.0.1"
"@ni/fast-element": "^0.0.2",
"@ni/fast-foundation": "^0.0.2"
},
"peerDependencies": {
"react": ">=16.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/fast-web-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ni/fast-web-utilities",
"description": "FAST web utilities",
"version": "0.0.1",
"version": "0.0.2",
"sideEffects": false,
"author": {
"name": "National Instruments"
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/fast-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ni/fast-element",
"description": "A library for constructing Web Components",
"sideEffects": false,
"version": "0.0.1",
"version": "0.0.2",
"author": {
"name": "National Instruments"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/web-components/fast-foundation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ni/fast-foundation",
"description": "A library of Web Component building blocks",
"sideEffects": false,
"version": "0.0.1",
"version": "0.0.2",
"author": {
"name": "National Instruments"
},
Expand Down Expand Up @@ -92,8 +92,8 @@
"webpack": "^4.44.0"
},
"dependencies": {
"@ni/fast-element": "^0.0.1",
"@ni/fast-web-utilities": "^0.0.1",
"@ni/fast-element": "^0.0.2",
"@ni/fast-web-utilities": "^0.0.2",
"tabbable": "^5.2.0",
"tslib": "^1.13.0"
},
Expand Down

0 comments on commit ad09af5

Please sign in to comment.