Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 12, 2023
1 parent c970257 commit e4e1753
Show file tree
Hide file tree
Showing 19 changed files with 94 additions and 47 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-hotels-explode.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/giant-monkeys-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-lies-try.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slow-trees-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-foxes-bow.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @suid/base

## 0.7.0

### Minor Changes

- [`5a017a08`](https://github.com/swordev/suid/commit/5a017a08d80e3638fff3fab41cf7f524543b067c) Thanks [@juanrgm](https://github.com/juanrgm)! - Add `TextareaAutosize` component and `multiline` support for `InputBase`

### Patch Changes

- Updated dependencies [[`51c5ade3`](https://github.com/swordev/suid/commit/51c5ade396c53144c20bd3a8bf9af9045559cf52), [`ba6f7a4c`](https://github.com/swordev/suid/commit/ba6f7a4ccc9d9cfa80654b1d09a61ab2766cf8e0)]:
- @suid/css@0.2.2
- @suid/system@0.9.0

## 0.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suid/base",
"version": "0.6.3",
"version": "0.7.0",
"description": "Base components unstyled used by @suid/material.",
"keywords": [
"solid",
Expand Down
6 changes: 6 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @suid/css

## 0.2.2

### Patch Changes

- [`51c5ade3`](https://github.com/swordev/suid/commit/51c5ade396c53144c20bd3a8bf9af9045559cf52) Thanks [@juanrgm](https://github.com/juanrgm)! - Merge media query rules

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suid/css",
"version": "0.2.1",
"version": "0.2.2",
"description": "CSS render in JS.",
"keywords": [
"styles",
Expand Down
7 changes: 7 additions & 0 deletions packages/icons-material/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @suid/icons-material

## 0.5.10

### Patch Changes

- Updated dependencies [[`5a017a08`](https://github.com/swordev/suid/commit/5a017a08d80e3638fff3fab41cf7f524543b067c)]:
- @suid/material@0.11.0

## 0.5.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suid/icons-material",
"version": "0.5.9",
"version": "0.5.10",
"description": "Material Design icons as SVG SolidJS components.",
"keywords": [
"solid",
Expand Down
13 changes: 13 additions & 0 deletions packages/material/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @suid/material

## 0.11.0

### Minor Changes

- [`5a017a08`](https://github.com/swordev/suid/commit/5a017a08d80e3638fff3fab41cf7f524543b067c) Thanks [@juanrgm](https://github.com/juanrgm)! - Add `TextareaAutosize` component and `multiline` support for `InputBase`

### Patch Changes

- Updated dependencies [[`51c5ade3`](https://github.com/swordev/suid/commit/51c5ade396c53144c20bd3a8bf9af9045559cf52), [`ba6f7a4c`](https://github.com/swordev/suid/commit/ba6f7a4ccc9d9cfa80654b1d09a61ab2766cf8e0), [`5a017a08`](https://github.com/swordev/suid/commit/5a017a08d80e3638fff3fab41cf7f524543b067c)]:
- @suid/css@0.2.2
- @suid/system@0.9.0
- @suid/base@0.7.0

## 0.10.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suid/material",
"version": "0.10.2",
"version": "0.11.0",
"description": "A port of Material-UI (MUI) built with SolidJS.",
"keywords": [
"solid",
Expand Down
16 changes: 16 additions & 0 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @suid/site

## 0.10.0

### Minor Changes

- [`f0aac7a4`](https://github.com/swordev/suid/commit/f0aac7a4c28aa62a0b32d8b25eb212aa35dea4f9) Thanks [@juanrgm](https://github.com/juanrgm)! - Add example using `multiline` in the `TextField` component

- [`c9702576`](https://github.com/swordev/suid/commit/c9702576e9ea2f9a0b8be4eb380572e76fa5d1ea) Thanks [@juanrgm](https://github.com/juanrgm)! - Add examples using breakpoints/functions in the `sx` property

### Patch Changes

- Updated dependencies [[`ba6f7a4c`](https://github.com/swordev/suid/commit/ba6f7a4ccc9d9cfa80654b1d09a61ab2766cf8e0), [`5a017a08`](https://github.com/swordev/suid/commit/5a017a08d80e3638fff3fab41cf7f524543b067c)]:
- @suid/system@0.9.0
- @suid/material@0.11.0
- @suid/base@0.7.0
- @suid/icons-material@0.5.10

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suid/site",
"version": "0.9.0",
"version": "0.10.0",
"description": "SUID website.",
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/styled-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @suid/styled-engine

## 0.4.2

### Patch Changes

- Updated dependencies [[`51c5ade3`](https://github.com/swordev/suid/commit/51c5ade396c53144c20bd3a8bf9af9045559cf52)]:
- @suid/css@0.2.2

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/styled-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suid/styled-engine",
"version": "0.4.1",
"version": "0.4.2",
"description": "Styled engine used by @suid/system.",
"keywords": [
"solid",
Expand Down
26 changes: 26 additions & 0 deletions packages/system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @suid/system

## 0.9.0

### Minor Changes

- [`ba6f7a4c`](https://github.com/swordev/suid/commit/ba6f7a4ccc9d9cfa80654b1d09a61ab2766cf8e0) Thanks [@juanrgm](https://github.com/juanrgm)! - Allow breakpoints as object/array in the `sx` property

```ts
<Box
sx={{
width: {
xs: 100,
sm: 200,
},
color: ["red", "blue"],
}}
>
This box has a responsive width.
</Box>
```

### Patch Changes

- Updated dependencies [[`51c5ade3`](https://github.com/swordev/suid/commit/51c5ade396c53144c20bd3a8bf9af9045559cf52)]:
- @suid/css@0.2.2
- @suid/styled-engine@0.4.2

## 0.8.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suid/system",
"version": "0.8.3",
"version": "0.9.0",
"description": "Styles system used by suid packages.",
"keywords": [
"solid",
Expand Down

0 comments on commit e4e1753

Please sign in to comment.