Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove @microsoft/fast-foundation and @microsoft/fast-web-utilities #6996

Merged
merged 2 commits into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 0 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,8 @@ build/ @janechu @nicholasrice @chrisdholt @awentzel

# Package specific owners

# Utilities
/packages/utilities/fast-web-utilities/ @janechu @chrisdholt @nicholasrice

# Web components
/packages/web-components/fast-element/ @chrisdholt @janechu @nicholasrice
/packages/web-components/fast-foundation/ @chrisdholt @bheston @scomea @radium-v @kingoftac

# the change directory has no owners
/change/
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ When working across feature branches, you'll need to target the branch using the
```json
{
"type": "minor",
"comment": "add fancy new feature for foundation",
"packageName": "@microsoft/fast-foundation",
"comment": "add fancy new feature to FASTElement",
"packageName": "@microsoft/fast-element",
"email": "name@example.com",
"dependentChangeType": "minor",
"date": "2021-03-01T19:10:06.323Z"
Expand All @@ -122,7 +122,7 @@ If you are merging a pull request, be sure to use the pull request title as the

### Documenting breaking changes

Make sure to document the migration strategy in a `MIGRATION.md` file in the package(s) that has breaking changes, eg. `packages/web-components/fast-foundation/MIGRATION.md`.
Make sure to document the migration strategy in a `MIGRATION.md` file in the package(s) that has breaking changes, eg. `packages/web-components/fast-element/MIGRATION.md`.

Example of how to format `MIGRATION.md`:

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"private": true,
"workspaces": {
"packages": [
"packages/utilities/*",
"packages/web-components/*",
"sites/*",
"examples/todo-app",
Expand Down
11 changes: 0 additions & 11 deletions packages/utilities/fast-web-utilities/.eslintignore

This file was deleted.

9 changes: 0 additions & 9 deletions packages/utilities/fast-web-utilities/.eslintrc.json

This file was deleted.

9 changes: 0 additions & 9 deletions packages/utilities/fast-web-utilities/.mocharc.json

This file was deleted.

12 changes: 0 additions & 12 deletions packages/utilities/fast-web-utilities/.npmignore

This file was deleted.

1 change: 0 additions & 1 deletion packages/utilities/fast-web-utilities/.npmrc

This file was deleted.

3 changes: 0 additions & 3 deletions packages/utilities/fast-web-utilities/.prettierignore

This file was deleted.

Loading
Loading