Skip to content

Commit

Permalink
Version Packages (#2858)
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 2, 2024
1 parent f7fcbd1 commit 7709e11
Show file tree
Hide file tree
Showing 15 changed files with 51 additions and 30 deletions.
10 changes: 0 additions & 10 deletions .changeset/chatty-carpets-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-hornets-sleep.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tough-pugs-hope.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @salt-ds/core

## 1.13.3

### Patch Changes

- f7fcbd11: Fixed issue where components are not injecting their styles.
- bb250947: Fixed `Badge` appearing over `Dialogs` due to an incorrect z-index.

## 1.13.2

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

## 1.1.3

### Patch Changes

- f7fcbd11: Fixed issue where components are not injecting their styles.

## 1.1.2

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

## 1.0.4-alpha.8

### Patch Changes

- f7fcbd11: Fixed issue where components are not injecting their styles.

## 1.0.4-alpha.7

### 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.4-alpha.7",
"version": "1.0.4-alpha.8",
"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.9.1

### Patch Changes

- f7fcbd11: Fixed issue where components are not injecting their styles.

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

## 1.0.0-alpha.25

### Minor Changes

- 1d292f2e: Refactored FileDropZone.

- FileDropZone has been split into three composible pieces: FileDropZone, FileDropZoneIcon and FileDropZoneTrigger.
- Validation is handled outside of the component. `onFilesAccepted`, `onFilesRejected` and `validate` have been replaced with `onDrop` and `status`.
- Aligned styling to Salt.

### Patch Changes

- f7fcbd11: Fixed issue where components are not injecting their styles.

## 1.0.0-alpha.24

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

## 0.2.1

### Patch Changes

- f7fcbd11: Fixed issue where components are not injecting their styles.

## 0.2.0

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

1 comment on commit 7709e11

@vercel
Copy link

@vercel vercel bot commented on 7709e11 Jan 2, 2024

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.