Skip to content

Commit 7c5a793

Browse files
Version Packages (#1060)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aaca648 commit 7c5a793

3 files changed

Lines changed: 19 additions & 16 deletions

File tree

.changeset/migrate-to-external-tasty.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @cube-dev/ui-kit
22

3+
## 0.119.0
4+
5+
### Minor Changes
6+
7+
- [#1059](https://github.com/cube-js/cube-ui-kit/pull/1059) [`aaca6486`](https://github.com/cube-js/cube-ui-kit/commit/aaca648681c80bce09b719e649f78609c0419f47) Thanks [@tenphi](https://github.com/tenphi)! - Migrate from internal tasty module to external `@tenphi/tasty` package.
8+
9+
**Breaking changes:**
10+
11+
- Removed sub-path exports: `@cube-dev/ui-kit/tasty/static`, `@cube-dev/ui-kit/tasty/zero`, `@cube-dev/ui-kit/tasty/zero/babel`, `@cube-dev/ui-kit/tasty/zero/next`
12+
- Consumers should import these directly from `@tenphi/tasty/static`, `@tenphi/tasty/zero`, `@tenphi/tasty/babel-plugin`, `@tenphi/tasty/next` instead
13+
14+
**Internal changes:**
15+
16+
- Removed internal `src/tasty/` directory (~133 files)
17+
- All internal imports now use `@tenphi/tasty` package
18+
- Fixed module augmentations in `src/tasty-augment.d.ts` to target `@tenphi/tasty` instead of removed internal modules
19+
- Added `isDevEnv` utility to `src/utils/is-dev-env.ts`
20+
321
## 0.118.0
422

523
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cube-dev/ui-kit",
3-
"version": "0.118.0",
3+
"version": "0.119.0",
44
"type": "module",
55
"description": "UIKit for Cube Projects",
66
"repository": {

0 commit comments

Comments
 (0)