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

Commit a3fdfb1

Browse files
ci(changesets): version packages (#63)
Co-authored-by: Tim Kolberger <[email protected]>
1 parent 1d47b13 commit a3fdfb1

File tree

9 files changed

+32
-22
lines changed

9 files changed

+32
-22
lines changed

.changeset/fresh-ads-destroy.md

-5
This file was deleted.

.changeset/red-students-join.md

-7
This file was deleted.

.changeset/silver-planes-buy.md

-7
This file was deleted.

packages/preact/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @polymorphic-factory/preact
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#51](https://github.com/chakra-ui/polymorphic/pull/51) [`7cf3fdd`](https://github.com/chakra-ui/polymorphic/commit/7cf3fdd837b379a94b86da1bd3923dd54f26cffe) Thanks [@TimKolberger](https://github.com/TimKolberger)! - Initial release
8+
9+
### Patch Changes
10+
11+
- [#66](https://github.com/chakra-ui/polymorphic/pull/66) [`a1f86e3`](https://github.com/chakra-ui/polymorphic/commit/a1f86e3061036e9a4acbc1bd3eed4398b08f3365) Thanks [@TimKolberger](https://github.com/TimKolberger)! - Added keywords to package.json
12+
13+
- [#68](https://github.com/chakra-ui/polymorphic/pull/68) [`38fc60e`](https://github.com/chakra-ui/polymorphic/commit/38fc60eca5647fcd61259f237f08da13ff241cee) Thanks [@TimKolberger](https://github.com/TimKolberger)! - Refactored clean-package configuration.

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.0.0",
3+
"version": "0.1.0",
44
"description": "",
55
"keywords": [
66
"preact",

packages/react/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#66](https://github.com/chakra-ui/polymorphic/pull/66) [`a1f86e3`](https://github.com/chakra-ui/polymorphic/commit/a1f86e3061036e9a4acbc1bd3eed4398b08f3365) Thanks [@TimKolberger](https://github.com/TimKolberger)! - Added keywords to package.json
8+
9+
- [#68](https://github.com/chakra-ui/polymorphic/pull/68) [`38fc60e`](https://github.com/chakra-ui/polymorphic/commit/38fc60eca5647fcd61259f237f08da13ff241cee) Thanks [@TimKolberger](https://github.com/TimKolberger)! - Refactored clean-package configuration.
10+
311
## 0.2.0
412

513
### Minor 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.0",
3+
"version": "0.2.1",
44
"description": "",
55
"keywords": [
66
"react",

packages/solid/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#66](https://github.com/chakra-ui/polymorphic/pull/66) [`a1f86e3`](https://github.com/chakra-ui/polymorphic/commit/a1f86e3061036e9a4acbc1bd3eed4398b08f3365) Thanks [@TimKolberger](https://github.com/TimKolberger)! - Added keywords to package.json
8+
9+
- [#68](https://github.com/chakra-ui/polymorphic/pull/68) [`38fc60e`](https://github.com/chakra-ui/polymorphic/commit/38fc60eca5647fcd61259f237f08da13ff241cee) Thanks [@TimKolberger](https://github.com/TimKolberger)! - Refactored clean-package configuration.
10+
311
## 0.1.1
412

513
### 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.1",
3+
"version": "0.1.2",
44
"description": "",
55
"keywords": [
66
"solid-js",

0 commit comments

Comments
 (0)