Skip to content

Commit

Permalink
Version Packages (#4319)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 15, 2024
1 parent dc5b3b3 commit 890ac5a
Show file tree
Hide file tree
Showing 28 changed files with 160 additions and 136 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-dolls-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-geckos-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-frogs-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-fishes-appear.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/core-replace-button-variant.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-tomatoes-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-bugs-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-ears-add.md

This file was deleted.

28 changes: 0 additions & 28 deletions .changeset/plenty-monkeys-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-bugs-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-ties-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-bags-give.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stupid-pets-shout.md

This file was deleted.

32 changes: 0 additions & 32 deletions .changeset/tame-kangaroos-heal.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/ag-grid-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @salt-ds/ag-grid-theme

## 2.1.2

### Patch Changes

- c486b75: Refactor ag grid theme CSS into smaller files
- Updated dependencies [2f027e9]
- @salt-ds/theme@1.23.2

## 2.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ag-grid-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salt-ds/ag-grid-theme",
"version": "2.1.1",
"version": "2.1.2",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
25 changes: 25 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @salt-ds/core

## 1.37.2

### Patch Changes

- ae6e5c9: Updated ToggleButton's styling to align to Button's new styling.
- b395246: Fixed `color="secondary"` not working for the Link component.
- aced985: Replaced Button's deprecated `variant` prop with `sentiment` and `appearance` in:

- ComboBox
- DialogCloseButton
- DrawerCloseButton
- OverlayPanelCloseButton
- CompactPaginator
- Paginator
- Pagination

- 7432f62: Fixed useResponsiveProp not being inclusive when calculating breakpoints e.g. not recognising `600px` as `sm`.
- 0730eb0: Fixed focus rings not appearing on Checkbox or Radio Button.
- 1a29b4e: Fixed disabled MenuItems triggering onClick.
- 6b1f109: Added padding between the content and scrollbar when `OverlayPanelContent` is scrollable.
- 26bf747: Fixed Tooltip to prioritize its `status` prop over the status inherited from a parent FormField.
- 6a08b82: Fixed circular dependencies in code.
- Updated dependencies [dc5b3b3]
- @salt-ds/icons@1.13.0

## 1.37.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salt-ds/core",
"version": "1.37.1",
"version": "1.37.2",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
15 changes: 15 additions & 0 deletions packages/countries/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @salt-ds/countries

## 1.4.2

### Patch Changes

- Updated dependencies [ae6e5c9]
- Updated dependencies [b395246]
- Updated dependencies [aced985]
- Updated dependencies [7432f62]
- Updated dependencies [0730eb0]
- Updated dependencies [1a29b4e]
- Updated dependencies [6b1f109]
- Updated dependencies [26bf747]
- Updated dependencies [6a08b82]
- @salt-ds/core@1.37.2

## 1.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/countries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salt-ds/countries",
"version": "1.4.1",
"version": "1.4.2",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
20 changes: 20 additions & 0 deletions packages/data-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @salt-ds/data-grid

## 1.0.7

### Patch Changes

- Updated dependencies [ae6e5c9]
- Updated dependencies [b395246]
- Updated dependencies [3cf8d99]
- Updated dependencies [aced985]
- Updated dependencies [7432f62]
- Updated dependencies [0730eb0]
- Updated dependencies [91973ac]
- Updated dependencies [1a29b4e]
- Updated dependencies [6b1f109]
- Updated dependencies [26bf747]
- Updated dependencies [6a08b82]
- Updated dependencies [dc5b3b3]
- @salt-ds/core@1.37.2
- @salt-ds/lab@1.0.0-alpha.55
- @salt-ds/icons@1.13.0

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/data-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salt-ds/data-grid",
"version": "1.0.6",
"version": "1.0.7",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
33 changes: 33 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# @salt-ds/icons

## 1.13.0

### Minor Changes

- dc5b3b3: Added new icons

- Checkmark
- CheckmarkSolid
- SuccessCircle
- SuccessCircleSolid

Updated below icons to align with other icons

- Error
- ErrorSolid
- Info
- InfoSolid
- Warning
- WarningSolid

Deprecated below icons

| Deprecated | Replacement |
| --------------------- | ------------------ |
| SuccessSmallIcon | CheckmarkIcon |
| SuccessSmallSolidIcon | CheckmarkSolidIcon |
| SuccessIcon | CheckmarkIcon |
| SuccessSolidIcon | CheckmarkSolidIcon |
| StepSuccessIcon | SuccessCircleIcon |
| SuccessTickIcon | CheckmarkIcon |

Closes #4347

## 1.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salt-ds/icons",
"version": "1.12.1",
"version": "1.13.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
46 changes: 46 additions & 0 deletions packages/lab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# @salt-ds/lab

## 1.0.0-alpha.55

### Minor Changes

- 91973ac: Added `DialogHeader` component to lab. `DialogHeader`'s update follows our standardized header for container components and app regions, and it can be added to provide a structured header for dialog. The header includes a title and actions that follows our Header Block pattern.

```typescript
<Dialog open={open} onOpenChange={onOpenChange} id={id}>
<DialogHeader
header={<H2>Terms and conditions</H2>}
actions={
<Button
aria-label="Close overlay"
appearance="transparent"
sentiment="neutral"
>
<CloseIcon aria-hidden />
</Button>
}
/>
<DialogContent>
<div>
Only Chase Cards that we determine are eligible can be added to the
Wallet.
</div>
</DialogContent>
</Dialog>;
```

### Patch Changes

- 3cf8d99: Updated TabstripNext and TabNext to follow the new design guidelines and added dismissing and adding tabs.
- 6a08b82: Fixed circular dependencies in code.
- Updated dependencies [ae6e5c9]
- Updated dependencies [b395246]
- Updated dependencies [aced985]
- Updated dependencies [7432f62]
- Updated dependencies [0730eb0]
- Updated dependencies [1a29b4e]
- Updated dependencies [6b1f109]
- Updated dependencies [26bf747]
- Updated dependencies [6a08b82]
- Updated dependencies [dc5b3b3]
- @salt-ds/core@1.37.2
- @salt-ds/icons@1.13.0

## 1.0.0-alpha.54

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salt-ds/lab",
"version": "1.0.0-alpha.54",
"version": "1.0.0-alpha.55",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @salt-ds/theme

## 1.23.2

### Patch Changes

- 2f027e9: Fixed target characteristic tokens being incorrect in Salt Next.

## 1.23.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salt-ds/theme",
"version": "1.23.1",
"version": "1.23.2",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 890ac5a

Please sign in to comment.