diff --git a/.changeset/wild-houses-mate.md b/.changeset/wild-houses-mate.md deleted file mode 100644 index d46eb7dc..00000000 --- a/.changeset/wild-houses-mate.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -'@jengaui/table': minor -'@jengaui/accordion': minor -'@jengaui/active-zone': minor -'@jengaui/alert': minor -'@jengaui/alert-dialog': minor -'@jengaui/avatar': minor -'@jengaui/badge': minor -'@jengaui/banner': minor -'@jengaui/breadcrumbs': minor -'@jengaui/button': minor -'@jengaui/button-group': minor -'@jengaui/card': minor -'@jengaui/checkbox': minor -'@jengaui/combo-box': minor -'@jengaui/content': minor -'@jengaui/copy-snippet': minor -'@jengaui/core': minor -'@jengaui/dialog': minor -'@jengaui/file-input': minor -'@jengaui/form': minor -'@jengaui/hooks': minor -'@jengaui/input': minor -'@jengaui/layout': minor -'@jengaui/link': minor -'@jengaui/menu': minor -'@jengaui/modal': minor -'@jengaui/notification': minor -'@jengaui/number-input': minor -'@jengaui/overlays': minor -'@jengaui/password-input': minor -'@jengaui/placeholder': minor -'@jengaui/portal': minor -'@jengaui/prism-code': minor -'@jengaui/providers': minor -'@jengaui/radio': minor -'@jengaui/react': minor -'@jengaui/result': minor -'@jengaui/root': minor -'@jengaui/search-input': minor -'@jengaui/select': minor -'@jengaui/services': minor -'@jengaui/tsconfig': minor -'@jengaui/skeleton': minor -'@jengaui/slider': minor -'@jengaui/switch': minor -'@jengaui/tabs': minor -'@jengaui/tag': minor -'@jengaui/text-input': minor -'@jengaui/textarea': minor -'@jengaui/toast': minor -'@jengaui/tooltip': minor -'@jengaui/utils': minor ---- - -@jengaui/table: removed internal pagination and allowed more control over styling. diff --git a/packages/accordion/CHANGELOG.md b/packages/accordion/CHANGELOG.md index 6b9ad755..f9bad1b3 100644 --- a/packages/accordion/CHANGELOG.md +++ b/packages/accordion/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/content@0.5.0 + - @jengaui/core@0.5.0 + - @jengaui/layout@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/accordion/package.json b/packages/accordion/package.json index 20b8740b..9736a2a0 100644 --- a/packages/accordion/package.json +++ b/packages/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/accordion", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Accordion component in React", "keywords": [ "accordion", @@ -33,10 +33,10 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/content": "workspace:0.4.0", - "@jengaui/core": "workspace:0.4.0", - "@jengaui/layout": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/content": "workspace:0.5.0", + "@jengaui/core": "workspace:0.5.0", + "@jengaui/layout": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "@react-aria/focus": "^3.9.0", "@react-aria/interactions": "^3.12.0", "nanoid": "^3.3.4", @@ -45,7 +45,7 @@ }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/active-zone/CHANGELOG.md b/packages/active-zone/CHANGELOG.md index 75699b5f..0197ed98 100644 --- a/packages/active-zone/CHANGELOG.md +++ b/packages/active-zone/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/active-zone/package.json b/packages/active-zone/package.json index 7b3bc6fa..27325d78 100644 --- a/packages/active-zone/package.json +++ b/packages/active-zone/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/active-zone", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Active-Zone component in React", "keywords": [ "active-zone", @@ -35,14 +35,14 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/utils": "workspace:0.5.0", "@react-aria/focus": "^3.9.0", "@react-aria/interactions": "^3.12.0", "@react-spectrum/utils": "^3.7.4", "tastycss": "^0.13.0" }, "devDependencies": { - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/alert-dialog/CHANGELOG.md b/packages/alert-dialog/CHANGELOG.md index a5cc7364..a11dbd52 100644 --- a/packages/alert-dialog/CHANGELOG.md +++ b/packages/alert-dialog/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/button@0.5.0 + - @jengaui/button-group@0.5.0 + - @jengaui/content@0.5.0 + - @jengaui/dialog@0.5.0 + - @jengaui/portal@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/alert-dialog/package.json b/packages/alert-dialog/package.json index 0376efb6..2e38ec4a 100644 --- a/packages/alert-dialog/package.json +++ b/packages/alert-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/alert-dialog", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Alert Dialog component in React", "keywords": [ "alert-dialog", @@ -33,11 +33,11 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/button": "workspace:0.4.0", - "@jengaui/button-group": "workspace:0.4.0", - "@jengaui/content": "workspace:0.4.0", - "@jengaui/dialog": "workspace:0.4.0", - "@jengaui/portal": "workspace:0.4.0", + "@jengaui/button": "workspace:0.5.0", + "@jengaui/button-group": "workspace:0.5.0", + "@jengaui/content": "workspace:0.5.0", + "@jengaui/dialog": "workspace:0.5.0", + "@jengaui/portal": "workspace:0.5.0", "@react-aria/utils": "^3.14.0", "@react-types/dialog": "^3.4.4", "tastycss": "^0.13.0", @@ -45,7 +45,7 @@ }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/alert/CHANGELOG.md b/packages/alert/CHANGELOG.md index 506c7790..d2dbf452 100644 --- a/packages/alert/CHANGELOG.md +++ b/packages/alert/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/core@0.5.0 + - @jengaui/hooks@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/alert/package.json b/packages/alert/package.json index 201185eb..e9754954 100644 --- a/packages/alert/package.json +++ b/packages/alert/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/alert", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Alert component in React", "keywords": [ "alert", @@ -31,12 +31,12 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/core": "workspace:0.4.0", - "@jengaui/hooks": "workspace:0.4.0", + "@jengaui/core": "workspace:0.5.0", + "@jengaui/hooks": "workspace:0.5.0", "tastycss": "^0.13.0" }, "devDependencies": { - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/avatar/CHANGELOG.md b/packages/avatar/CHANGELOG.md index 6fa87e7c..8c5fe635 100644 --- a/packages/avatar/CHANGELOG.md +++ b/packages/avatar/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + ## 0.4.0 ### Minor Changes diff --git a/packages/avatar/package.json b/packages/avatar/package.json index dca2104a..685847f4 100644 --- a/packages/avatar/package.json +++ b/packages/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/avatar", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Avatar component in React", "keywords": [ "avatar", @@ -37,7 +37,7 @@ }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/badge/CHANGELOG.md b/packages/badge/CHANGELOG.md index 3837e046..55c59888 100644 --- a/packages/badge/CHANGELOG.md +++ b/packages/badge/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/core@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/badge/package.json b/packages/badge/package.json index 1f30bfe3..f752935d 100644 --- a/packages/badge/package.json +++ b/packages/badge/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/badge", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Badge component in React", "keywords": [ "badge", @@ -33,12 +33,12 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/core": "workspace:0.4.0", + "@jengaui/core": "workspace:0.5.0", "tastycss": "^0.13.0" }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/banner/CHANGELOG.md b/packages/banner/CHANGELOG.md index cabdbc7d..706aa851 100644 --- a/packages/banner/CHANGELOG.md +++ b/packages/banner/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/button@0.5.0 + - @jengaui/card@0.5.0 + - @jengaui/core@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/banner/package.json b/packages/banner/package.json index 3b716ab5..d45790b8 100644 --- a/packages/banner/package.json +++ b/packages/banner/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/banner", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Banner component in React", "keywords": [ "react", @@ -39,14 +39,14 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/button": "workspace:0.4.0", - "@jengaui/card": "workspace:0.4.0", - "@jengaui/core": "workspace:0.4.0", + "@jengaui/button": "workspace:0.5.0", + "@jengaui/card": "workspace:0.5.0", + "@jengaui/core": "workspace:0.5.0", "tastycss": "^0.13.0" }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/breadcrumbs/CHANGELOG.md b/packages/breadcrumbs/CHANGELOG.md index 55b5c04d..76a2f680 100644 --- a/packages/breadcrumbs/CHANGELOG.md +++ b/packages/breadcrumbs/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/providers@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/breadcrumbs/package.json b/packages/breadcrumbs/package.json index ff644d0c..7297a5d5 100644 --- a/packages/breadcrumbs/package.json +++ b/packages/breadcrumbs/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/breadcrumbs", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Breadcrumbs component in React", "keywords": [ "breadcrumbs", @@ -33,8 +33,8 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/providers": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/providers": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "@react-aria/breadcrumbs": "^3.3.2", "@react-types/breadcrumbs": "^3.4.4", "@react-types/shared": "3.15.0", @@ -42,7 +42,7 @@ }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/button-group/CHANGELOG.md b/packages/button-group/CHANGELOG.md index c454130c..bf474f99 100644 --- a/packages/button-group/CHANGELOG.md +++ b/packages/button-group/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/layout@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/button-group/package.json b/packages/button-group/package.json index afa085fa..1ce0cb1f 100644 --- a/packages/button-group/package.json +++ b/packages/button-group/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/button-group", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Button-Group component in React", "keywords": [ "button-group", @@ -34,13 +34,13 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/layout": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/layout": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "tastycss": "^0.13.0" }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 4d6205b0..225cd919 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/form@0.5.0 + - @jengaui/providers@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/button/package.json b/packages/button/package.json index ce641c29..96454922 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/button", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Button component in React", "keywords": [ "button", @@ -33,20 +33,19 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/form": "workspace:0.4.0", - "@jengaui/providers": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/form": "workspace:0.5.0", + "@jengaui/providers": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "@react-aria/button": "^3.6.2", "@react-aria/interactions": "^3.12.0", "@react-spectrum/utils": "^3.7.4", "@react-types/shared": "^3.15.0", "react-is": "^17.0.2", "tastycss": "^0.13.0" - }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@react-types/button": "^3.6.2", "@testing-library/react": "^13.4.0", "@types/react": "^17.0.50", diff --git a/packages/card/CHANGELOG.md b/packages/card/CHANGELOG.md index 761490dc..b2991ce6 100644 --- a/packages/card/CHANGELOG.md +++ b/packages/card/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + ## 0.4.0 ### Minor Changes diff --git a/packages/card/package.json b/packages/card/package.json index 173383a5..e715fb55 100644 --- a/packages/card/package.json +++ b/packages/card/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/card", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Card component in React", "keywords": [ "card", @@ -34,7 +34,7 @@ "tastycss": "^0.13.0" }, "devDependencies": { - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/checkbox/CHANGELOG.md b/packages/checkbox/CHANGELOG.md index f6727bee..3ed19cfe 100644 --- a/packages/checkbox/CHANGELOG.md +++ b/packages/checkbox/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/form@0.5.0 + - @jengaui/providers@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/checkbox/package.json b/packages/checkbox/package.json index 4326542c..eda98c4d 100644 --- a/packages/checkbox/package.json +++ b/packages/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/checkbox", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Checkbox component in React", "keywords": [ "checkbox", @@ -33,9 +33,9 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/form": "workspace:0.4.0", - "@jengaui/providers": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/form": "workspace:0.5.0", + "@jengaui/providers": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "@react-aria/checkbox": "^3.6.0", "@react-aria/interactions": "^3.12.0", "@react-spectrum/utils": "^3.7.4", @@ -45,7 +45,7 @@ }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@react-types/checkbox": "^3.4.0", "@react-types/shared": "^3.15.0", "@types/react": "^17.0.50", diff --git a/packages/combo-box/CHANGELOG.md b/packages/combo-box/CHANGELOG.md index 1f2ee0ff..738f68b3 100644 --- a/packages/combo-box/CHANGELOG.md +++ b/packages/combo-box/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/form@0.5.0 + - @jengaui/layout@0.5.0 + - @jengaui/overlays@0.5.0 + - @jengaui/providers@0.5.0 + - @jengaui/select@0.5.0 + - @jengaui/text-input@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/combo-box/package.json b/packages/combo-box/package.json index 83ddf89b..bc53272c 100644 --- a/packages/combo-box/package.json +++ b/packages/combo-box/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/combo-box", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Combo-Box component in React", "keywords": [ "combo-box", @@ -31,13 +31,13 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/form": "workspace:0.4.0", - "@jengaui/layout": "workspace:0.4.0", - "@jengaui/overlays": "workspace:0.4.0", - "@jengaui/providers": "workspace:0.4.0", - "@jengaui/select": "workspace:0.4.0", - "@jengaui/text-input": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/form": "workspace:0.5.0", + "@jengaui/layout": "workspace:0.5.0", + "@jengaui/overlays": "workspace:0.5.0", + "@jengaui/providers": "workspace:0.5.0", + "@jengaui/select": "workspace:0.5.0", + "@jengaui/text-input": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "@react-aria/button": "^3.6.2", "@react-aria/combobox": "^3.4.2", "@react-aria/i18n": "^3.6.1", @@ -52,7 +52,7 @@ }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/content/CHANGELOG.md b/packages/content/CHANGELOG.md index 0d2dfa8a..16414975 100644 --- a/packages/content/CHANGELOG.md +++ b/packages/content/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/content/package.json b/packages/content/package.json index d2ab33d0..03fa3a04 100644 --- a/packages/content/package.json +++ b/packages/content/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/content", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Content component in React", "keywords": [ "content", @@ -31,11 +31,11 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/utils": "workspace:0.5.0", "tastycss": "^0.13.0" }, "devDependencies": { - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/copy-snippet/CHANGELOG.md b/packages/copy-snippet/CHANGELOG.md index 42fda3d9..2bf1db7d 100644 --- a/packages/copy-snippet/CHANGELOG.md +++ b/packages/copy-snippet/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/button@0.5.0 + - @jengaui/card@0.5.0 + - @jengaui/notification@0.5.0 + - @jengaui/prism-code@0.5.0 + - @jengaui/toast@0.5.0 + - @jengaui/tooltip@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/copy-snippet/package.json b/packages/copy-snippet/package.json index 56355b67..a472eb70 100644 --- a/packages/copy-snippet/package.json +++ b/packages/copy-snippet/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/copy-snippet", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Copy-Snippet component in React", "keywords": [ "copy-snippet", @@ -37,18 +37,18 @@ "@types/react-dom": "^17.0.11" }, "dependencies": { - "@jengaui/button": "workspace:0.4.0", - "@jengaui/card": "workspace:0.4.0", - "@jengaui/notification": "workspace:0.4.0", - "@jengaui/prism-code": "workspace:0.4.0", - "@jengaui/toast": "workspace:0.4.0", - "@jengaui/tooltip": "workspace:0.4.0", + "@jengaui/button": "workspace:0.5.0", + "@jengaui/card": "workspace:0.5.0", + "@jengaui/notification": "workspace:0.5.0", + "@jengaui/prism-code": "workspace:0.5.0", + "@jengaui/toast": "workspace:0.5.0", + "@jengaui/tooltip": "workspace:0.5.0", "clipboard-copy": "^4.0.1", "tastycss": "^0.13.0" }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 1b55c3e4..69821f6a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + ## 0.4.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index a90a1ee3..ec797f0b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/core", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Core component in React", "keywords": [ "react", @@ -41,7 +41,7 @@ "tastycss": "^0.13.0" }, "devDependencies": { - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/dialog/CHANGELOG.md b/packages/dialog/CHANGELOG.md index a341f343..cf85a085 100644 --- a/packages/dialog/CHANGELOG.md +++ b/packages/dialog/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/button@0.5.0 + - @jengaui/button-group@0.5.0 + - @jengaui/content@0.5.0 + - @jengaui/form@0.5.0 + - @jengaui/modal@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/dialog/package.json b/packages/dialog/package.json index 69cd2c65..76e8953c 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/dialog", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Dialog component in React", "keywords": [ "dialog", @@ -31,12 +31,12 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/button": "workspace:0.4.0", - "@jengaui/button-group": "workspace:0.4.0", - "@jengaui/content": "workspace:0.4.0", - "@jengaui/form": "workspace:0.4.0", - "@jengaui/modal": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/button": "workspace:0.5.0", + "@jengaui/button-group": "workspace:0.5.0", + "@jengaui/content": "workspace:0.5.0", + "@jengaui/form": "workspace:0.5.0", + "@jengaui/modal": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "@react-aria/dialog": "^3.4.0", "@react-aria/focus": "^3.9.0", "@react-aria/i18n": "^3.6.1", @@ -51,7 +51,7 @@ }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/file-input/CHANGELOG.md b/packages/file-input/CHANGELOG.md index 8b05f32b..5e1554b2 100644 --- a/packages/file-input/CHANGELOG.md +++ b/packages/file-input/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/button@0.5.0 + - @jengaui/form@0.5.0 + - @jengaui/providers@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/file-input/package.json b/packages/file-input/package.json index c0ae24ad..a937d6a0 100644 --- a/packages/file-input/package.json +++ b/packages/file-input/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/file-input", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI File-Input component in React", "keywords": [ "file-input", @@ -32,15 +32,15 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/button": "workspace:0.4.0", - "@jengaui/form": "workspace:0.4.0", - "@jengaui/providers": "workspace:0.4.0", + "@jengaui/button": "workspace:0.5.0", + "@jengaui/form": "workspace:0.5.0", + "@jengaui/providers": "workspace:0.5.0", "@react-spectrum/utils": "^3.7.4", "@react-types/textfield": "^3.6.0", "tastycss": "^0.13.0" }, "devDependencies": { - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 6bd826f4..00fea1d0 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/alert@0.5.0 + - @jengaui/content@0.5.0 + - @jengaui/layout@0.5.0 + - @jengaui/providers@0.5.0 + - @jengaui/tooltip@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/form/package.json b/packages/form/package.json index 56f7bf4b..a98a94e9 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/form", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Form component in React", "keywords": [ "form", @@ -26,12 +26,12 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/content": "workspace:0.4.0", - "@jengaui/alert": "workspace:0.4.0", - "@jengaui/layout": "workspace:0.4.0", - "@jengaui/providers": "workspace:0.4.0", - "@jengaui/tooltip": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/content": "workspace:0.5.0", + "@jengaui/alert": "workspace:0.5.0", + "@jengaui/layout": "workspace:0.5.0", + "@jengaui/providers": "workspace:0.5.0", + "@jengaui/tooltip": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "@react-spectrum/utils": "^3.7.4", "@react-stately/collections": "^3.4.4", "@react-types/shared": "^3.15.0", @@ -41,7 +41,7 @@ }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index c5f40761..0ab072c6 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/hooks/package.json b/packages/hooks/package.json index a5ba03a3..b3747cd0 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/hooks", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Hooks component in React", "keywords": [ "react", @@ -38,10 +38,10 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/utils": "workspace:0.4.0" + "@jengaui/utils": "workspace:0.5.0" }, "devDependencies": { - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/input/CHANGELOG.md b/packages/input/CHANGELOG.md index 5e213da3..a43aa4df 100644 --- a/packages/input/CHANGELOG.md +++ b/packages/input/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/file-input@0.5.0 + - @jengaui/number-input@0.5.0 + - @jengaui/password-input@0.5.0 + - @jengaui/text-input@0.5.0 + - @jengaui/textarea@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/input/package.json b/packages/input/package.json index c6d8ec53..42130f88 100644 --- a/packages/input/package.json +++ b/packages/input/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/input", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Input component in React", "keywords": [ "input", @@ -33,15 +33,15 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/file-input": "workspace:0.4.0", - "@jengaui/number-input": "workspace:0.4.0", - "@jengaui/password-input": "workspace:0.4.0", - "@jengaui/text-input": "workspace:0.4.0", - "@jengaui/textarea": "workspace:0.4.0" + "@jengaui/file-input": "workspace:0.5.0", + "@jengaui/number-input": "workspace:0.5.0", + "@jengaui/password-input": "workspace:0.5.0", + "@jengaui/text-input": "workspace:0.5.0", + "@jengaui/textarea": "workspace:0.5.0" }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index 3cbdbc58..e01c4493 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/layout/package.json b/packages/layout/package.json index 86dd7b2d..dae14b47 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/layout", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Layout component in React", "keywords": [ "react", @@ -38,11 +38,11 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/utils": "workspace:0.5.0", "tastycss": "^0.13.0" }, "devDependencies": { - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/link/CHANGELOG.md b/packages/link/CHANGELOG.md index 9784dddc..aefa4001 100644 --- a/packages/link/CHANGELOG.md +++ b/packages/link/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/button@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/link/package.json b/packages/link/package.json index a4b0c88a..91fd8dba 100644 --- a/packages/link/package.json +++ b/packages/link/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/link", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Link component in React", "keywords": [ "link", @@ -31,11 +31,11 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/button": "workspace:0.4.0", + "@jengaui/button": "workspace:0.5.0", "@react-types/shared": "^3.15.0" }, "devDependencies": { - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/menu/CHANGELOG.md b/packages/menu/CHANGELOG.md index cc62d594..d67bf9c7 100644 --- a/packages/menu/CHANGELOG.md +++ b/packages/menu/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/button@0.5.0 + - @jengaui/content@0.5.0 + - @jengaui/layout@0.5.0 + - @jengaui/modal@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/menu/package.json b/packages/menu/package.json index b1a50aed..d60ade7f 100644 --- a/packages/menu/package.json +++ b/packages/menu/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/menu", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Menu component in React", "keywords": [ "menu", @@ -31,11 +31,11 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/button": "workspace:0.4.0", - "@jengaui/content": "workspace:0.4.0", - "@jengaui/layout": "workspace:0.4.0", - "@jengaui/modal": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/button": "workspace:0.5.0", + "@jengaui/content": "workspace:0.5.0", + "@jengaui/layout": "workspace:0.5.0", + "@jengaui/modal": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "@react-aria/focus": "^3.9.0", "@react-aria/interactions": "^3.12.0", "@react-aria/menu": "^3.6.2", @@ -52,7 +52,7 @@ }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "csstype": "3.1.1", diff --git a/packages/modal/CHANGELOG.md b/packages/modal/CHANGELOG.md index 460c78f7..8b9f3c3e 100644 --- a/packages/modal/CHANGELOG.md +++ b/packages/modal/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/form@0.5.0 + - @jengaui/providers@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/modal/package.json b/packages/modal/package.json index 7cf5c1f2..8d522383 100644 --- a/packages/modal/package.json +++ b/packages/modal/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/modal", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Modal component in React", "keywords": [ "modal", @@ -31,9 +31,9 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/form": "workspace:0.4.0", - "@jengaui/providers": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/form": "workspace:0.5.0", + "@jengaui/providers": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "@react-aria/overlays": "^3.11.0", "@react-aria/utils": "^3.14.0", "@react-spectrum/utils": "^3.7.4", @@ -43,7 +43,7 @@ }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "@types/react-transition-group": "^4.4.5", diff --git a/packages/notification/CHANGELOG.md b/packages/notification/CHANGELOG.md index 32879622..95d4dca8 100644 --- a/packages/notification/CHANGELOG.md +++ b/packages/notification/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/button@0.5.0 + - @jengaui/button-group@0.5.0 + - @jengaui/content@0.5.0 + - @jengaui/dialog@0.5.0 + - @jengaui/hooks@0.5.0 + - @jengaui/layout@0.5.0 + - @jengaui/portal@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/notification/package.json b/packages/notification/package.json index a25b4626..d2a42b6f 100644 --- a/packages/notification/package.json +++ b/packages/notification/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/notification", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Notification component in React", "keywords": [ "react", @@ -38,14 +38,14 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/button": "workspace:0.4.0", - "@jengaui/button-group": "workspace:0.4.0", - "@jengaui/content": "workspace:0.4.0", - "@jengaui/dialog": "workspace:0.4.0", - "@jengaui/hooks": "workspace:0.4.0", - "@jengaui/layout": "workspace:0.4.0", - "@jengaui/portal": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/button": "workspace:0.5.0", + "@jengaui/button-group": "workspace:0.5.0", + "@jengaui/content": "workspace:0.5.0", + "@jengaui/dialog": "workspace:0.5.0", + "@jengaui/hooks": "workspace:0.5.0", + "@jengaui/layout": "workspace:0.5.0", + "@jengaui/portal": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "@react-aria/button": "^3.6.2", "@react-aria/focus": "^3.9.0", "@react-aria/interactions": "^3.12.0", @@ -62,7 +62,7 @@ "tiny-invariant": "^1.3.1" }, "devDependencies": { - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/number-input/CHANGELOG.md b/packages/number-input/CHANGELOG.md index 36bbe3ec..64e57689 100644 --- a/packages/number-input/CHANGELOG.md +++ b/packages/number-input/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/button@0.5.0 + - @jengaui/form@0.5.0 + - @jengaui/providers@0.5.0 + - @jengaui/text-input@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/number-input/package.json b/packages/number-input/package.json index 289f50a9..07d29be3 100644 --- a/packages/number-input/package.json +++ b/packages/number-input/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/number-input", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Number-Input component in React", "keywords": [ "number-input", @@ -32,11 +32,11 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/button": "workspace:0.4.0", - "@jengaui/form": "workspace:0.4.0", - "@jengaui/providers": "workspace:0.4.0", - "@jengaui/text-input": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/button": "workspace:0.5.0", + "@jengaui/form": "workspace:0.5.0", + "@jengaui/providers": "workspace:0.5.0", + "@jengaui/text-input": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "@react-aria/i18n": "^3.6.1", "@react-aria/numberfield": "^3.3.2", "@react-stately/numberfield": "^3.2.2", @@ -45,7 +45,7 @@ }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/overlays/CHANGELOG.md b/packages/overlays/CHANGELOG.md index b8833293..c4826be6 100644 --- a/packages/overlays/CHANGELOG.md +++ b/packages/overlays/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/portal@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/overlays/package.json b/packages/overlays/package.json index 15b6315a..e84abf52 100644 --- a/packages/overlays/package.json +++ b/packages/overlays/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/overlays", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Overlays component in React", "keywords": [ "overlays", @@ -31,12 +31,12 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/portal": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/portal": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "react-transition-group": "^4.4.5" }, "devDependencies": { - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "@types/react-transition-group": "^4.4.5", diff --git a/packages/password-input/CHANGELOG.md b/packages/password-input/CHANGELOG.md index cb7350cc..e8df3578 100644 --- a/packages/password-input/CHANGELOG.md +++ b/packages/password-input/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/button@0.5.0 + - @jengaui/providers@0.5.0 + - @jengaui/text-input@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/password-input/package.json b/packages/password-input/package.json index ba7887f0..f8712d0d 100644 --- a/packages/password-input/package.json +++ b/packages/password-input/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/password-input", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Password-Input component in React", "keywords": [ "password-input", @@ -32,15 +32,15 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/button": "workspace:0.4.0", - "@jengaui/providers": "workspace:0.4.0", - "@jengaui/text-input": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/button": "workspace:0.5.0", + "@jengaui/providers": "workspace:0.5.0", + "@jengaui/text-input": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "@react-aria/textfield": "^3.7.2" }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/placeholder/CHANGELOG.md b/packages/placeholder/CHANGELOG.md index 47dce0d0..839c3650 100644 --- a/packages/placeholder/CHANGELOG.md +++ b/packages/placeholder/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + ## 0.4.0 ### Minor Changes diff --git a/packages/placeholder/package.json b/packages/placeholder/package.json index 28acec32..95465296 100644 --- a/packages/placeholder/package.json +++ b/packages/placeholder/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/placeholder", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Placeholder component in React", "keywords": [ "placeholder", @@ -36,7 +36,7 @@ "tastycss": "^0.13.0" }, "devDependencies": { - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/portal/CHANGELOG.md b/packages/portal/CHANGELOG.md index 95729753..2fffe7da 100644 --- a/packages/portal/CHANGELOG.md +++ b/packages/portal/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + ## 0.4.0 ### Minor Changes diff --git a/packages/portal/package.json b/packages/portal/package.json index bf1248cd..fa5cb1b3 100644 --- a/packages/portal/package.json +++ b/packages/portal/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/portal", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Portal component in React", "keywords": [ "portal", @@ -34,7 +34,7 @@ "tiny-invariant": "^1.3.1" }, "devDependencies": { - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/prism-code/CHANGELOG.md b/packages/prism-code/CHANGELOG.md index 5e2fb8da..9b1c9077 100644 --- a/packages/prism-code/CHANGELOG.md +++ b/packages/prism-code/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + ## 0.4.0 ### Minor Changes diff --git a/packages/prism-code/package.json b/packages/prism-code/package.json index 45313694..7df9d5bb 100644 --- a/packages/prism-code/package.json +++ b/packages/prism-code/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/prism-code", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Prism-Code component in React", "keywords": [ "prism-code", @@ -36,7 +36,7 @@ "tastycss": "^0.13.0" }, "devDependencies": { - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/providers/CHANGELOG.md b/packages/providers/CHANGELOG.md index de682186..1bdc1201 100644 --- a/packages/providers/CHANGELOG.md +++ b/packages/providers/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/providers/package.json b/packages/providers/package.json index 4eae6af2..e39a59c6 100644 --- a/packages/providers/package.json +++ b/packages/providers/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/providers", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Providers component in React", "keywords": [ "react", @@ -38,11 +38,11 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/utils": "workspace:0.5.0", "tastycss": "^0.13.0" }, "devDependencies": { - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/radio/CHANGELOG.md b/packages/radio/CHANGELOG.md index 92281d98..72eaa916 100644 --- a/packages/radio/CHANGELOG.md +++ b/packages/radio/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/form@0.5.0 + - @jengaui/providers@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/radio/package.json b/packages/radio/package.json index 586baec1..a6d239e5 100644 --- a/packages/radio/package.json +++ b/packages/radio/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/radio", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Radio component in React", "keywords": [ "radio", @@ -33,9 +33,9 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/form": "workspace:0.4.0", - "@jengaui/providers": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/form": "workspace:0.5.0", + "@jengaui/providers": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "@react-aria/interactions": "^3.12.0", "@react-aria/radio": "^3.4.0", "@react-spectrum/utils": "^3.7.4", @@ -45,7 +45,7 @@ }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 7a3f12a5..830ee67e 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,65 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/table@0.5.0 + - @jengaui/accordion@0.5.0 + - @jengaui/active-zone@0.5.0 + - @jengaui/alert@0.5.0 + - @jengaui/alert-dialog@0.5.0 + - @jengaui/avatar@0.5.0 + - @jengaui/badge@0.5.0 + - @jengaui/banner@0.5.0 + - @jengaui/breadcrumbs@0.5.0 + - @jengaui/button@0.5.0 + - @jengaui/button-group@0.5.0 + - @jengaui/card@0.5.0 + - @jengaui/checkbox@0.5.0 + - @jengaui/combo-box@0.5.0 + - @jengaui/content@0.5.0 + - @jengaui/copy-snippet@0.5.0 + - @jengaui/core@0.5.0 + - @jengaui/dialog@0.5.0 + - @jengaui/file-input@0.5.0 + - @jengaui/form@0.5.0 + - @jengaui/hooks@0.5.0 + - @jengaui/input@0.5.0 + - @jengaui/layout@0.5.0 + - @jengaui/link@0.5.0 + - @jengaui/menu@0.5.0 + - @jengaui/modal@0.5.0 + - @jengaui/notification@0.5.0 + - @jengaui/number-input@0.5.0 + - @jengaui/overlays@0.5.0 + - @jengaui/password-input@0.5.0 + - @jengaui/placeholder@0.5.0 + - @jengaui/portal@0.5.0 + - @jengaui/prism-code@0.5.0 + - @jengaui/providers@0.5.0 + - @jengaui/radio@0.5.0 + - @jengaui/result@0.5.0 + - @jengaui/root@0.5.0 + - @jengaui/search-input@0.5.0 + - @jengaui/select@0.5.0 + - @jengaui/services@0.5.0 + - @jengaui/skeleton@0.5.0 + - @jengaui/slider@0.5.0 + - @jengaui/switch@0.5.0 + - @jengaui/tabs@0.5.0 + - @jengaui/tag@0.5.0 + - @jengaui/text-input@0.5.0 + - @jengaui/textarea@0.5.0 + - @jengaui/toast@0.5.0 + - @jengaui/tooltip@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 0e591386..b6070f02 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/react", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Responsive and accessible React components built with TastyCSS", "keywords": [ "react", @@ -38,59 +38,59 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/accordion": "workspace:0.4.0", - "@jengaui/active-zone": "workspace:0.4.0", - "@jengaui/alert": "workspace:0.4.0", - "@jengaui/alert-dialog": "workspace:0.4.0", - "@jengaui/avatar": "workspace:0.4.0", - "@jengaui/badge": "workspace:0.4.0", - "@jengaui/banner": "workspace:0.4.0", - "@jengaui/breadcrumbs": "workspace:0.4.0", - "@jengaui/button": "workspace:0.4.0", - "@jengaui/button-group": "workspace:0.4.0", - "@jengaui/card": "workspace:0.4.0", - "@jengaui/checkbox": "workspace:0.4.0", - "@jengaui/combo-box": "workspace:0.4.0", - "@jengaui/content": "workspace:0.4.0", - "@jengaui/copy-snippet": "workspace:0.4.0", - "@jengaui/core": "workspace:0.4.0", - "@jengaui/dialog": "workspace:0.4.0", - "@jengaui/file-input": "workspace:0.4.0", - "@jengaui/form": "workspace:0.4.0", - "@jengaui/hooks": "workspace:0.4.0", - "@jengaui/input": "workspace:0.4.0", - "@jengaui/layout": "workspace:0.4.0", - "@jengaui/link": "workspace:0.4.0", - "@jengaui/menu": "workspace:0.4.0", - "@jengaui/modal": "workspace:0.4.0", - "@jengaui/notification": "workspace:0.4.0", - "@jengaui/number-input": "workspace:0.4.0", - "@jengaui/overlays": "workspace:0.4.0", - "@jengaui/password-input": "workspace:0.4.0", - "@jengaui/placeholder": "workspace:0.4.0", - "@jengaui/portal": "workspace:0.4.0", - "@jengaui/prism-code": "workspace:0.4.0", - "@jengaui/providers": "workspace:0.4.0", - "@jengaui/radio": "workspace:0.4.0", - "@jengaui/result": "workspace:0.4.0", - "@jengaui/root": "workspace:0.4.0", - "@jengaui/search-input": "workspace:0.4.0", - "@jengaui/select": "workspace:0.4.0", - "@jengaui/services": "workspace:0.4.0", - "@jengaui/skeleton": "workspace:0.4.0", - "@jengaui/slider": "workspace:0.4.0", - "@jengaui/switch": "workspace:0.4.0", - "@jengaui/table": "workspace:0.4.0", - "@jengaui/tabs": "workspace:0.4.0", - "@jengaui/tag": "workspace:0.4.0", - "@jengaui/text-input": "workspace:0.4.0", - "@jengaui/textarea": "workspace:0.4.0", - "@jengaui/toast": "workspace:0.4.0", - "@jengaui/tooltip": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0" + "@jengaui/accordion": "workspace:0.5.0", + "@jengaui/active-zone": "workspace:0.5.0", + "@jengaui/alert": "workspace:0.5.0", + "@jengaui/alert-dialog": "workspace:0.5.0", + "@jengaui/avatar": "workspace:0.5.0", + "@jengaui/badge": "workspace:0.5.0", + "@jengaui/banner": "workspace:0.5.0", + "@jengaui/breadcrumbs": "workspace:0.5.0", + "@jengaui/button": "workspace:0.5.0", + "@jengaui/button-group": "workspace:0.5.0", + "@jengaui/card": "workspace:0.5.0", + "@jengaui/checkbox": "workspace:0.5.0", + "@jengaui/combo-box": "workspace:0.5.0", + "@jengaui/content": "workspace:0.5.0", + "@jengaui/copy-snippet": "workspace:0.5.0", + "@jengaui/core": "workspace:0.5.0", + "@jengaui/dialog": "workspace:0.5.0", + "@jengaui/file-input": "workspace:0.5.0", + "@jengaui/form": "workspace:0.5.0", + "@jengaui/hooks": "workspace:0.5.0", + "@jengaui/input": "workspace:0.5.0", + "@jengaui/layout": "workspace:0.5.0", + "@jengaui/link": "workspace:0.5.0", + "@jengaui/menu": "workspace:0.5.0", + "@jengaui/modal": "workspace:0.5.0", + "@jengaui/notification": "workspace:0.5.0", + "@jengaui/number-input": "workspace:0.5.0", + "@jengaui/overlays": "workspace:0.5.0", + "@jengaui/password-input": "workspace:0.5.0", + "@jengaui/placeholder": "workspace:0.5.0", + "@jengaui/portal": "workspace:0.5.0", + "@jengaui/prism-code": "workspace:0.5.0", + "@jengaui/providers": "workspace:0.5.0", + "@jengaui/radio": "workspace:0.5.0", + "@jengaui/result": "workspace:0.5.0", + "@jengaui/root": "workspace:0.5.0", + "@jengaui/search-input": "workspace:0.5.0", + "@jengaui/select": "workspace:0.5.0", + "@jengaui/services": "workspace:0.5.0", + "@jengaui/skeleton": "workspace:0.5.0", + "@jengaui/slider": "workspace:0.5.0", + "@jengaui/switch": "workspace:0.5.0", + "@jengaui/table": "workspace:0.5.0", + "@jengaui/tabs": "workspace:0.5.0", + "@jengaui/tag": "workspace:0.5.0", + "@jengaui/text-input": "workspace:0.5.0", + "@jengaui/textarea": "workspace:0.5.0", + "@jengaui/toast": "workspace:0.5.0", + "@jengaui/tooltip": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0" }, "devDependencies": { - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/result/CHANGELOG.md b/packages/result/CHANGELOG.md index b5de1ebb..52bec1a7 100644 --- a/packages/result/CHANGELOG.md +++ b/packages/result/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/content@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/result/package.json b/packages/result/package.json index a9078f18..a5431f52 100644 --- a/packages/result/package.json +++ b/packages/result/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/result", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Result component in React", "keywords": [ "result", @@ -31,13 +31,13 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/content": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/content": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "tastycss": "^0.13.0" }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/root/CHANGELOG.md b/packages/root/CHANGELOG.md index 3b224cdd..1f910322 100644 --- a/packages/root/CHANGELOG.md +++ b/packages/root/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/alert-dialog@0.5.0 + - @jengaui/core@0.5.0 + - @jengaui/notification@0.5.0 + - @jengaui/portal@0.5.0 + - @jengaui/providers@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/root/package.json b/packages/root/package.json index 5269709a..4cb9693b 100644 --- a/packages/root/package.json +++ b/packages/root/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/root", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Root component in React", "keywords": [ "react", @@ -38,17 +38,17 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/alert-dialog": "workspace:0.4.0", - "@jengaui/core": "workspace:0.4.0", - "@jengaui/notification": "workspace:0.4.0", - "@jengaui/portal": "workspace:0.4.0", - "@jengaui/providers": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/alert-dialog": "workspace:0.5.0", + "@jengaui/core": "workspace:0.5.0", + "@jengaui/notification": "workspace:0.5.0", + "@jengaui/portal": "workspace:0.5.0", + "@jengaui/providers": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "@react-aria/overlays": "^3.11.0", "tastycss": "^0.13.0" }, "devDependencies": { - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/search-input/CHANGELOG.md b/packages/search-input/CHANGELOG.md index 8a968583..6be583ca 100644 --- a/packages/search-input/CHANGELOG.md +++ b/packages/search-input/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/button@0.5.0 + - @jengaui/providers@0.5.0 + - @jengaui/text-input@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/search-input/package.json b/packages/search-input/package.json index 6632edc9..c771a4ab 100644 --- a/packages/search-input/package.json +++ b/packages/search-input/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/search-input", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Search-Input component in React", "keywords": [ "search-input", @@ -32,17 +32,17 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/button": "workspace:0.4.0", - "@jengaui/providers": "workspace:0.4.0", - "@jengaui/text-input": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/button": "workspace:0.5.0", + "@jengaui/providers": "workspace:0.5.0", + "@jengaui/text-input": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "@react-aria/searchfield": "^3.4.2", "@react-stately/searchfield": "^3.3.2", "tastycss": "^0.13.0" }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/select/CHANGELOG.md b/packages/select/CHANGELOG.md index 0a0ae6ba..6f05458b 100644 --- a/packages/select/CHANGELOG.md +++ b/packages/select/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/button@0.5.0 + - @jengaui/form@0.5.0 + - @jengaui/overlays@0.5.0 + - @jengaui/providers@0.5.0 + - @jengaui/text-input@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/select/package.json b/packages/select/package.json index 0988e428..0481ef35 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/select", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Select component in React", "keywords": [ "select", @@ -31,12 +31,12 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/button": "workspace:0.4.0", - "@jengaui/form": "workspace:0.4.0", - "@jengaui/overlays": "workspace:0.4.0", - "@jengaui/providers": "workspace:0.4.0", - "@jengaui/text-input": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/button": "workspace:0.5.0", + "@jengaui/form": "workspace:0.5.0", + "@jengaui/overlays": "workspace:0.5.0", + "@jengaui/providers": "workspace:0.5.0", + "@jengaui/text-input": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "@react-aria/button": "^3.6.2", "@react-aria/focus": "^3.9.0", "@react-aria/interactions": "^3.12.0", @@ -51,7 +51,7 @@ }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index d1455dd0..cfb3321c 100644 --- a/packages/services/CHANGELOG.md +++ b/packages/services/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/banner@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/services/package.json b/packages/services/package.json index 327f0309..b8c340e8 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/services", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Services component in React", "keywords": [ "services", @@ -31,11 +31,11 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/banner": "workspace:0.4.0", + "@jengaui/banner": "workspace:0.5.0", "react-transition-group": "^4.4.5" }, "devDependencies": { - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/shared-tsconfig/CHANGELOG.md b/packages/shared-tsconfig/CHANGELOG.md index ac00bf50..5e9c81d4 100644 --- a/packages/shared-tsconfig/CHANGELOG.md +++ b/packages/shared-tsconfig/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.4.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + ## 0.3.0 ### Minor Changes diff --git a/packages/shared-tsconfig/package.json b/packages/shared-tsconfig/package.json index d26b45e4..b308024d 100644 --- a/packages/shared-tsconfig/package.json +++ b/packages/shared-tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/tsconfig", - "version": "0.3.0", + "version": "0.4.0", "private": true, "license": "MIT", "main": "index.js", diff --git a/packages/skeleton/CHANGELOG.md b/packages/skeleton/CHANGELOG.md index 71778738..52a99d89 100644 --- a/packages/skeleton/CHANGELOG.md +++ b/packages/skeleton/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/layout@0.5.0 + - @jengaui/placeholder@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/skeleton/package.json b/packages/skeleton/package.json index 57bb57af..ed2810c1 100644 --- a/packages/skeleton/package.json +++ b/packages/skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/skeleton", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Skeleton component in React", "keywords": [ "skeleton", @@ -33,12 +33,12 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/layout": "workspace:0.4.0", - "@jengaui/placeholder": "workspace:0.4.0", + "@jengaui/layout": "workspace:0.5.0", + "@jengaui/placeholder": "workspace:0.5.0", "tastycss": "^0.13.0" }, "devDependencies": { - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/slider/CHANGELOG.md b/packages/slider/CHANGELOG.md index 33a109a1..52cbbf1e 100644 --- a/packages/slider/CHANGELOG.md +++ b/packages/slider/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/form@0.5.0 + - @jengaui/layout@0.5.0 + - @jengaui/number-input@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/slider/package.json b/packages/slider/package.json index 360c28e5..2852dc85 100644 --- a/packages/slider/package.json +++ b/packages/slider/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/slider", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Slider component in React", "keywords": [ "slider", @@ -34,10 +34,10 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/form": "workspace:0.4.0", - "@jengaui/layout": "workspace:0.4.0", - "@jengaui/number-input": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/form": "workspace:0.5.0", + "@jengaui/layout": "workspace:0.5.0", + "@jengaui/number-input": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "@react-aria/focus": "^3.9.0", "@react-aria/interactions": "^3.12.0", "@react-aria/slider": "3.2.1", @@ -49,7 +49,7 @@ }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "csstype": "3.1.1", diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index e55c0e56..bc928e81 100644 --- a/packages/switch/CHANGELOG.md +++ b/packages/switch/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/form@0.5.0 + - @jengaui/providers@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/switch/package.json b/packages/switch/package.json index fce39bed..5987c7f1 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/switch", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Switch component in React", "keywords": [ "switch", @@ -39,9 +39,9 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/form": "workspace:0.4.0", - "@jengaui/providers": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/form": "workspace:0.5.0", + "@jengaui/providers": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "@react-aria/interactions": "^3.12.0", "@react-aria/switch": "^3.2.4", "@react-spectrum/utils": "^3.7.4", @@ -51,7 +51,7 @@ }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/table/CHANGELOG.md b/packages/table/CHANGELOG.md index a5f39c14..3da60d32 100644 --- a/packages/table/CHANGELOG.md +++ b/packages/table/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/button@0.5.0 + - @jengaui/checkbox@0.5.0 + - @jengaui/content@0.5.0 + - @jengaui/core@0.5.0 + - @jengaui/layout@0.5.0 + - @jengaui/providers@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/table/package.json b/packages/table/package.json index b6eb98aa..ce374a60 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/table", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Table component in React", "keywords": [ "table", @@ -32,12 +32,12 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/button": "workspace:0.4.0", - "@jengaui/checkbox": "workspace:0.4.0", - "@jengaui/content": "workspace:0.4.0", - "@jengaui/core": "workspace:0.4.0", - "@jengaui/layout": "workspace:0.4.0", - "@jengaui/providers": "workspace:0.4.0", + "@jengaui/button": "workspace:0.5.0", + "@jengaui/checkbox": "workspace:0.5.0", + "@jengaui/content": "workspace:0.5.0", + "@jengaui/core": "workspace:0.5.0", + "@jengaui/layout": "workspace:0.5.0", + "@jengaui/providers": "workspace:0.5.0", "@jengaui/utils": "workspace:*", "@react-aria/interactions": "^3.12.0", "@react-aria/table": "^3.5.0", @@ -51,7 +51,7 @@ }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "@types/styled-components": "5.1.26", diff --git a/packages/tabs/CHANGELOG.md b/packages/tabs/CHANGELOG.md index 5d2eedf4..0c138d4d 100644 --- a/packages/tabs/CHANGELOG.md +++ b/packages/tabs/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/button@0.5.0 + - @jengaui/core@0.5.0 + - @jengaui/layout@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/tabs/package.json b/packages/tabs/package.json index 9d6f874e..2ce23eb9 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/tabs", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Tabs component in React", "keywords": [ "tabs", @@ -31,14 +31,14 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/button": "workspace:0.4.0", - "@jengaui/core": "workspace:0.4.0", - "@jengaui/layout": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/button": "workspace:0.5.0", + "@jengaui/core": "workspace:0.5.0", + "@jengaui/layout": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "tastycss": "^0.13.0" }, "devDependencies": { - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/tag/CHANGELOG.md b/packages/tag/CHANGELOG.md index 83414a93..a278d03b 100644 --- a/packages/tag/CHANGELOG.md +++ b/packages/tag/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/button@0.5.0 + - @jengaui/core@0.5.0 + - @jengaui/layout@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/tag/package.json b/packages/tag/package.json index 3d9b4b75..b5d732b4 100644 --- a/packages/tag/package.json +++ b/packages/tag/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/tag", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Tag component in React", "keywords": [ "tag", @@ -33,14 +33,14 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/button": "workspace:0.4.0", - "@jengaui/core": "workspace:0.4.0", - "@jengaui/layout": "workspace:0.4.0", + "@jengaui/button": "workspace:0.5.0", + "@jengaui/core": "workspace:0.5.0", + "@jengaui/layout": "workspace:0.5.0", "tastycss": "^0.13.0" }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/text-input/CHANGELOG.md b/packages/text-input/CHANGELOG.md index b72ebf60..894385c9 100644 --- a/packages/text-input/CHANGELOG.md +++ b/packages/text-input/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/core@0.5.0 + - @jengaui/form@0.5.0 + - @jengaui/layout@0.5.0 + - @jengaui/providers@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/text-input/package.json b/packages/text-input/package.json index a630d8f6..317eb003 100644 --- a/packages/text-input/package.json +++ b/packages/text-input/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/text-input", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Text-Input component in React", "keywords": [ "text-input", @@ -32,11 +32,11 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/core": "workspace:0.4.0", - "@jengaui/form": "workspace:0.4.0", - "@jengaui/layout": "workspace:0.4.0", - "@jengaui/providers": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/core": "workspace:0.5.0", + "@jengaui/form": "workspace:0.5.0", + "@jengaui/layout": "workspace:0.5.0", + "@jengaui/providers": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "@react-aria/interactions": "^3.12.0", "@react-aria/textfield": "^3.7.2", "@react-spectrum/utils": "^3.7.4", @@ -45,7 +45,7 @@ }, "devDependencies": { "@ant-design/icons": "^4.7.0", - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/textarea/CHANGELOG.md b/packages/textarea/CHANGELOG.md index b554b51b..a75cabc2 100644 --- a/packages/textarea/CHANGELOG.md +++ b/packages/textarea/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/providers@0.5.0 + - @jengaui/text-input@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/textarea/package.json b/packages/textarea/package.json index ab247daf..14ee6ac1 100644 --- a/packages/textarea/package.json +++ b/packages/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/textarea", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Textarea component in React", "keywords": [ "textarea", @@ -32,15 +32,15 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/providers": "workspace:0.4.0", - "@jengaui/text-input": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/providers": "workspace:0.5.0", + "@jengaui/text-input": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "@react-aria/textfield": "^3.7.2", "@react-aria/utils": "^3.14.0", "@react-stately/utils": "^3.5.1" }, "devDependencies": { - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/toast/CHANGELOG.md b/packages/toast/CHANGELOG.md index 0d1c1a4e..f8d087e4 100644 --- a/packages/toast/CHANGELOG.md +++ b/packages/toast/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/hooks@0.5.0 + - @jengaui/notification@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/toast/package.json b/packages/toast/package.json index 50825d82..ef670e87 100644 --- a/packages/toast/package.json +++ b/packages/toast/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/toast", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Toast component in React", "keywords": [ "react", @@ -39,14 +39,14 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/hooks": "workspace:0.4.0", - "@jengaui/notification": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/hooks": "workspace:0.5.0", + "@jengaui/notification": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "@react-aria/utils": "^3.14.0", "react-is": "^17.0.2" }, "devDependencies": { - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index c7f1f125..4aed06ff 100644 --- a/packages/tooltip/CHANGELOG.md +++ b/packages/tooltip/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + +### Patch Changes + +- Updated dependencies [[`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c)]: + - @jengaui/active-zone@0.5.0 + - @jengaui/core@0.5.0 + - @jengaui/overlays@0.5.0 + - @jengaui/utils@0.5.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index f1440a63..fa55a246 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/tooltip", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Tooltip component in React", "keywords": [ "react", @@ -38,10 +38,10 @@ "lint": "TIMING=1 eslint src/**/*.ts* --fix" }, "dependencies": { - "@jengaui/active-zone": "workspace:0.4.0", - "@jengaui/core": "workspace:0.4.0", - "@jengaui/overlays": "workspace:0.4.0", - "@jengaui/utils": "workspace:0.4.0", + "@jengaui/active-zone": "workspace:0.5.0", + "@jengaui/core": "workspace:0.5.0", + "@jengaui/overlays": "workspace:0.5.0", + "@jengaui/utils": "workspace:0.5.0", "@react-aria/focus": "^3.9.0", "@react-aria/overlays": "^3.11.0", "@react-aria/tooltip": "^3.3.2", @@ -52,7 +52,7 @@ "tastycss": "^0.13.0" }, "devDependencies": { - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 8216cdce..5c9f2c88 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#104](https://github.com/OutpostHQ/jengaui/pull/104) [`0576a0c`](https://github.com/OutpostHQ/jengaui/commit/0576a0cc70736de66cfff05db6161423d14db61c) Thanks [@aj-ya](https://github.com/aj-ya)! - @jengaui/table: removed internal pagination and allowed more control over styling. + ## 0.4.0 ### Minor Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index c773b254..743ca78c 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@jengaui/utils", - "version": "0.4.0", + "version": "0.5.0", "description": "Jenga UI Utils component in React", "keywords": [ "react", @@ -47,7 +47,7 @@ "tastycss": "^0.13.0" }, "devDependencies": { - "@jengaui/tsconfig": "workspace:0.3.0", + "@jengaui/tsconfig": "workspace:0.4.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0",