Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #105

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 0 additions & 56 deletions .changeset/wild-houses-mate.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]
- @jengaui/[email protected]
- @jengaui/[email protected]
- @jengaui/[email protected]

## 0.4.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jengaui/accordion",
"version": "0.4.0",
"version": "0.5.0",
"description": "Jenga UI Accordion component in React",
"keywords": [
"accordion",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/active-zone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]

## 0.4.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/active-zone/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
15 changes: 15 additions & 0 deletions packages/alert-dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]
- @jengaui/[email protected]
- @jengaui/[email protected]
- @jengaui/[email protected]
- @jengaui/[email protected]

## 0.4.0

### Minor Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/alert-dialog/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -33,19 +33,19 @@
"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",
"tiny-invariant": "^1.3.1"
},
"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",
Expand Down
12 changes: 12 additions & 0 deletions packages/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]
- @jengaui/[email protected]

## 0.4.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jengaui/alert",
"version": "0.4.0",
"version": "0.5.0",
"description": "Jenga UI Alert component in React",
"keywords": [
"alert",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jengaui/avatar",
"version": "0.4.0",
"version": "0.5.0",
"description": "Jenga UI Avatar component in React",
"keywords": [
"avatar",
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]

## 0.4.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jengaui/badge",
"version": "0.4.0",
"version": "0.5.0",
"description": "Jenga UI Badge component in React",
"keywords": [
"badge",
Expand Down Expand Up @@ -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",
Expand Down
13 changes: 13 additions & 0 deletions packages/banner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]
- @jengaui/[email protected]
- @jengaui/[email protected]

## 0.4.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/banner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jengaui/banner",
"version": "0.4.0",
"version": "0.5.0",
"description": "Jenga UI Banner component in React",
"keywords": [
"react",
Expand Down Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions packages/breadcrumbs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]
- @jengaui/[email protected]

## 0.4.0

### Minor Changes
Expand Down
Loading