Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 3, 2025
1 parent 926316f commit 91db0ad
Show file tree
Hide file tree
Showing 26 changed files with 251 additions and 236 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-spoons-judge.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/eight-dolls-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-lobsters-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-mice-repeat.md

This file was deleted.

33 changes: 0 additions & 33 deletions .changeset/honest-guests-search.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/little-countries-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-bats-kick.md

This file was deleted.

80 changes: 0 additions & 80 deletions .changeset/mighty-actors-whisper.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/silly-ducks-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-jeans-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-rockets-cough.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/two-tomatoes-press.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/violet-dancers-hope.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/yellow-beds-visit.md

This file was deleted.

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

## 2.3.1

### Patch Changes

- Updated dependencies [3e474a0]
- Updated dependencies [926316f]
- Updated dependencies [926316f]
- Updated dependencies [926316f]
- Updated dependencies [926316f]
- Updated dependencies [1203a3f]
- Updated dependencies [3e474a0]
- Updated dependencies [926316f]
- @salt-ds/theme@1.25.0

## 2.3.0

### Minor 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.3.0",
"version": "2.3.1",
"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.40.0

### Minor Changes

- 6a0db8d: Added `loading` prop/functionality to the Button component. This prop will display a spinner to indicate that the action is in progress. This is useful for actions that take some time to process, such as submitting a form or loading data.

Added `loadingAnnouncement` prop/functionality to the Button component. This prop will announce a message to screen readers. Meant to be used in conjunction with the `loading` prop.

- 1436b36: Add `padding` and `margin` to `FlexLayout`, `FlexItem`, `FlowLayout`, `StackLayout` and `SplitLayout`

```tsx
<FlexLayout padding={1} margin={1}>
<FlexItem padding={2} margin={2}>
Item
</FlexItem>
</FlexLayout>
```

- efb37a0: Add `inputRef` prop to `Checkbox` and `RadioButton`. The `inputRef` can be used to access the hidden `<input>` element.

### Patch Changes

- 3b1c265: Fixed standalone ToggleButton's corner radius not aligning to Button.
- 39bd967: Fixed secondary and tertiary InteractableCards having incorrect disabled styling.

## 1.39.0

### Minor 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.39.0",
"version": "1.40.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/countries/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @salt-ds/countries

## 1.4.6

### Patch Changes

- Updated dependencies [6a0db8d]
- Updated dependencies [3b1c265]
- Updated dependencies [1436b36]
- Updated dependencies [39bd967]
- Updated dependencies [efb37a0]
- @salt-ds/core@1.40.0

## 1.4.5

### 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.5",
"version": "1.4.6",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
13 changes: 13 additions & 0 deletions packages/data-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @salt-ds/data-grid

## 1.0.12

### Patch Changes

- Updated dependencies [6a0db8d]
- Updated dependencies [45961dd]
- Updated dependencies [3b1c265]
- Updated dependencies [1436b36]
- Updated dependencies [39bd967]
- Updated dependencies [efb37a0]
- @salt-ds/core@1.40.0
- @salt-ds/lab@1.0.0-alpha.60

## 1.0.11

### 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.11",
"version": "1.0.12",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions packages/lab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @salt-ds/lab

## 1.0.0-alpha.60

### Patch Changes

- 45961dd: Fix dialog and overlay header alignments
- Updated dependencies [6a0db8d]
- Updated dependencies [3b1c265]
- Updated dependencies [1436b36]
- Updated dependencies [39bd967]
- Updated dependencies [efb37a0]
- @salt-ds/core@1.40.0

## 1.0.0-alpha.59

### Minor 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.59",
"version": "1.0.0-alpha.60",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 91db0ad

Please sign in to comment.