Skip to content

Commit fd8da0f

Browse files
chore: update versions
1 parent 1e2ca76 commit fd8da0f

26 files changed

+139
-45
lines changed

.changeset/breezy-candles-decide.md

-15
This file was deleted.

.changeset/clean-wolves-cheat.md

-5
This file was deleted.

.changeset/modern-trees-build.md

-5
This file was deleted.

.changeset/stupid-days-travel.md

-9
This file was deleted.

packages/base/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @suid/base
22

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- [`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1), [`b7e48fb`](https://github.com/swordev/suid/commit/b7e48fb9eae55a0b6fbc70d11790630576fff2c7), [`25b6c72`](https://github.com/swordev/suid/commit/25b6c72054ad7cd8a0d16b2588c9abfaaac16be7)]:
12+
- @suid/system@0.14.0
13+
- @suid/types@0.8.0
14+
- @suid/utils@0.11.0
15+
316
## 0.10.1
417

518
### Patch Changes

packages/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suid/base",
3-
"version": "0.10.1",
3+
"version": "0.11.0",
44
"description": "Base components unstyled used by @suid/material.",
55
"keywords": [
66
"solid",

packages/codemod/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @suid/codemod
22

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- [`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies.
8+
9+
- [#299](https://github.com/swordev/suid/pull/299) [`25b6c72`](https://github.com/swordev/suid/commit/25b6c72054ad7cd8a0d16b2588c9abfaaac16be7) Thanks [@Phinome](https://github.com/Phinome)! - feat: add Rating Component
10+
311
## 0.11.1
412

513
### Patch Changes

packages/codemod/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suid/codemod",
3-
"version": "0.11.1",
3+
"version": "0.12.0",
44
"description": "Tool for migrating MUI React code to SUID SolidJS.",
55
"keywords": [
66
"solid",

packages/create-suid/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-suid
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies.
8+
39
## 0.2.1
410

511
### Patch Changes

packages/create-suid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-suid",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "CLI tool for creating a SUID project easily.",
55
"keywords": [
66
"cli",

packages/icons-material/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @suid/icons-material
22

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- [`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1), [`62b6289`](https://github.com/swordev/suid/commit/62b62890a285da6ed6b2151b1a6f447a7b59589b), [`25b6c72`](https://github.com/swordev/suid/commit/25b6c72054ad7cd8a0d16b2588c9abfaaac16be7)]:
12+
- @suid/material@0.19.0
13+
314
## 0.8.1
415

516
### Patch Changes

packages/icons-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suid/icons-material",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"description": "Material Design icons as SVG SolidJS components.",
55
"keywords": [
66
"solid",

packages/material/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @suid/material
22

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- [`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies.
8+
9+
- [#299](https://github.com/swordev/suid/pull/299) [`25b6c72`](https://github.com/swordev/suid/commit/25b6c72054ad7cd8a0d16b2588c9abfaaac16be7) Thanks [@Phinome](https://github.com/Phinome)! - feat: add Rating Component
10+
11+
### Patch Changes
12+
13+
- [#311](https://github.com/swordev/suid/pull/311) [`62b6289`](https://github.com/swordev/suid/commit/62b62890a285da6ed6b2151b1a6f447a7b59589b) Thanks [@gotnoklu](https://github.com/gotnoklu)! - Fix typography options by overriding defaults with passed values
14+
15+
- Updated dependencies [[`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1), [`b7e48fb`](https://github.com/swordev/suid/commit/b7e48fb9eae55a0b6fbc70d11790630576fff2c7), [`25b6c72`](https://github.com/swordev/suid/commit/25b6c72054ad7cd8a0d16b2588c9abfaaac16be7)]:
16+
- @suid/system@0.14.0
17+
- @suid/types@0.8.0
18+
- @suid/utils@0.11.0
19+
- @suid/base@0.11.0
20+
321
## 0.18.0
422

523
### Minor Changes

packages/material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suid/material",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"description": "A port of Material-UI (MUI) built with SolidJS.",
55
"keywords": [
66
"solid",

packages/site/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @suid/site
22

3+
## 0.21.0
4+
5+
### Minor Changes
6+
7+
- [`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies.
8+
9+
- [#299](https://github.com/swordev/suid/pull/299) [`25b6c72`](https://github.com/swordev/suid/commit/25b6c72054ad7cd8a0d16b2588c9abfaaac16be7) Thanks [@Phinome](https://github.com/Phinome)! - feat: add Rating Component
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1), [`b7e48fb`](https://github.com/swordev/suid/commit/b7e48fb9eae55a0b6fbc70d11790630576fff2c7), [`62b6289`](https://github.com/swordev/suid/commit/62b62890a285da6ed6b2151b1a6f447a7b59589b), [`25b6c72`](https://github.com/swordev/suid/commit/25b6c72054ad7cd8a0d16b2588c9abfaaac16be7)]:
14+
- @suid/icons-material@0.9.0
15+
- @suid/material@0.19.0
16+
- @suid/codemod@0.12.0
17+
- @suid/system@0.14.0
18+
- @suid/types@0.8.0
19+
- @suid/utils@0.11.0
20+
- @suid/base@0.11.0
21+
322
## 0.20.0
423

524
### Minor Changes

packages/site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suid/site",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "SUID website.",
55
"type": "module",
66
"scripts": {

packages/styled-engine/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @suid/styled-engine
22

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- [`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1), [`25b6c72`](https://github.com/swordev/suid/commit/25b6c72054ad7cd8a0d16b2588c9abfaaac16be7)]:
12+
- @suid/utils@0.11.0
13+
314
## 0.8.1
415

516
### Patch Changes

packages/styled-engine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suid/styled-engine",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"description": "Styled engine used by @suid/system.",
55
"keywords": [
66
"solid",

packages/system/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @suid/system
22

3+
## 0.14.0
4+
5+
### Minor Changes
6+
7+
- [`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies.
8+
9+
- [#299](https://github.com/swordev/suid/pull/299) [`25b6c72`](https://github.com/swordev/suid/commit/25b6c72054ad7cd8a0d16b2588c9abfaaac16be7) Thanks [@Phinome](https://github.com/Phinome)! - feat: add Rating Component
10+
11+
### Patch Changes
12+
13+
- [#304](https://github.com/swordev/suid/pull/304) [`b7e48fb`](https://github.com/swordev/suid/commit/b7e48fb9eae55a0b6fbc70d11790630576fff2c7) Thanks [@kuakman](https://github.com/kuakman)! - Add support for component style overrides via themes
14+
15+
- Updated dependencies [[`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1), [`25b6c72`](https://github.com/swordev/suid/commit/25b6c72054ad7cd8a0d16b2588c9abfaaac16be7)]:
16+
- @suid/styled-engine@0.9.0
17+
- @suid/types@0.8.0
18+
- @suid/utils@0.11.0
19+
320
## 0.13.0
421

522
### Minor Changes

packages/system/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suid/system",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Styles system used by suid packages.",
55
"keywords": [
66
"solid",

packages/types/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @suid/types
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- [`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies.
8+
39
## 0.7.1
410

511
### Patch Changes

packages/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suid/types",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "Types used by suid packages.",
55
"keywords": [
66
"solid",

packages/utils/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @suid/utils
22

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- [`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies.
8+
9+
- [#299](https://github.com/swordev/suid/pull/299) [`25b6c72`](https://github.com/swordev/suid/commit/25b6c72054ad7cd8a0d16b2588c9abfaaac16be7) Thanks [@Phinome](https://github.com/Phinome)! - feat: add Rating Component
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1)]:
14+
- @suid/types@0.8.0
15+
316
## 0.10.1
417

518
### Patch Changes

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suid/utils",
3-
"version": "0.10.1",
3+
"version": "0.11.0",
44
"description": "Utils used by suid packages.",
55
"keywords": [
66
"utils"

packages/vite-plugin/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @suid/vite-plugin
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies.
8+
39
## 0.3.1
410

511
### Patch Changes

packages/vite-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suid/vite-plugin",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "SUID integration plugin for Vite.",
55
"keywords": [
66
"vite",

0 commit comments

Comments
 (0)