Skip to content

Commit

Permalink
chore: Split type to not be inline (#70)
Browse files Browse the repository at this point in the history
* chore: Split type to not be inline

* chore: Update version
  • Loading branch information
scottlovegrove authored Jul 4, 2024
1 parent 9252965 commit 0950e92
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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/ui-extensions-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@doist/ui-extensions-core",
"version": "4.2.0",
"version": "4.2.1",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 3 additions & 1 deletion packages/ui-extensions-core/src/ui-helpers/card-helpers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { type DoistCardVersion, DoistCard } from '../doist-card'
import { DoistCard } from '../doist-card'

import type { DoistCardVersion } from '../doist-card'

/**
* Creates an empty DoistCard
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-extensions-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"peerDependencies": {
"@doist/reactist": "^23.1.0",
"@doist/ui-extensions-core": "^4.1.1",
"@doist/ui-extensions-core": "^4.2.0",
"adaptivecards": "^2.9.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
Expand Down

0 comments on commit 0950e92

Please sign in to comment.