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 Jan 6, 2023
1 parent 99ebc97 commit d164802
Show file tree
Hide file tree
Showing 42 changed files with 224 additions and 144 deletions.
20 changes: 0 additions & 20 deletions .changeset/chilly-scissors-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-shirts-cross.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cool-countries-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-bananas-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-mugs-tap.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/empty-squids-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-avocados-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-lemons-study.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/funny-rice-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-dodos-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-boxes-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-pumpkins-attack.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/shiny-lobsters-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-experts-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-turtles-grow.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/swift-moons-compete.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/wicked-fireants-end.md

This file was deleted.

1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
store-dir=.pnpm-store
22 changes: 22 additions & 0 deletions packages/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @suid/base

## 0.6.0

### Minor Changes

- [`651d3c86`](https://github.com/swordev/suid/commit/651d3c86f89c7d88e797ca6d373eaebbc4e7fb9f) Thanks [@juanrgm](https://github.com/juanrgm)! - Return the class selector of the styled components

- [`7c1cec6f`](https://github.com/swordev/suid/commit/7c1cec6f50d6dfbadf11cc96a28f01c15732240f) Thanks [@juanrgm](https://github.com/juanrgm)! - Global refactoring for adopting the behaviour to MUI styled components

### Patch Changes

- [`c14f8639`](https://github.com/swordev/suid/commit/c14f863995a749b13d76e3e3e459e2b6f4b069f2) Thanks [@juanrgm](https://github.com/juanrgm)! - Update to SolidJS v1.6.7

- [`401f1735`](https://github.com/swordev/suid/commit/401f17358421fcf37a2c150097dd888b3e93f229) Thanks [@juanrgm](https://github.com/juanrgm)! - Update readme

- [`c5273760`](https://github.com/swordev/suid/commit/c5273760f96d58c7de41caa7c71b87249d17595d) Thanks [@juanrgm](https://github.com/juanrgm)! - Update to SolidJS v1.6.5

- Updated dependencies [[`7d2a1ebb`](https://github.com/swordev/suid/commit/7d2a1ebb2dd9135551e0f24487844bc5ece3bb14), [`1dd2bebe`](https://github.com/swordev/suid/commit/1dd2bebea8da94e24eb86503ada330f880430553), [`651d3c86`](https://github.com/swordev/suid/commit/651d3c86f89c7d88e797ca6d373eaebbc4e7fb9f), [`696eeac5`](https://github.com/swordev/suid/commit/696eeac54b141db7637ff6f38701ddb77b8944f5), [`c14f8639`](https://github.com/swordev/suid/commit/c14f863995a749b13d76e3e3e459e2b6f4b069f2), [`7c1cec6f`](https://github.com/swordev/suid/commit/7c1cec6f50d6dfbadf11cc96a28f01c15732240f), [`97781a66`](https://github.com/swordev/suid/commit/97781a66cc87e620b9ba2a7c7c5b02b68fcbc0ea), [`401f1735`](https://github.com/swordev/suid/commit/401f17358421fcf37a2c150097dd888b3e93f229), [`c5273760`](https://github.com/swordev/suid/commit/c5273760f96d58c7de41caa7c71b87249d17595d)]:
- @suid/system@0.8.0
- @suid/css@0.2.0
- @suid/types@0.4.0
- @suid/utils@0.6.1

## 0.5.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.5.1",
"version": "0.6.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.9.3

### Patch Changes

- [`401f1735`](https://github.com/swordev/suid/commit/401f17358421fcf37a2c150097dd888b3e93f229) Thanks [@juanrgm](https://github.com/juanrgm)! - Update readme

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

## 0.9.2

### 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.9.2",
"version": "0.9.3",
"description": "Tool for migrating MUI React code to SUID SolidJS.",
"keywords": [
"solid",
Expand Down
8 changes: 8 additions & 0 deletions packages/create-suid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# create-suid

## 0.1.5

### Patch Changes

- [`401f1735`](https://github.com/swordev/suid/commit/401f17358421fcf37a2c150097dd888b3e93f229) Thanks [@juanrgm](https://github.com/juanrgm)! - Update readme

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

## 0.1.4

### 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.4",
"version": "0.1.5",
"description": "CLI tool for creating a SUID project easily.",
"keywords": [
"cli",
Expand Down
14 changes: 14 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @suid/css

## 0.2.0

### Minor Changes

- [`1dd2bebe`](https://github.com/swordev/suid/commit/1dd2bebea8da94e24eb86503ada330f880430553) Thanks [@juanrgm](https://github.com/juanrgm)! - Add `injectFirst` option

- [`696eeac5`](https://github.com/swordev/suid/commit/696eeac54b141db7637ff6f38701ddb77b8944f5) Thanks [@juanrgm](https://github.com/juanrgm)! - Add `createId` option

### Patch Changes

- [`97781a66`](https://github.com/swordev/suid/commit/97781a66cc87e620b9ba2a7c7c5b02b68fcbc0ea) Thanks [@juanrgm](https://github.com/juanrgm)! - Drop `@suid/utils` dependency

- [`401f1735`](https://github.com/swordev/suid/commit/401f17358421fcf37a2c150097dd888b3e93f229) Thanks [@juanrgm](https://github.com/juanrgm)! - Update readme

## 0.1.7

### 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.1.7",
"version": "0.2.0",
"description": "CSS render in JS.",
"keywords": [
"styles",
Expand Down
13 changes: 13 additions & 0 deletions packages/icons-material/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @suid/icons-material

## 0.5.4

### Patch Changes

- [`c14f8639`](https://github.com/swordev/suid/commit/c14f863995a749b13d76e3e3e459e2b6f4b069f2) Thanks [@juanrgm](https://github.com/juanrgm)! - Update to SolidJS v1.6.7

- [`401f1735`](https://github.com/swordev/suid/commit/401f17358421fcf37a2c150097dd888b3e93f229) Thanks [@juanrgm](https://github.com/juanrgm)! - Update readme

- [`c5273760`](https://github.com/swordev/suid/commit/c5273760f96d58c7de41caa7c71b87249d17595d) Thanks [@juanrgm](https://github.com/juanrgm)! - Update to SolidJS v1.6.5

- Updated dependencies [[`b36ed9b9`](https://github.com/swordev/suid/commit/b36ed9b90ee0087e04c0866bd7f5bab8e9ef66a4), [`c14f8639`](https://github.com/swordev/suid/commit/c14f863995a749b13d76e3e3e459e2b6f4b069f2), [`7c1cec6f`](https://github.com/swordev/suid/commit/7c1cec6f50d6dfbadf11cc96a28f01c15732240f), [`401f1735`](https://github.com/swordev/suid/commit/401f17358421fcf37a2c150097dd888b3e93f229), [`e9827edb`](https://github.com/swordev/suid/commit/e9827edb6fb037679ee44fb4e8a323f5e05c9147), [`9d5860d1`](https://github.com/swordev/suid/commit/9d5860d16549e21ac8b326ab61091ed4ff3c3f6e), [`c5273760`](https://github.com/swordev/suid/commit/c5273760f96d58c7de41caa7c71b87249d17595d)]:
- @suid/material@0.9.0

## 0.5.3

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

## 0.9.0

### Minor Changes

- [`b36ed9b9`](https://github.com/swordev/suid/commit/b36ed9b90ee0087e04c0866bd7f5bab8e9ef66a4) Thanks [@juanrgm](https://github.com/juanrgm)! - Export `styled` at `@suid/material/styles`

- [`7c1cec6f`](https://github.com/swordev/suid/commit/7c1cec6f50d6dfbadf11cc96a28f01c15732240f) Thanks [@juanrgm](https://github.com/juanrgm)! - Global refactoring for adopting the behaviour to MUI styled components

### Patch Changes

- [`c14f8639`](https://github.com/swordev/suid/commit/c14f863995a749b13d76e3e3e459e2b6f4b069f2) Thanks [@juanrgm](https://github.com/juanrgm)! - Update to SolidJS v1.6.7

- [`401f1735`](https://github.com/swordev/suid/commit/401f17358421fcf37a2c150097dd888b3e93f229) Thanks [@juanrgm](https://github.com/juanrgm)! - Update readme

- [`e9827edb`](https://github.com/swordev/suid/commit/e9827edb6fb037679ee44fb4e8a323f5e05c9147) Thanks [@juanrgm](https://github.com/juanrgm)! - Fix the `TextField` component with `number` type

- [`9d5860d1`](https://github.com/swordev/suid/commit/9d5860d16549e21ac8b326ab61091ed4ff3c3f6e) Thanks [@juanrgm](https://github.com/juanrgm)! - Fix the `size` property in `TextField` component

- [`c5273760`](https://github.com/swordev/suid/commit/c5273760f96d58c7de41caa7c71b87249d17595d) Thanks [@juanrgm](https://github.com/juanrgm)! - Update to SolidJS v1.6.5

- Updated dependencies [[`7d2a1ebb`](https://github.com/swordev/suid/commit/7d2a1ebb2dd9135551e0f24487844bc5ece3bb14), [`1dd2bebe`](https://github.com/swordev/suid/commit/1dd2bebea8da94e24eb86503ada330f880430553), [`651d3c86`](https://github.com/swordev/suid/commit/651d3c86f89c7d88e797ca6d373eaebbc4e7fb9f), [`696eeac5`](https://github.com/swordev/suid/commit/696eeac54b141db7637ff6f38701ddb77b8944f5), [`c14f8639`](https://github.com/swordev/suid/commit/c14f863995a749b13d76e3e3e459e2b6f4b069f2), [`7c1cec6f`](https://github.com/swordev/suid/commit/7c1cec6f50d6dfbadf11cc96a28f01c15732240f), [`97781a66`](https://github.com/swordev/suid/commit/97781a66cc87e620b9ba2a7c7c5b02b68fcbc0ea), [`401f1735`](https://github.com/swordev/suid/commit/401f17358421fcf37a2c150097dd888b3e93f229), [`c5273760`](https://github.com/swordev/suid/commit/c5273760f96d58c7de41caa7c71b87249d17595d)]:
- @suid/system@0.8.0
- @suid/css@0.2.0
- @suid/base@0.6.0
- @suid/types@0.4.0
- @suid/utils@0.6.1

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

## 0.7.3

### Patch Changes

- [`c14f8639`](https://github.com/swordev/suid/commit/c14f863995a749b13d76e3e3e459e2b6f4b069f2) Thanks [@juanrgm](https://github.com/juanrgm)! - Update to SolidJS v1.6.7

- [`15e88c74`](https://github.com/swordev/suid/commit/15e88c7449bf258f5858036119e03aeeeb768bbc) Thanks [@juanrgm](https://github.com/juanrgm)! - Use the `@solidjs/router` dependency

- [`401f1735`](https://github.com/swordev/suid/commit/401f17358421fcf37a2c150097dd888b3e93f229) Thanks [@juanrgm](https://github.com/juanrgm)! - Update readme

- [`c5273760`](https://github.com/swordev/suid/commit/c5273760f96d58c7de41caa7c71b87249d17595d) Thanks [@juanrgm](https://github.com/juanrgm)! - Update to SolidJS v1.6.5

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

- Updated dependencies [[`7d2a1ebb`](https://github.com/swordev/suid/commit/7d2a1ebb2dd9135551e0f24487844bc5ece3bb14), [`651d3c86`](https://github.com/swordev/suid/commit/651d3c86f89c7d88e797ca6d373eaebbc4e7fb9f), [`b36ed9b9`](https://github.com/swordev/suid/commit/b36ed9b90ee0087e04c0866bd7f5bab8e9ef66a4), [`c14f8639`](https://github.com/swordev/suid/commit/c14f863995a749b13d76e3e3e459e2b6f4b069f2), [`7c1cec6f`](https://github.com/swordev/suid/commit/7c1cec6f50d6dfbadf11cc96a28f01c15732240f), [`401f1735`](https://github.com/swordev/suid/commit/401f17358421fcf37a2c150097dd888b3e93f229), [`e9827edb`](https://github.com/swordev/suid/commit/e9827edb6fb037679ee44fb4e8a323f5e05c9147), [`9d5860d1`](https://github.com/swordev/suid/commit/9d5860d16549e21ac8b326ab61091ed4ff3c3f6e), [`c5273760`](https://github.com/swordev/suid/commit/c5273760f96d58c7de41caa7c71b87249d17595d), [`b52cbc94`](https://github.com/swordev/suid/commit/b52cbc94d89835735852fd8db5a90be72c0d4ee4)]:
- @suid/system@0.8.0
- @suid/base@0.6.0
- @suid/material@0.9.0
- @suid/icons-material@0.5.4
- @suid/types@0.4.0
- @suid/utils@0.6.1
- @suid/codemod@0.9.3

## 0.7.2

### 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.7.2",
"version": "0.7.3",
"description": "SUID website.",
"scripts": {
"build": "vite build",
Expand Down
22 changes: 22 additions & 0 deletions packages/styled-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @suid/styled-engine

## 0.4.0

### Minor Changes

- [`9a1685e9`](https://github.com/swordev/suid/commit/9a1685e9040b0a9b82b4ccbd89f434cea18e54b6) Thanks [@juanrgm](https://github.com/juanrgm)! - Add partial support for SSR

- [`3319c8f1`](https://github.com/swordev/suid/commit/3319c8f181d437cddba60df55783acbdd85915cb) Thanks [@juanrgm](https://github.com/juanrgm)! - Export `createStyle` and `StyledEngineProvider` in the index file

- [`d4cede7e`](https://github.com/swordev/suid/commit/d4cede7e1d932acc9137dbbdb19608bc3df45159) Thanks [@juanrgm](https://github.com/juanrgm)! - Add `injectFirst` property to `StyledEngineContext`

### Patch Changes

- [`c14f8639`](https://github.com/swordev/suid/commit/c14f863995a749b13d76e3e3e459e2b6f4b069f2) Thanks [@juanrgm](https://github.com/juanrgm)! - Update to SolidJS v1.6.7

- [`401f1735`](https://github.com/swordev/suid/commit/401f17358421fcf37a2c150097dd888b3e93f229) Thanks [@juanrgm](https://github.com/juanrgm)! - Update readme

- [`c5273760`](https://github.com/swordev/suid/commit/c5273760f96d58c7de41caa7c71b87249d17595d) Thanks [@juanrgm](https://github.com/juanrgm)! - Update to SolidJS v1.6.5

- Updated dependencies [[`1dd2bebe`](https://github.com/swordev/suid/commit/1dd2bebea8da94e24eb86503ada330f880430553), [`696eeac5`](https://github.com/swordev/suid/commit/696eeac54b141db7637ff6f38701ddb77b8944f5), [`c14f8639`](https://github.com/swordev/suid/commit/c14f863995a749b13d76e3e3e459e2b6f4b069f2), [`97781a66`](https://github.com/swordev/suid/commit/97781a66cc87e620b9ba2a7c7c5b02b68fcbc0ea), [`401f1735`](https://github.com/swordev/suid/commit/401f17358421fcf37a2c150097dd888b3e93f229), [`c5273760`](https://github.com/swordev/suid/commit/c5273760f96d58c7de41caa7c71b87249d17595d)]:
- @suid/css@0.2.0
- @suid/utils@0.6.1

## 0.3.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.3.0",
"version": "0.4.0",
"description": "Styled engine used by @suid/system.",
"keywords": [
"solid",
Expand Down
Loading

0 comments on commit d164802

Please sign in to comment.