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] authored and juanrgm committed Aug 20, 2024
1 parent 39bbc21 commit 6a28394
Show file tree
Hide file tree
Showing 25 changed files with 131 additions and 37 deletions.
15 changes: 0 additions & 15 deletions .changeset/fluffy-mails-build.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rude-terms-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-garlics-leave.md

This file was deleted.

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

## 0.10.0

### Minor Changes

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

### Patch Changes

- [`55b070c`](https://github.com/swordev/suid/commit/55b070ceb72a90d8fb9de85d8c8deca287a2ca80) Thanks [@juanrgm](https://github.com/juanrgm)! - Mark as pure functions

- Updated dependencies [[`bee2e07`](https://github.com/swordev/suid/commit/bee2e07ac95a9042e2971cb54c5ddcf45018c959), [`55b070c`](https://github.com/swordev/suid/commit/55b070ceb72a90d8fb9de85d8c8deca287a2ca80)]:
- @suid/system@0.12.0
- @suid/types@0.7.0
- @suid/utils@0.10.0

## 0.9.0

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

## 0.11.0

### Minor Changes

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

## 0.10.0

### Minor 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.10.0",
"version": "0.11.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.2.0

### Minor Changes

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

## 0.1.9

### 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.1.9",
"version": "0.2.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.8.0

### Minor Changes

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

### Patch Changes

- Updated dependencies [[`bee2e07`](https://github.com/swordev/suid/commit/bee2e07ac95a9042e2971cb54c5ddcf45018c959), [`8ea405f`](https://github.com/swordev/suid/commit/8ea405f9754ac02eee855d6c1e06721f4df012c8)]:
- @suid/material@0.17.0

## 0.7.0

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

## 0.17.0

### Minor Changes

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

### Patch Changes

- [`8ea405f`](https://github.com/swordev/suid/commit/8ea405f9754ac02eee855d6c1e06721f4df012c8) Thanks [@juanrgm](https://github.com/juanrgm)! - Fix circular dependency

- Updated dependencies [[`bee2e07`](https://github.com/swordev/suid/commit/bee2e07ac95a9042e2971cb54c5ddcf45018c959), [`55b070c`](https://github.com/swordev/suid/commit/55b070ceb72a90d8fb9de85d8c8deca287a2ca80)]:
- @suid/system@0.12.0
- @suid/types@0.7.0
- @suid/utils@0.10.0
- @suid/base@0.10.0

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

## 0.19.0

### Minor Changes

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

### Patch Changes

- Updated dependencies [[`bee2e07`](https://github.com/swordev/suid/commit/bee2e07ac95a9042e2971cb54c5ddcf45018c959), [`55b070c`](https://github.com/swordev/suid/commit/55b070ceb72a90d8fb9de85d8c8deca287a2ca80), [`8ea405f`](https://github.com/swordev/suid/commit/8ea405f9754ac02eee855d6c1e06721f4df012c8)]:
- @suid/icons-material@0.8.0
- @suid/material@0.17.0
- @suid/codemod@0.11.0
- @suid/system@0.12.0
- @suid/types@0.7.0
- @suid/utils@0.10.0
- @suid/base@0.10.0

## 0.18.1

### Patch 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.18.1",
"version": "0.19.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.8.0

### Minor Changes

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

### Patch Changes

- Updated dependencies [[`bee2e07`](https://github.com/swordev/suid/commit/bee2e07ac95a9042e2971cb54c5ddcf45018c959)]:
- @suid/utils@0.10.0

## 0.7.0

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

## 0.12.0

### Minor Changes

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

### Patch Changes

- [`55b070c`](https://github.com/swordev/suid/commit/55b070ceb72a90d8fb9de85d8c8deca287a2ca80) Thanks [@juanrgm](https://github.com/juanrgm)! - Mark as pure functions

- Updated dependencies [[`bee2e07`](https://github.com/swordev/suid/commit/bee2e07ac95a9042e2971cb54c5ddcf45018c959)]:
- @suid/styled-engine@0.8.0
- @suid/types@0.7.0
- @suid/utils@0.10.0

## 0.11.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.11.0",
"version": "0.12.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.7.0

### Minor Changes

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

## 0.6.0

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

## 0.10.0

### Minor Changes

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

### Patch Changes

- Updated dependencies [[`bee2e07`](https://github.com/swordev/suid/commit/bee2e07ac95a9042e2971cb54c5ddcf45018c959)]:
- @suid/types@0.7.0

## 0.9.0

### Minor 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.9.0",
"version": "0.10.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.3.0

### Minor Changes

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

## 0.2.0

### Minor 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.2.0",
"version": "0.3.0",
"description": "SUID integration plugin for Vite.",
"keywords": [
"vite",
Expand Down

0 comments on commit 6a28394

Please sign in to comment.