Skip to content

Update versions #312

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .changeset/breezy-candles-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-wolves-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-trees-build.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/stupid-days-travel.md

This file was deleted.

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

## 0.11.0

### Minor Changes

- [`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies.

### Patch Changes

- 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)]:
- @suid/[email protected]
- @suid/[email protected]
- @suid/[email protected]

## 0.10.1

### 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.10.1",
"version": "0.11.0",
"description": "Base components unstyled used by @suid/material.",
"keywords": [
"solid",
Expand Down
8 changes: 8 additions & 0 deletions packages/codemod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @suid/codemod

## 0.12.0

### Minor Changes

- [`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies.

- [#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

## 0.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suid/codemod",
"version": "0.11.1",
"version": "0.12.0",
"description": "Tool for migrating MUI React code to SUID SolidJS.",
"keywords": [
"solid",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-suid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-suid

## 0.3.0

### Minor Changes

- [`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies.

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-suid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-suid",
"version": "0.2.1",
"version": "0.3.0",
"description": "CLI tool for creating a SUID project easily.",
"keywords": [
"cli",
Expand Down
11 changes: 11 additions & 0 deletions packages/icons-material/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @suid/icons-material

## 0.9.0

### Minor Changes

- [`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies.

### Patch Changes

- 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)]:
- @suid/[email protected]

## 0.8.1

### 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.8.1",
"version": "0.9.0",
"description": "Material Design icons as SVG SolidJS components.",
"keywords": [
"solid",
Expand Down
18 changes: 18 additions & 0 deletions packages/material/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @suid/material

## 0.19.0

### Minor Changes

- [`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies.

- [#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

### Patch Changes

- [#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

- 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)]:
- @suid/[email protected]
- @suid/[email protected]
- @suid/[email protected]
- @suid/[email protected]

## 0.18.0

### Minor 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.18.0",
"version": "0.19.0",
"description": "A port of Material-UI (MUI) built with SolidJS.",
"keywords": [
"solid",
Expand Down
19 changes: 19 additions & 0 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @suid/site

## 0.21.0

### Minor Changes

- [`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies.

- [#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

### Patch Changes

- 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)]:
- @suid/[email protected]
- @suid/[email protected]
- @suid/[email protected]
- @suid/[email protected]
- @suid/[email protected]
- @suid/[email protected]
- @suid/[email protected]

## 0.20.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.20.0",
"version": "0.21.0",
"description": "SUID website.",
"type": "module",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/styled-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @suid/styled-engine

## 0.9.0

### Minor Changes

- [`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies.

### Patch Changes

- Updated dependencies [[`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1), [`25b6c72`](https://github.com/swordev/suid/commit/25b6c72054ad7cd8a0d16b2588c9abfaaac16be7)]:
- @suid/[email protected]

## 0.8.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.8.1",
"version": "0.9.0",
"description": "Styled engine used by @suid/system.",
"keywords": [
"solid",
Expand Down
17 changes: 17 additions & 0 deletions packages/system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @suid/system

## 0.14.0

### Minor Changes

- [`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies.

- [#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

### Patch Changes

- [#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

- Updated dependencies [[`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1), [`25b6c72`](https://github.com/swordev/suid/commit/25b6c72054ad7cd8a0d16b2588c9abfaaac16be7)]:
- @suid/[email protected]
- @suid/[email protected]
- @suid/[email protected]

## 0.13.0

### Minor 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.13.0",
"version": "0.14.0",
"description": "Styles system used by suid packages.",
"keywords": [
"solid",
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @suid/types

## 0.8.0

### Minor Changes

- [`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies.

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suid/types",
"version": "0.7.1",
"version": "0.8.0",
"description": "Types used by suid packages.",
"keywords": [
"solid",
Expand Down
13 changes: 13 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @suid/utils

## 0.11.0

### Minor Changes

- [`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies.

- [#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

### Patch Changes

- Updated dependencies [[`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1)]:
- @suid/[email protected]

## 0.10.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suid/utils",
"version": "0.10.1",
"version": "0.11.0",
"description": "Utils used by suid packages.",
"keywords": [
"utils"
Expand Down
6 changes: 6 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @suid/vite-plugin

## 0.4.0

### Minor Changes

- [`1e2ca76`](https://github.com/swordev/suid/commit/1e2ca76b803d04d5d8b1a0bcd22d79de6e03b5a1) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies.

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suid/vite-plugin",
"version": "0.3.1",
"version": "0.4.0",
"description": "SUID integration plugin for Vite.",
"keywords": [
"vite",
Expand Down