Skip to content

Commit

Permalink
Version Packages (#1931)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 14, 2023
1 parent 27139c5 commit f83da1b
Show file tree
Hide file tree
Showing 25 changed files with 176 additions and 199 deletions.
12 changes: 0 additions & 12 deletions .changeset/chilly-hotels-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-fishes-raise.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/clever-pillows-promise.md

This file was deleted.

70 changes: 0 additions & 70 deletions .changeset/cuddly-forks-report.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dry-timers-build.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/lovely-toys-raise.md

This file was deleted.

32 changes: 0 additions & 32 deletions .changeset/many-meals-travel.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/plenty-eggs-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-pears-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-shrimps-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-spoons-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-spoons-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-bears-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-trains-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-pianos-grin.md

This file was deleted.

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

## 1.2.0

### Minor Changes

- 1013b554: Fix button styles in ag grid theme currently showing default HTML buttons by adding salt styles to `.ag-standard-button`.

## 1.1.6

### 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": "1.1.6",
"version": "1.2.0",
"license": "Apache-2.0",
"style": "uitk-ag-theme.css",
"files": [
Expand Down
32 changes: 32 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @salt-ds/core

## 1.8.0-rc.3

### Minor Changes

- 0a1c9d9d: Refactored Checkbox to align styling.
Add readOnly support to Checkbox.

```tsx
<CheckboxGroup>
<Checkbox readOnly label="readonly checkbox" />
<Checkbox readOnly indeterminate label="readonly indeterminate checkbox" />
<Checkbox readOnly checked label="readonly checked checkbox" />
</CheckboxGroup>
```

- 21a76576: Refactored Radio Button to align styling.
Added readOnly support to Radio Button.

```tsx
<RadioButtonGroup readOnly>
<RadioButton label="Readonly" value="Readonly" />
<RadioButton label="Checked Readonly" value="Readonly-checked" checked />
</RadioButtonGroup>
```

### Patch Changes

- 4329d8c7: Update Button and Toggle Button to have a fixed gap between icons and text.
- 0a1c9d9d: Fix inputProps overwriting internal Checkbox props
- 21a76576: Fixed inputProps overwriting internal Radio Button props
- 95188004: Alignment of StatusAdornment has been fixed

## 1.8.0-rc.2

### Major 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.8.0-rc.2",
"version": "1.8.0-rc.3",
"license": "Apache-2.0",
"main": "src/index.ts",
"sideEffects": false,
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.5.0

### Minor Changes

- 1ba2f407: Added:

- Bank
- BankSolid
- Battery
- BatterySolid
- Browser
- BrowserSolid
- Devices
- DevicesSolid
- Display
- DisplaySolid
- Laptop
- LaptopSolid
- Mobile
- MobileSolid
- Mouse
- MouseSolid
- NotificationRead
- NotificationReadSolid
- Receipt
- ReceiptSolid
- SaltShaker
- SaltShakerSolid
- SortableAlpha
- SortableNum
- Watch
- WatchSolid

## 1.4.0

### Minor 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.4.0",
"version": "1.5.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"sideEffects": false,
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.12

### Minor Changes

- 95188004: Added `MultilineInput` component with fixed number of rows

### Patch Changes

- 79e9f4bc: `MultilineInput` is now compatible with `FormField`. `FormFieldLabel` can be styled as a question by using the new `pronounced` prop.
- 4329d8c7: Update Button and Toggle Button to have a fixed gap between icons and text.
- 78ee0b81: Removed unnecessary transition in List Item Next

## 1.0.0-alpha.11

### 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.11",
"version": "1.0.0-alpha.12",
"license": "Apache-2.0",
"main": "src/index.ts",
"sideEffects": false,
Expand Down
Loading

1 comment on commit f83da1b

@vercel
Copy link

@vercel vercel bot commented on f83da1b Jul 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.