Skip to content

Commit 441c6d9

Browse files
❖ @ui-kit.ai v0.0.8 (#297)
1 parent f2c4ef3 commit 441c6d9

29 files changed

+136
-28
lines changed

CHANGELOG.md

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

3+
## [0.0.8](https://github.com/alex-mcgovern/ui-kit.ai/compare/[email protected]@v0.0.8) (2025-05-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **MCP:** more granular usage examples ([#295](https://github.com/alex-mcgovern/ui-kit.ai/issues/295)) ([75cbd4d](https://github.com/alex-mcgovern/ui-kit.ai/commit/75cbd4d7804ed51b96250d3fcf727bee85e012bc))
9+
10+
11+
### Documentation
12+
13+
* fix npm badge in README ([#296](https://github.com/alex-mcgovern/ui-kit.ai/issues/296)) ([4758c33](https://github.com/alex-mcgovern/ui-kit.ai/commit/4758c334a8ecef40eee4315306ce3dd3b27e46be))
14+
15+
16+
### Continuous Integration
17+
18+
* run checks on main ([#298](https://github.com/alex-mcgovern/ui-kit.ai/issues/298)) ([f2c4ef3](https://github.com/alex-mcgovern/ui-kit.ai/commit/f2c4ef34d5e7e26e9846d51a9cea183e31389112))
19+
320
## [0.0.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/[email protected]@v0.0.7) (2025-05-18)
421

522

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.7",
3+
"version": "0.0.8",
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.8](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/components:** Synchronize all versions
9+
310
## [0.0.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
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.7",
3+
"version": "0.0.8",
44
"description": "",
55
"keywords": [],
66
"repository": {

packages/docs/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.8](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/docs:** Synchronize all versions
9+
310
## [0.0.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
411

512

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.7",
3+
"version": "0.0.8",
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.8](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.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
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.7",
3+
"version": "0.0.8",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/mcp-server/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.8](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+
* **MCP:** more granular usage examples ([#295](https://github.com/alex-mcgovern/ui-kit.ai/issues/295)) ([75cbd4d](https://github.com/alex-mcgovern/ui-kit.ai/commit/75cbd4d7804ed51b96250d3fcf727bee85e012bc))
9+
310
## [0.0.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
411

512

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.7",
3+
"version": "0.0.8",
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.8](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.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
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.7",
3+
"version": "0.0.8",
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.8](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/mocks:** Synchronize all versions
9+
310
## [0.0.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
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.7",
3+
"version": "0.0.8",
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.8](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.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
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.7",
3+
"version": "0.0.8",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/storybook/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.8](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/storybook:** Synchronize all versions
9+
310
## [0.0.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
411

512

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.7",
3+
"version": "0.0.8",
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.8](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.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
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.7",
3+
"version": "0.0.8",
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.8](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.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
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.7",
3+
"version": "0.0.8",
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.8](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.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
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.7",
3+
"version": "0.0.8",
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.8](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.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
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.7",
3+
"version": "0.0.8",
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.8](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.7](https://github.com/alex-mcgovern/ui-kit.ai/compare/@ui-kit.ai/[email protected][email protected]/[email protected]) (2025-05-18)
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.7",
3+
"version": "0.0.8",
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.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"
2+
".": "0.0.8",
3+
"packages/components": "0.0.8",
4+
"packages/docs": "0.0.8",
5+
"packages/eslint": "0.0.8",
6+
"packages/mcp-server": "0.0.8",
7+
"packages/metadata": "0.0.8",
8+
"packages/mocks": "0.0.8",
9+
"packages/prettier": "0.0.8",
10+
"packages/storybook": "0.0.8",
11+
"packages/tests": "0.0.8",
12+
"packages/theme": "0.0.8",
13+
"packages/tsconfig": "0.0.8",
14+
"packages/vite": "0.0.8",
15+
"packages/vitest": "0.0.8"
1616
}

0 commit comments

Comments
 (0)