Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/few-cougars-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-seahorses-add.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @polymorphic-factory/preact

## 0.1.1

### Patch Changes

- [#108](https://github.com/chakra-ui/polymorphic/pull/108) [`b2659fc`](https://github.com/chakra-ui/polymorphic/commit/b2659fc7fee36098950d57d5687ed2648f3ff7be) Thanks [@TimKolberger](https://github.com/TimKolberger)! - Fixed an issue where the ESM export was picked up as CJS.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polymorphic-factory/preact",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"keywords": [
"preact",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @polymorphic-factory/react

## 0.2.2

### Patch Changes

- [#108](https://github.com/chakra-ui/polymorphic/pull/108) [`b2659fc`](https://github.com/chakra-ui/polymorphic/commit/b2659fc7fee36098950d57d5687ed2648f3ff7be) Thanks [@TimKolberger](https://github.com/TimKolberger)! - Fixed an issue where the ESM export was picked up as CJS.

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polymorphic-factory/react",
"version": "0.2.1",
"version": "0.2.2",
"description": "",
"keywords": [
"react",
Expand Down
6 changes: 6 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @polymorphic-factory/solid

## 0.1.3

### Patch Changes

- [#108](https://github.com/chakra-ui/polymorphic/pull/108) [`b2659fc`](https://github.com/chakra-ui/polymorphic/commit/b2659fc7fee36098950d57d5687ed2648f3ff7be) Thanks [@TimKolberger](https://github.com/TimKolberger)! - Fixed an issue where the ESM export was picked up as CJS.

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polymorphic-factory/solid",
"version": "0.1.2",
"version": "0.1.3",
"description": "",
"keywords": [
"solid-js",
Expand Down
11 changes: 11 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @polymorphic-factory/vue

## 0.1.0

### Minor Changes

- [#81](https://github.com/chakra-ui/polymorphic/pull/81) [`cc259c2`](https://github.com/chakra-ui/polymorphic/commit/cc259c259c31acfd188dcfa8e46788e81ccb65f3) Thanks [@TimKolberger](https://github.com/TimKolberger)! - Initial release

### Patch Changes

- [#108](https://github.com/chakra-ui/polymorphic/pull/108) [`b2659fc`](https://github.com/chakra-ui/polymorphic/commit/b2659fc7fee36098950d57d5687ed2648f3ff7be) Thanks [@TimKolberger](https://github.com/TimKolberger)! - Fixed an issue where the ESM export was picked up as CJS.
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polymorphic-factory/vue",
"version": "0.0.0",
"version": "0.1.0",
"author": "Shyrro <zsahmane@gmail.com>",
"license": "MIT",
"main": "src/index.ts",
Expand Down