Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 09cf31b

Browse files
ci(changesets): version packages (#88)
1 parent 77a08f9 commit 09cf31b

File tree

10 files changed

+33
-17
lines changed

10 files changed

+33
-17
lines changed

.changeset/few-cougars-lay.md

-8
This file was deleted.

.changeset/plenty-seahorses-add.md

-5
This file was deleted.

packages/preact/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @polymorphic-factory/preact
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
39
## 0.1.0
410

511
### Minor Changes

packages/preact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polymorphic-factory/preact",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "",
55
"keywords": [
66
"preact",

packages/react/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @polymorphic-factory/react
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
39
## 0.2.1
410

511
### Patch Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polymorphic-factory/react",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "",
55
"keywords": [
66
"react",

packages/solid/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @polymorphic-factory/solid
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
39
## 0.1.2
410

511
### Patch Changes

packages/solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polymorphic-factory/solid",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "",
55
"keywords": [
66
"solid-js",

packages/vue/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @polymorphic-factory/vue
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- [#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.

packages/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polymorphic-factory/vue",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"author": "Shyrro <[email protected]>",
55
"license": "MIT",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)