Skip to content

Commit

Permalink
chore(uniforms-patternfly): Remove library
Browse files Browse the repository at this point in the history
Currently, `@kaoto-next/uniforms-patternfly` resides as a package of this
monorepo.

While this brings better working ergonomics, this prevents to use automatic
versioning as it will means that with every change, we'll be forced to
make a version bump in `@kaoto-next/ui` and sometimes we might want to
pacage more changes in a single version.

The changes is to remove this package in favor of the extracted one here:
https://github.com/KaotoIO/uniforms-patternfly
which supports automatic version and publishing after each merge to the `main` branch
  • Loading branch information
lordrip committed Oct 2, 2023
1 parent 517a16d commit 8010a20
Show file tree
Hide file tree
Showing 65 changed files with 125 additions and 7,599 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ jobs:
- name: Install dependencies
run: yarn

# 👇 Builds the kaoto-next/uniforms-patternfly
- name: Build @kaoto-next/uniforms-patternfly library
run: yarn workspace @kaoto-next/uniforms-patternfly run build

# 👇 Builds the kaoto-next/ui in library mode
- name: Build ui library
run: yarn workspace @kaoto-next/ui run build:lib
Expand Down
4 changes: 0 additions & 4 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ packageExtensions:
dependencies:
"react": "^18.2.0"

"uniforms-bridge-simple-schema-2@*":
dependencies:
"react": "^18.2.0"

"storybook-fixtures@*":
peerDependencies:
"react-dom": "^18.2.0"
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lint:fix": "yarn eslint \"src/**/*.{ts,tsx}\" --fix"
},
"dependencies": {
"@kaoto-next/uniforms-patternfly": "workspace:*",
"@kaoto-next/uniforms-patternfly": "^0.3.2",
"@patternfly/patternfly": "^5.0.0",
"@patternfly/react-code-editor": "^5.0.0",
"@patternfly/react-core": "^5.0.0",
Expand Down
97 changes: 0 additions & 97 deletions packages/uniforms-patternfly/README.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/uniforms-patternfly/__mocks__/styleMock.js

This file was deleted.

33 changes: 0 additions & 33 deletions packages/uniforms-patternfly/jest.config.js

This file was deleted.

70 changes: 0 additions & 70 deletions packages/uniforms-patternfly/package.json

This file was deleted.

56 changes: 0 additions & 56 deletions packages/uniforms-patternfly/src/AutoField.tsx

This file was deleted.

43 changes: 0 additions & 43 deletions packages/uniforms-patternfly/src/AutoFields.tsx

This file was deleted.

31 changes: 0 additions & 31 deletions packages/uniforms-patternfly/src/AutoForm.tsx

This file was deleted.

Loading

0 comments on commit 8010a20

Please sign in to comment.