Skip to content

Commit

Permalink
chore(release): set package.json to 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# @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
semantic-release-bot committed Jun 23, 2022
1 parent 0a47856 commit 93d0cff
Show file tree
Hide file tree
Showing 31 changed files with 796 additions and 0 deletions.
23 changes: 23 additions & 0 deletions packages/iconset-react/CHANGELOG.md
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
Expand Down
163 changes: 163 additions & 0 deletions packages/iconset-react/dist/components/stencil-generated/index.d.ts

Large diffs are not rendered by default.

168 changes: 168 additions & 0 deletions packages/iconset-react/dist/components/stencil-generated/index.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 {};

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 93d0cff

Please sign in to comment.