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 Dec 16, 2024
1 parent a63833e commit dcb5266
Show file tree
Hide file tree
Showing 20 changed files with 299 additions and 259 deletions.
14 changes: 0 additions & 14 deletions .changeset/ag-cell-editors.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-lemons-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-chefs-knock.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/perfect-icons-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-worms-learn.md

This file was deleted.

213 changes: 0 additions & 213 deletions .changeset/tender-ads-learn.md

This file was deleted.

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

## 2.3.0

### Minor Changes

- 2719afb: - Added theme support for several built-in ag grid provided editors

- `agLargeTextCellEditor`
- `agSelectCellEditor`
- `agRichSelectCellEditor`
- `agNumberCellEditor`
- `agDateStringCellEditor`
- Fixed `input` padding within `.editable-cell` during editing
- Fixed long text overflow within `.editable-cell` when focused

Closes #4144

### Patch Changes

- 0a5b68b: Marked CSS files as having side effects. This fixes Webpack tree-shaking CSS files when `sideEffects: true` is not set on style-loader rules.
- Updated dependencies [0a5b68b]
- @salt-ds/theme@1.23.4

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

## 1.38.0

### Minor Changes

- 86d2a28: Added `LockedIcon` and `InProgressIcon` to the default icon map in SemanticIconProvider.

### Patch Changes

- dedbade: Fixed Salt Provider in floating ui adding extra attributes to root when mixing styling options.
- 0a5b68b: Marked CSS files as having side effects. This fixes Webpack tree-shaking CSS files when `sideEffects: true` is not set on style-loader rules.
- Updated dependencies [0a5b68b]
- @salt-ds/icons@1.13.1

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

## 1.4.4

### Patch Changes

- 0a5b68b: Marked CSS files as having side effects. This fixes Webpack tree-shaking CSS files when `sideEffects: true` is not set on style-loader rules.
- Updated dependencies [86d2a28]
- Updated dependencies [dedbade]
- Updated dependencies [0a5b68b]
- @salt-ds/core@1.38.0

## 1.4.3

### 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.3",
"version": "1.4.4",
"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.10

### Patch Changes

- Updated dependencies [86d2a28]
- Updated dependencies [dedbade]
- Updated dependencies [0a5b68b]
- Updated dependencies [a9edf03]
- Updated dependencies [86d2a28]
- @salt-ds/core@1.38.0
- @salt-ds/icons@1.13.1
- @salt-ds/lab@1.0.0-alpha.58

## 1.0.9

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

## 1.13.1

### Patch Changes

- 0a5b68b: Marked CSS files as having side effects. This fixes Webpack tree-shaking CSS files when `sideEffects: true` is not set on style-loader rules.

## 1.13.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.13.0",
"version": "1.13.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit dcb5266

Please sign in to comment.