@e-burgos/tucu-ui 2.1.0 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [2.3.0] - 2026-05-25
9
+
10
+ ### Added
11
+
12
+ - Add `@e-burgos/tucu-ui-mcp` as a library dependency for agentic tooling support
13
+
14
+ ### Changed
15
+
16
+ - Improve publish scripts with `--skip-git` flag support
17
+ ## [2.2.0] - 2026-05-24
18
+
19
+ ### Changed
20
+
21
+ - Version bump
8
22
  ## [2.1.0] - 2026-05-24
9
23
 
10
24
  ### Added
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@e-burgos/tucu-ui",
3
3
  "description": "Tucu UI Library",
4
- "version": "2.1.0",
4
+ "version": "2.3.0",
5
5
  "main": "./index.js",
6
6
  "module": "./index.mjs",
7
7
  "types": "./index.d.ts",
@@ -44,6 +44,7 @@
44
44
  "pack:lib": "cd ../../ui/tucu-ui && pnpm npm pack"
45
45
  },
46
46
  "dependencies": {
47
+ "@e-burgos/tucu-ui-mcp": "^0.4.3",
47
48
  "@tailwindcss/typography": "0.0.0-insiders.0339c42",
48
49
  "classnames": "^2.5.1",
49
50
  "framer-motion": "12.23.3",