Skip to content

Commit 75a7596

Browse files
committed
Publish
- @peculiar/color@0.1.10 - @peculiar/react-components@1.8.0
1 parent b0fb3c2 commit 75a7596

File tree

5 files changed

+42
-6
lines changed

5 files changed

+42
-6
lines changed

package-lock.json

Lines changed: 19 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/color/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.10](https://github.com/PeculiarVentures/peculiar-ui/compare/@peculiar/color@0.1.9...@peculiar/color@0.1.10) (2026-02-18)
7+
8+
**Note:** Version bump only for package @peculiar/color
9+
10+
11+
12+
13+
614
## [0.1.9](https://github.com/PeculiarVentures/peculiar-ui/compare/@peculiar/color@0.1.8...@peculiar/color@0.1.9) (2025-10-23)
715

816
**Note:** Version bump only for package @peculiar/color

packages/color/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@peculiar/color",
33
"private": false,
4-
"version": "0.1.9",
4+
"version": "0.1.10",
55
"author": "PeculiarVentures Team",
66
"description": "Library for color manipulation and conversion in JavaScript.",
77
"keywords": [

packages/react-components/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.8.0](https://github.com/PeculiarVentures/peculiar-ui/compare/@peculiar/react-components@1.7.0...@peculiar/react-components@1.8.0) (2026-02-18)
7+
8+
9+
### Features
10+
11+
* **react-components:** add AutocompleteTag component with tests and styles ([a8e1592](https://github.com/PeculiarVentures/peculiar-ui/commit/a8e1592e7a031ae25bbdf148f5772c2709b5a448))
12+
* **react-components:** add useMount hook with documentation and stories ([245fe20](https://github.com/PeculiarVentures/peculiar-ui/commit/245fe20a21433dd4dc55f768109f55c05957ce7e))
13+
14+
15+
16+
17+
618
# [1.7.0](https://github.com/PeculiarVentures/peculiar-ui/compare/@peculiar/react-components@1.6.1...@peculiar/react-components@1.7.0) (2025-12-22)
719

820

packages/react-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@peculiar/react-components",
33
"private": false,
4-
"version": "1.7.0",
4+
"version": "1.8.0",
55
"author": "PeculiarVentures Team",
66
"description": "A simple and customizable component library to build faster, beautiful, and more accessible React applications.",
77
"keywords": [
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@emotion/react": "11.14.0",
4949
"@emotion/styled": "11.14.1",
50-
"@peculiar/color": "^0.1.9",
50+
"@peculiar/color": "^0.1.10",
5151
"@popperjs/core": "^2.11.7",
5252
"@types/flat": "^5.0.2",
5353
"@types/react-transition-group": "^4.4.5",

0 commit comments

Comments
 (0)