Skip to content

Commit

Permalink
feat: remove legacy packages (Shopify#44)
Browse files Browse the repository at this point in the history
## Context

Removed two legacy packages

## Changes

Removed code from:
- accordion
- postcss

## Checklist

- [x] My code follows the style guidelines of this project
- [x] I've performed a self-review of my own code
- [x] I've added a changeset if this PR contains user-facing or
noteworthy changes
- [x] I've commented my code, particularly in hard-to-understand areas
- [x] I've made corresponding changes to the documentation
- [x] I've tested my code for breaking changes and added the
corresponding
      footer in this PR if needed
  • Loading branch information
remcolakens committed Jun 19, 2023
1 parent 6073a77 commit 2b62904
Show file tree
Hide file tree
Showing 18 changed files with 67 additions and 444 deletions.
1 change: 0 additions & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"clean": "rimraf dist .turbo node_modules"
},
"devDependencies": {
"@code-internet-applications/postcss-config": "workspace:*",
"@code-internet-applications/tailwind-utils": "workspace:*",
"@code-internet-applications/tsconfig": "workspace:*",
"@storybook/addon-essentials": "^7.0.22",
Expand Down
10 changes: 6 additions & 4 deletions apps/storybook/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* eslint-disable @typescript-eslint/no-var-requires */

module.exports =
require('@code-internet-applications/postcss-config').postcssConfig;
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
43 changes: 0 additions & 43 deletions packages/components/accordion/CHANGELOG.md

This file was deleted.

77 changes: 0 additions & 77 deletions packages/components/accordion/README.md

This file was deleted.

44 changes: 0 additions & 44 deletions packages/components/accordion/package.json

This file was deleted.

60 changes: 0 additions & 60 deletions packages/components/accordion/src/accordion/index.tsx

This file was deleted.

1 change: 0 additions & 1 deletion packages/components/accordion/src/index.ts

This file was deleted.

12 changes: 0 additions & 12 deletions packages/components/accordion/stories/accordion.mdx

This file was deleted.

82 changes: 0 additions & 82 deletions packages/components/accordion/stories/accordion.stories.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions packages/components/accordion/tsconfig.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/components/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
]
},
"dependencies": {
"@code-internet-applications/accordion": "workspace:*",
"@code-internet-applications/heading": "workspace:*",
"@code-internet-applications/text": "workspace:*"
},
Expand Down
1 change: 0 additions & 1 deletion packages/components/react/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export * from '@code-internet-applications/accordion';
export * from '@code-internet-applications/heading';
export * from '@code-internet-applications/text';
27 changes: 0 additions & 27 deletions packages/config/postcss-config/CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 2b62904

Please sign in to comment.