Skip to content

Commit

Permalink
Version Packages (#2867)
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 Jan 12, 2024
1 parent a68c0d3 commit dafea8b
Show file tree
Hide file tree
Showing 16 changed files with 44 additions and 53 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilled-wombats-marry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/flat-rats-cheer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/heavy-pots-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-teachers-know.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pretty-poets-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-rocks-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-years-compare.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/tidy-pears-swim.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.3.7

### Patch Changes

- 13279948: Update header icon alignment. Adding space between the text and the icon, so the icon will be aligned opposite the text.

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

## 1.13.4

### Patch Changes

- 70fad5a1: Updated @floating-ui/react to 0.26.5.
- c49c246e: Removed redundant Icon color overrides.
- b4d72c16: Fixed FloatingComponent types
- dbe8571b: Fixed Input placeholder color.

## 1.13.3

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

## 1.0.0-alpha.26

### Minor Changes

- 641197da: - Removed `onClose` prop from `PillNext`. PillNext has been updated to support only one action. The `onClick`prop can be used instead.
- Remove `icon` prop from `PillNext`. An icon can be added as a children instead.

### Patch Changes

- 70fad5a1: Updated @floating-ui/react to 0.26.5.
- c49c246e: Removed redundant Icon color overrides.
- 61072b78: Changes to Pagination:

- Removed `compact` prop from `Pagination` component. Replaced by new `CompactPaginator` composition component
- Removed `showPreviousNext` and `FormFieldProps` from `Paginator` component.
- Added `CompactPaginator` for the compact version of pagination.
- Removed `FormFieldProps` from `GoToInput` component and added `inputRef` and `inputVariant`

## 1.0.0-alpha.25

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

## 1.11.0

### Minor Changes

- c6db7d56: Added `--salt-color-white-fade-backdrop` token with value `rgba(255, 255, 255, var(--salt-palette-opacity-backdrop))`
Updated `--salt-color-black-fade-backdrop` token to value `rgba(0, 0, 0, var(--salt-palette-opacity-backdrop))`

## 1.10.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.10.1",
"version": "1.11.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit dafea8b

Please sign in to comment.