Skip to content

Commit 72d5dff

Browse files
❖ @ui-kit.ai v0.0.7 (#289)
1 parent 347f002 commit 72d5dff

29 files changed

+169
-28
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [0.0.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/[email protected]@v0.0.7) (2025-05-18)
4+
5+
6+
### Bug Fixes
7+
8+
* code block copy button, & related UI nits ([#292](https://github.com/alex-mcgovern/ui-kit.ai/issues/292)) ([28880fb](https://github.com/alex-mcgovern/ui-kit.ai/commit/28880fb72452dcf60235b087d1e581e72c2afed9))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* add issue templates ([#293](https://github.com/alex-mcgovern/ui-kit.ai/issues/293)) ([a15db90](https://github.com/alex-mcgovern/ui-kit.ai/commit/a15db90d73053ed07683c7604cea96cc06c6bb1e))
14+
* upgrade storybook ([#288](https://github.com/alex-mcgovern/ui-kit.ai/issues/288)) ([3e0ce1a](https://github.com/alex-mcgovern/ui-kit.ai/commit/3e0ce1a6d07df3be037d7653df5955257b8d3b5d))
15+
16+
17+
### Documentation
18+
19+
* typo in getting-started/introduction ([#294](https://github.com/alex-mcgovern/ui-kit.ai/issues/294)) ([347f002](https://github.com/alex-mcgovern/ui-kit.ai/commit/347f002d975645737e3a34f0afb692c6bbb1701c))
20+
21+
22+
### Build System
23+
24+
* **deps-dev:** bump @faker-js/faker from 8.4.1 to 9.8.0 ([#285](https://github.com/alex-mcgovern/ui-kit.ai/issues/285)) ([56ad7c5](https://github.com/alex-mcgovern/ui-kit.ai/commit/56ad7c5bb91dbc6e9503b7a4f1754facf60c7321))
25+
* **deps:** bump zod from 3.24.1 to 3.24.4 ([#284](https://github.com/alex-mcgovern/ui-kit.ai/issues/284)) ([d1b1af9](https://github.com/alex-mcgovern/ui-kit.ai/commit/d1b1af9c52ed153e939d6531c5c43e9594dbb73d))
26+
327
## [0.0.6](https://github.com/alex-mcgovern/ui-kit.ai/compare/[email protected]@v0.0.6) (2025-05-16)
428

529

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-kit.ai-monorepo",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"private": true,
55
"description": "",
66
"homepage": "https://github.com/alex-mcgovern/ui-kit.ai#readme",

packages/components/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
4+
5+
6+
### Bug Fixes
7+
8+
* code block copy button, & related UI nits ([#292](https://github.com/alex-mcgovern/ui-kit.ai/issues/292)) ([28880fb](https://github.com/alex-mcgovern/ui-kit.ai/commit/28880fb72452dcf60235b087d1e581e72c2afed9))
9+
310
## [0.0.6](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-16)
411

512

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-kit.ai/components",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "",
55
"keywords": [],
66
"repository": {

packages/docs/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [0.0.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
4+
5+
6+
### Bug Fixes
7+
8+
* code block copy button, & related UI nits ([#292](https://github.com/alex-mcgovern/ui-kit.ai/issues/292)) ([28880fb](https://github.com/alex-mcgovern/ui-kit.ai/commit/28880fb72452dcf60235b087d1e581e72c2afed9))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* upgrade storybook ([#288](https://github.com/alex-mcgovern/ui-kit.ai/issues/288)) ([3e0ce1a](https://github.com/alex-mcgovern/ui-kit.ai/commit/3e0ce1a6d07df3be037d7653df5955257b8d3b5d))
14+
15+
16+
### Documentation
17+
18+
* typo in getting-started/introduction ([#294](https://github.com/alex-mcgovern/ui-kit.ai/issues/294)) ([347f002](https://github.com/alex-mcgovern/ui-kit.ai/commit/347f002d975645737e3a34f0afb692c6bbb1701c))
19+
20+
21+
### Build System
22+
23+
* **deps:** bump zod from 3.24.1 to 3.24.4 ([#284](https://github.com/alex-mcgovern/ui-kit.ai/issues/284)) ([d1b1af9](https://github.com/alex-mcgovern/ui-kit.ai/commit/d1b1af9c52ed153e939d6531c5c43e9594dbb73d))
24+
325
## [0.0.6](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-16)
426

527

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-kit.ai/docs",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/eslint/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@ui-kit.ai/eslint:** Synchronize all versions
9+
310
## [0.0.6](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-16)
411

512

packages/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-kit.ai/eslint",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/mcp-server/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.0.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* upgrade storybook ([#288](https://github.com/alex-mcgovern/ui-kit.ai/issues/288)) ([3e0ce1a](https://github.com/alex-mcgovern/ui-kit.ai/commit/3e0ce1a6d07df3be037d7653df5955257b8d3b5d))
9+
10+
11+
### Build System
12+
13+
* **deps:** bump zod from 3.24.1 to 3.24.4 ([#284](https://github.com/alex-mcgovern/ui-kit.ai/issues/284)) ([d1b1af9](https://github.com/alex-mcgovern/ui-kit.ai/commit/d1b1af9c52ed153e939d6531c5c43e9594dbb73d))
14+
315
## [0.0.6](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-16)
416

517

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-kit.ai/mcp-server",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/alex-mcgovern/ui-kit.ai"

packages/metadata/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@ui-kit.ai/metadata:** Synchronize all versions
9+
310
## [0.0.6](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-16)
411

512

packages/metadata/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-kit.ai/metadata",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/alex-mcgovern/ui-kit.ai"

packages/mocks/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
4+
5+
6+
### Build System
7+
8+
* **deps:** bump zod from 3.24.1 to 3.24.4 ([#284](https://github.com/alex-mcgovern/ui-kit.ai/issues/284)) ([d1b1af9](https://github.com/alex-mcgovern/ui-kit.ai/commit/d1b1af9c52ed153e939d6531c5c43e9594dbb73d))
9+
310
## [0.0.6](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-16)
411

512

packages/mocks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-kit.ai/mocks",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/prettier/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@ui-kit.ai/prettier:** Synchronize all versions
9+
310
## [0.0.6](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-16)
411

512

packages/prettier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-kit.ai/prettier",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/storybook/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.0.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* upgrade storybook ([#288](https://github.com/alex-mcgovern/ui-kit.ai/issues/288)) ([3e0ce1a](https://github.com/alex-mcgovern/ui-kit.ai/commit/3e0ce1a6d07df3be037d7653df5955257b8d3b5d))
9+
10+
11+
### Build System
12+
13+
* **deps-dev:** bump @faker-js/faker from 8.4.1 to 9.8.0 ([#285](https://github.com/alex-mcgovern/ui-kit.ai/issues/285)) ([56ad7c5](https://github.com/alex-mcgovern/ui-kit.ai/commit/56ad7c5bb91dbc6e9503b7a4f1754facf60c7321))
14+
* **deps:** bump zod from 3.24.1 to 3.24.4 ([#284](https://github.com/alex-mcgovern/ui-kit.ai/issues/284)) ([d1b1af9](https://github.com/alex-mcgovern/ui-kit.ai/commit/d1b1af9c52ed153e939d6531c5c43e9594dbb73d))
15+
316
## [0.0.6](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-16)
417

518

packages/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-kit.ai/storybook",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/tests/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@ui-kit.ai/tests:** Synchronize all versions
9+
310
## [0.0.6](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-16)
411

512

packages/tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-kit.ai/tests",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/theme/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@ui-kit.ai/theme:** Synchronize all versions
9+
310
## [0.0.6](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-16)
411

512

packages/theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-kit.ai/theme",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/tsconfig/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@ui-kit.ai/tsconfig:** Synchronize all versions
9+
310
## [0.0.6](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-16)
411

512

packages/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-kit.ai/tsconfig",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/vite/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@ui-kit.ai/vite:** Synchronize all versions
9+
310
## [0.0.6](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-16)
411

512

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-kit.ai/vite",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/vitest/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@ui-kit.ai/vitest:** Synchronize all versions
9+
310
## [0.0.6](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-16)
411

512

packages/vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-kit.ai/vitest",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"private": true,
55
"repository": {
66
"type": "git",

release-please-manifest.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
".": "0.0.6",
3-
"packages/components": "0.0.6",
4-
"packages/docs": "0.0.6",
5-
"packages/eslint": "0.0.6",
6-
"packages/mcp-server": "0.0.6",
7-
"packages/metadata": "0.0.6",
8-
"packages/mocks": "0.0.6",
9-
"packages/prettier": "0.0.6",
10-
"packages/storybook": "0.0.6",
11-
"packages/tests": "0.0.6",
12-
"packages/theme": "0.0.6",
13-
"packages/tsconfig": "0.0.6",
14-
"packages/vite": "0.0.6",
15-
"packages/vitest": "0.0.6"
2+
".": "0.0.7",
3+
"packages/components": "0.0.7",
4+
"packages/docs": "0.0.7",
5+
"packages/eslint": "0.0.7",
6+
"packages/mcp-server": "0.0.7",
7+
"packages/metadata": "0.0.7",
8+
"packages/mocks": "0.0.7",
9+
"packages/prettier": "0.0.7",
10+
"packages/storybook": "0.0.7",
11+
"packages/tests": "0.0.7",
12+
"packages/theme": "0.0.7",
13+
"packages/tsconfig": "0.0.7",
14+
"packages/vite": "0.0.7",
15+
"packages/vitest": "0.0.7"
1616
}

0 commit comments

Comments
 (0)