Skip to content

Commit

Permalink
Version Packages (#1132)
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 Feb 23, 2023
1 parent b1c5c32 commit 0431d39
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 55 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-files-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-parrots-greet.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mean-cougars-boil.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/purple-experts-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-students-shout.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sharp-terms-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-dolphins-train.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/three-rocks-bow.md

This file was deleted.

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

## 1.2.0

### Minor Changes

- afe57829: Add text background color for highlighted text globally and on Text component
- 1e69cf3b: Move `Tooltip` from lab to core
Move `useFloatingUI` from lab to core
- b1c5c32e: Move Spinner from lab to core
- 88673e4a: Add `disabled` prop to Text component
- 598991f8: Move `SplitLayout` from lab to core
Changes in `SplitLayout`

- Removed `FlexItem` wraps around `SplitLayout` children.
- `SplitLayout` uses `startItem` and `endItem` props as children to allow for direction.
- Added `direction` prop to `SplitLayout`.
- Remove `wrap` since `SplitLayout` has `direction` to control wrap by breakpoints.
- End Aligned `endItem` so the element is always at the end of the layout.

## 1.1.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.1.0",
"version": "1.2.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"sideEffects": [
Expand Down
23 changes: 23 additions & 0 deletions packages/lab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @salt-ds/lab

## 1.0.0-alpha.2

### Minor Changes

- b1c5c32e: Move Spinner from lab to core
- 598991f8: Move `SplitLayout` from lab to core
Changes in `SplitLayout`

- Removed `FlexItem` wraps around `SplitLayout` children.
- `SplitLayout` uses `startItem` and `endItem` props as children to allow for direction.
- Added `direction` prop to `SplitLayout`.
- Remove `wrap` since `SplitLayout` has `direction` to control wrap by breakpoints.
- End Aligned `endItem` so the element is always at the end of the layout.

### Patch Changes

- 94423b3c: Remove the `small` and `medium` size values from `Spinner` and add a `default` size.
- 6c9e0413: Refactor Tooltip to wrap around trigger. This is to simplify the use of Tooltip by not having to use to useTooltip hook to pass the props.
Remove `render` and `title` props, replaced by `content` prop.
Use '@floating-ui/react' instead of '@floating-ui/react-dom-interactions', as it's deprecated.
Remove unused TooltipContext
- f576be1e: Move useFloatingUI from Popper to utils

## 1.0.0-alpha.1

### 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.1",
"version": "1.0.0-alpha.2",
"license": "Apache-2.0",
"main": "src/index.ts",
"sideEffects": [
Expand Down

0 comments on commit 0431d39

Please sign in to comment.