-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): set
package.json
to 1.0.0 [skip ci]
# @opengemeenten/iconset-react 1.0.0 (2022-06-23) ### Bug Fixes * **iconset-react:** remove relative path dependency ([0a47856](0a47856)) ### chore * **iconset-react:** rename package to iconset-react ([850a5c6](850a5c6)) ### Features * add @wip/iconset-web-component as dependency ([42154b5](42154b5)) * **iconset-react:** support react 18 ([1685d3c](1685d3c)) ### BREAKING CHANGES * **iconset-react:** rename package name to @opengemeenten/iconset-react
- Loading branch information
1 parent
0a47856
commit 93d0cff
Showing
31 changed files
with
796 additions
and
0 deletions.
There are no files selected for viewing
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,3 +1,26 @@ | ||
# @opengemeenten/iconset-react 1.0.0 (2022-06-23) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **iconset-react:** remove relative path dependency ([0a47856](https://github.com/frameless/iconset-npm/commit/0a4785627b81fc8d2332bca81a1d0a5e320d517d)) | ||
|
||
|
||
### chore | ||
|
||
* **iconset-react:** rename package to iconset-react ([850a5c6](https://github.com/frameless/iconset-npm/commit/850a5c6d52b7fbfba6f3c48ecc85008566425064)) | ||
|
||
|
||
### Features | ||
|
||
* add @wip/iconset-web-component as dependency ([42154b5](https://github.com/frameless/iconset-npm/commit/42154b57327b798f00808c30e1e6985272902a9f)) | ||
* **iconset-react:** support react 18 ([1685d3c](https://github.com/frameless/iconset-npm/commit/1685d3ce0d6752e41b50cde8d322285017b5af7c)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **iconset-react:** rename package name to @opengemeenten/iconset-react | ||
|
||
# @opengemeenten/iconset-react [1.2.0](https://github.com/frameless/iconset-npm/compare/@opengemeenten/[email protected]...@opengemeenten/[email protected]) (2022-06-22) | ||
|
||
### Features | ||
|
163 changes: 163 additions & 0 deletions
163
packages/iconset-react/dist/components/stencil-generated/index.d.ts
Large diffs are not rendered by default.
Oops, something went wrong.
168 changes: 168 additions & 0 deletions
168
packages/iconset-react/dist/components/stencil-generated/index.js
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
packages/iconset-react/dist/components/stencil-generated/index.js.map
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
.../iconset-react/dist/components/stencil-generated/react-component-lib/createComponent.d.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import React from 'react'; | ||
export interface HTMLStencilElement extends HTMLElement { | ||
componentOnReady(): Promise<this>; | ||
} | ||
interface StencilReactInternalProps<ElementType> extends React.HTMLAttributes<ElementType> { | ||
forwardedRef: React.RefObject<ElementType>; | ||
ref?: React.Ref<any>; | ||
} | ||
export declare const createReactComponent: <PropType, ElementType extends HTMLStencilElement, ContextStateType = {}, ExpandedPropsTypes = {}>(tagName: string, ReactComponentContext?: React.Context<ContextStateType>, manipulatePropsFunction?: (originalProps: StencilReactInternalProps<ElementType>, propsToPass: any) => ExpandedPropsTypes, defineCustomElement?: () => void) => React.ForwardRefExoticComponent<React.PropsWithoutRef<PropType & Omit<React.HTMLAttributes<ElementType>, "style"> & import("./interfaces").StyleReactProps> & React.RefAttributes<ElementType>>; | ||
export {}; |
75 changes: 75 additions & 0 deletions
75
...es/iconset-react/dist/components/stencil-generated/react-component-lib/createComponent.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...conset-react/dist/components/stencil-generated/react-component-lib/createComponent.js.map
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.