-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(web-components): dont ship non production assets to npm registry (#…
…26854) * fix(web-components): dont ship non production assets to npm registry * generate change file
- Loading branch information
1 parent
b0d290f
commit 0006e85
Showing
9 changed files
with
30 additions
and
20 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/@fluentui-web-components-c9bafa19-7bba-4e91-a34b-ef812e450e99.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "prerelease", | ||
"comment": "fix(web-components): dont ship non production assets to npm registry", | ||
"packageName": "@fluentui/web-components", | ||
"email": "martinhochel@microsoft.com", | ||
"dependentChangeType": "patch" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,41 @@ | ||
.vscode/ | ||
|
||
# Tests | ||
*.spec.* | ||
*.test.* | ||
coverage/ | ||
__fixtures__ | ||
__mocks__ | ||
__tests__ | ||
|
||
# images | ||
images/ | ||
|
||
# Source files | ||
src/ | ||
|
||
scripts/ | ||
|
||
# config files | ||
.eslintignore | ||
.eslintrc.js | ||
.eslintrc.json | ||
.prettierignore | ||
.storybook | ||
tsconfig.json | ||
tsconfig.lib.json | ||
tsconfig.spec.json | ||
tsconfig.build.json | ||
tsconfig.*.json | ||
rollup.config.json | ||
rollup.config.js | ||
karma.conf.cjs | ||
api-extractor.json | ||
.mocharc.json | ||
|
||
# Storybook static site | ||
dist/storybook-static/ | ||
# Storybook | ||
.storybook | ||
*.stories.* | ||
public/ | ||
dist/storybook-static/ | ||
|
||
# cache | ||
.rollupcache | ||
temp | ||
temp/ | ||
etc/ | ||
CHANGELOG.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/web-components/src/counter-badge/counter-badge.stories.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
packages/web-components/src/progress-bar/progress-bar.stories.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters