From 06c7bb235aff9c5e571b99947c39fcd02c19a5cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 30 Aug 2022 18:53:35 +0000 Subject: [PATCH] chore: update versions --- .changeset/nasty-geckos-pay.md | 12 ------------ .changeset/sour-onions-double.md | 12 ------------ .changeset/yellow-bees-sneeze.md | 14 -------------- packages/base/CHANGELOG.md | 18 ++++++++++++++++++ packages/base/package.json | 2 +- packages/codemod/CHANGELOG.md | 9 +++++++++ packages/codemod/package.json | 2 +- packages/css/CHANGELOG.md | 9 +++++++++ packages/css/package.json | 2 +- packages/icons-material/CHANGELOG.md | 15 +++++++++++++++ packages/icons-material/package.json | 2 +- packages/material/CHANGELOG.md | 19 +++++++++++++++++++ packages/material/package.json | 2 +- packages/site/CHANGELOG.md | 19 +++++++++++++++++++ packages/site/package.json | 2 +- packages/styled-engine/CHANGELOG.md | 16 ++++++++++++++++ packages/styled-engine/package.json | 2 +- packages/system/CHANGELOG.md | 18 ++++++++++++++++++ packages/system/package.json | 2 +- packages/types/CHANGELOG.md | 12 ++++++++++++ packages/types/package.json | 2 +- packages/utils/CHANGELOG.md | 15 +++++++++++++++ packages/utils/package.json | 2 +- 23 files changed, 160 insertions(+), 48 deletions(-) delete mode 100644 .changeset/nasty-geckos-pay.md delete mode 100644 .changeset/sour-onions-double.md delete mode 100644 .changeset/yellow-bees-sneeze.md diff --git a/.changeset/nasty-geckos-pay.md b/.changeset/nasty-geckos-pay.md deleted file mode 100644 index 1bdf4cf79..000000000 --- a/.changeset/nasty-geckos-pay.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@suid/base": minor -"@suid/icons-material": minor -"@suid/material": minor -"@suid/site": patch -"@suid/styled-engine": minor -"@suid/system": minor -"@suid/types": minor -"@suid/utils": minor ---- - -Update SolidJS to 1.5 diff --git a/.changeset/sour-onions-double.md b/.changeset/sour-onions-double.md deleted file mode 100644 index 534879fac..000000000 --- a/.changeset/sour-onions-double.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@suid/base": minor -"@suid/icons-material": minor -"@suid/material": minor -"@suid/site": patch -"@suid/styled-engine": minor -"@suid/system": minor -"@suid/types": minor -"@suid/utils": minor ---- - -Update SolidJS to 1.4 diff --git a/.changeset/yellow-bees-sneeze.md b/.changeset/yellow-bees-sneeze.md deleted file mode 100644 index 2333c4573..000000000 --- a/.changeset/yellow-bees-sneeze.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@suid/base": patch -"@suid/codemod": patch -"@suid/css": patch -"@suid/icons-material": patch -"@suid/material": patch -"@suid/site": patch -"@suid/styled-engine": patch -"@suid/system": patch -"@suid/types": patch -"@suid/utils": patch ---- - -Update dependencies diff --git a/packages/base/CHANGELOG.md b/packages/base/CHANGELOG.md index dad8512ea..440bc4610 100644 --- a/packages/base/CHANGELOG.md +++ b/packages/base/CHANGELOG.md @@ -1,5 +1,23 @@ # @suid/base +## 0.3.0 + +### Minor Changes + +- [`912a1740`](https://github.com/swordev/suid/commit/912a17405ca411411033aab0f39da732d28fb7e9) Thanks [@juanrgm](https://github.com/juanrgm)! - Update SolidJS to 1.5 + +- [`b7da6ee8`](https://github.com/swordev/suid/commit/b7da6ee86524cd4870aa098734661d40f021dadd) Thanks [@juanrgm](https://github.com/juanrgm)! - Update SolidJS to 1.4 + +### Patch Changes + +- [`c827289b`](https://github.com/swordev/suid/commit/c827289b533a974d04296edb002dc3836aec7309) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies + +- Updated dependencies [[`912a1740`](https://github.com/swordev/suid/commit/912a17405ca411411033aab0f39da732d28fb7e9), [`b7da6ee8`](https://github.com/swordev/suid/commit/b7da6ee86524cd4870aa098734661d40f021dadd), [`c827289b`](https://github.com/swordev/suid/commit/c827289b533a974d04296edb002dc3836aec7309)]: + - @suid/system@0.5.0 + - @suid/types@0.2.0 + - @suid/utils@0.4.0 + - @suid/css@0.1.5 + ## 0.2.5 ### Patch Changes diff --git a/packages/base/package.json b/packages/base/package.json index 61c1b87b6..f613b6457 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,6 +1,6 @@ { "name": "@suid/base", - "version": "0.2.5", + "version": "0.3.0", "description": "Base components unstyled used by @suid/material.", "scripts": { "build": "tsc --build", diff --git a/packages/codemod/CHANGELOG.md b/packages/codemod/CHANGELOG.md index 966f1575d..06bd9c82e 100644 --- a/packages/codemod/CHANGELOG.md +++ b/packages/codemod/CHANGELOG.md @@ -1,5 +1,14 @@ # @suid/codemod +## 0.6.2 + +### Patch Changes + +- [`c827289b`](https://github.com/swordev/suid/commit/c827289b533a974d04296edb002dc3836aec7309) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies + +- Updated dependencies [[`912a1740`](https://github.com/swordev/suid/commit/912a17405ca411411033aab0f39da732d28fb7e9), [`b7da6ee8`](https://github.com/swordev/suid/commit/b7da6ee86524cd4870aa098734661d40f021dadd), [`c827289b`](https://github.com/swordev/suid/commit/c827289b533a974d04296edb002dc3836aec7309)]: + - @suid/utils@0.4.0 + ## 0.6.1 ### Patch Changes diff --git a/packages/codemod/package.json b/packages/codemod/package.json index 4a182f0eb..15cef7a8a 100644 --- a/packages/codemod/package.json +++ b/packages/codemod/package.json @@ -1,6 +1,6 @@ { "name": "@suid/codemod", - "version": "0.6.1", + "version": "0.6.2", "description": "Tool for migrating MUI React code to SUID SolidJS.", "type": "module", "scripts": { diff --git a/packages/css/CHANGELOG.md b/packages/css/CHANGELOG.md index cdab6aa22..e91495c04 100644 --- a/packages/css/CHANGELOG.md +++ b/packages/css/CHANGELOG.md @@ -1,5 +1,14 @@ # @suid/css +## 0.1.5 + +### Patch Changes + +- [`c827289b`](https://github.com/swordev/suid/commit/c827289b533a974d04296edb002dc3836aec7309) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies + +- Updated dependencies [[`912a1740`](https://github.com/swordev/suid/commit/912a17405ca411411033aab0f39da732d28fb7e9), [`b7da6ee8`](https://github.com/swordev/suid/commit/b7da6ee86524cd4870aa098734661d40f021dadd), [`c827289b`](https://github.com/swordev/suid/commit/c827289b533a974d04296edb002dc3836aec7309)]: + - @suid/utils@0.4.0 + ## 0.1.4 ### Patch Changes diff --git a/packages/css/package.json b/packages/css/package.json index 2a3ba9758..42741a83f 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@suid/css", - "version": "0.1.4", + "version": "0.1.5", "description": "CSS render in JS.", "scripts": { "build": "tsc --build", diff --git a/packages/icons-material/CHANGELOG.md b/packages/icons-material/CHANGELOG.md index 6c25eca28..1d3d96a02 100644 --- a/packages/icons-material/CHANGELOG.md +++ b/packages/icons-material/CHANGELOG.md @@ -1,5 +1,20 @@ # @suid/icons-material +## 0.3.0 + +### Minor Changes + +- [`912a1740`](https://github.com/swordev/suid/commit/912a17405ca411411033aab0f39da732d28fb7e9) Thanks [@juanrgm](https://github.com/juanrgm)! - Update SolidJS to 1.5 + +- [`b7da6ee8`](https://github.com/swordev/suid/commit/b7da6ee86524cd4870aa098734661d40f021dadd) Thanks [@juanrgm](https://github.com/juanrgm)! - Update SolidJS to 1.4 + +### Patch Changes + +- [`c827289b`](https://github.com/swordev/suid/commit/c827289b533a974d04296edb002dc3836aec7309) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies + +- Updated dependencies [[`912a1740`](https://github.com/swordev/suid/commit/912a17405ca411411033aab0f39da732d28fb7e9), [`b7da6ee8`](https://github.com/swordev/suid/commit/b7da6ee86524cd4870aa098734661d40f021dadd), [`c827289b`](https://github.com/swordev/suid/commit/c827289b533a974d04296edb002dc3836aec7309)]: + - @suid/material@0.6.0 + ## 0.2.7 ### Patch Changes diff --git a/packages/icons-material/package.json b/packages/icons-material/package.json index c585cb2f6..2800c3e5a 100644 --- a/packages/icons-material/package.json +++ b/packages/icons-material/package.json @@ -1,6 +1,6 @@ { "name": "@suid/icons-material", - "version": "0.2.7", + "version": "0.3.0", "description": "Material Design icons as SVG SolidJS components.", "scripts": { "build": "tsc --build", diff --git a/packages/material/CHANGELOG.md b/packages/material/CHANGELOG.md index 49f299df9..acec1aec2 100644 --- a/packages/material/CHANGELOG.md +++ b/packages/material/CHANGELOG.md @@ -1,5 +1,24 @@ # @suid/material +## 0.6.0 + +### Minor Changes + +- [`912a1740`](https://github.com/swordev/suid/commit/912a17405ca411411033aab0f39da732d28fb7e9) Thanks [@juanrgm](https://github.com/juanrgm)! - Update SolidJS to 1.5 + +- [`b7da6ee8`](https://github.com/swordev/suid/commit/b7da6ee86524cd4870aa098734661d40f021dadd) Thanks [@juanrgm](https://github.com/juanrgm)! - Update SolidJS to 1.4 + +### Patch Changes + +- [`c827289b`](https://github.com/swordev/suid/commit/c827289b533a974d04296edb002dc3836aec7309) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies + +- Updated dependencies [[`912a1740`](https://github.com/swordev/suid/commit/912a17405ca411411033aab0f39da732d28fb7e9), [`b7da6ee8`](https://github.com/swordev/suid/commit/b7da6ee86524cd4870aa098734661d40f021dadd), [`c827289b`](https://github.com/swordev/suid/commit/c827289b533a974d04296edb002dc3836aec7309)]: + - @suid/base@0.3.0 + - @suid/system@0.5.0 + - @suid/types@0.2.0 + - @suid/utils@0.4.0 + - @suid/css@0.1.5 + ## 0.5.1 ### Patch Changes diff --git a/packages/material/package.json b/packages/material/package.json index 0ba19ca3d..d876686d9 100644 --- a/packages/material/package.json +++ b/packages/material/package.json @@ -1,6 +1,6 @@ { "name": "@suid/material", - "version": "0.5.1", + "version": "0.6.0", "description": "A port of Material-UI (MUI) built with SolidJS.", "main": "index.jsx", "scripts": { diff --git a/packages/site/CHANGELOG.md b/packages/site/CHANGELOG.md index a740e3704..91ce1cd09 100644 --- a/packages/site/CHANGELOG.md +++ b/packages/site/CHANGELOG.md @@ -1,5 +1,24 @@ # @suid/site +## 0.4.6 + +### Patch Changes + +- [`912a1740`](https://github.com/swordev/suid/commit/912a17405ca411411033aab0f39da732d28fb7e9) Thanks [@juanrgm](https://github.com/juanrgm)! - Update SolidJS to 1.5 + +- [`b7da6ee8`](https://github.com/swordev/suid/commit/b7da6ee86524cd4870aa098734661d40f021dadd) Thanks [@juanrgm](https://github.com/juanrgm)! - Update SolidJS to 1.4 + +- [`c827289b`](https://github.com/swordev/suid/commit/c827289b533a974d04296edb002dc3836aec7309) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies + +- Updated dependencies [[`912a1740`](https://github.com/swordev/suid/commit/912a17405ca411411033aab0f39da732d28fb7e9), [`b7da6ee8`](https://github.com/swordev/suid/commit/b7da6ee86524cd4870aa098734661d40f021dadd), [`c827289b`](https://github.com/swordev/suid/commit/c827289b533a974d04296edb002dc3836aec7309)]: + - @suid/base@0.3.0 + - @suid/icons-material@0.3.0 + - @suid/material@0.6.0 + - @suid/system@0.5.0 + - @suid/types@0.2.0 + - @suid/utils@0.4.0 + - @suid/codemod@0.6.2 + ## 0.4.5 ### Patch Changes diff --git a/packages/site/package.json b/packages/site/package.json index 16d2280dd..b439b0fac 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -1,6 +1,6 @@ { "name": "@suid/site", - "version": "0.4.5", + "version": "0.4.6", "description": "SUID website.", "scripts": { "build": "vite build", diff --git a/packages/styled-engine/CHANGELOG.md b/packages/styled-engine/CHANGELOG.md index a7fec574f..cb21f8d36 100644 --- a/packages/styled-engine/CHANGELOG.md +++ b/packages/styled-engine/CHANGELOG.md @@ -1,5 +1,21 @@ # @suid/styled-engine +## 0.2.0 + +### Minor Changes + +- [`912a1740`](https://github.com/swordev/suid/commit/912a17405ca411411033aab0f39da732d28fb7e9) Thanks [@juanrgm](https://github.com/juanrgm)! - Update SolidJS to 1.5 + +- [`b7da6ee8`](https://github.com/swordev/suid/commit/b7da6ee86524cd4870aa098734661d40f021dadd) Thanks [@juanrgm](https://github.com/juanrgm)! - Update SolidJS to 1.4 + +### Patch Changes + +- [`c827289b`](https://github.com/swordev/suid/commit/c827289b533a974d04296edb002dc3836aec7309) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies + +- Updated dependencies [[`912a1740`](https://github.com/swordev/suid/commit/912a17405ca411411033aab0f39da732d28fb7e9), [`b7da6ee8`](https://github.com/swordev/suid/commit/b7da6ee86524cd4870aa098734661d40f021dadd), [`c827289b`](https://github.com/swordev/suid/commit/c827289b533a974d04296edb002dc3836aec7309)]: + - @suid/utils@0.4.0 + - @suid/css@0.1.5 + ## 0.1.1 ### Patch Changes diff --git a/packages/styled-engine/package.json b/packages/styled-engine/package.json index 045736419..634220c08 100644 --- a/packages/styled-engine/package.json +++ b/packages/styled-engine/package.json @@ -1,6 +1,6 @@ { "name": "@suid/styled-engine", - "version": "0.1.1", + "version": "0.2.0", "description": "Styled engine used by @suid/system.", "scripts": { "build": "tsc --build", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index 9c4b09fa5..2a05c6256 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,5 +1,23 @@ # @suid/system +## 0.5.0 + +### Minor Changes + +- [`912a1740`](https://github.com/swordev/suid/commit/912a17405ca411411033aab0f39da732d28fb7e9) Thanks [@juanrgm](https://github.com/juanrgm)! - Update SolidJS to 1.5 + +- [`b7da6ee8`](https://github.com/swordev/suid/commit/b7da6ee86524cd4870aa098734661d40f021dadd) Thanks [@juanrgm](https://github.com/juanrgm)! - Update SolidJS to 1.4 + +### Patch Changes + +- [`c827289b`](https://github.com/swordev/suid/commit/c827289b533a974d04296edb002dc3836aec7309) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies + +- Updated dependencies [[`912a1740`](https://github.com/swordev/suid/commit/912a17405ca411411033aab0f39da732d28fb7e9), [`b7da6ee8`](https://github.com/swordev/suid/commit/b7da6ee86524cd4870aa098734661d40f021dadd), [`c827289b`](https://github.com/swordev/suid/commit/c827289b533a974d04296edb002dc3836aec7309)]: + - @suid/styled-engine@0.2.0 + - @suid/types@0.2.0 + - @suid/utils@0.4.0 + - @suid/css@0.1.5 + ## 0.4.2 ### Patch Changes diff --git a/packages/system/package.json b/packages/system/package.json index 613c2d233..0742b4948 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@suid/system", - "version": "0.4.2", + "version": "0.5.0", "description": "Styles system used by suid packages.", "main": "index.jsx", "scripts": { diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index ae44ab1b4..5235f3b46 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,17 @@ # @suid/types +## 0.2.0 + +### Minor Changes + +- [`912a1740`](https://github.com/swordev/suid/commit/912a17405ca411411033aab0f39da732d28fb7e9) Thanks [@juanrgm](https://github.com/juanrgm)! - Update SolidJS to 1.5 + +- [`b7da6ee8`](https://github.com/swordev/suid/commit/b7da6ee86524cd4870aa098734661d40f021dadd) Thanks [@juanrgm](https://github.com/juanrgm)! - Update SolidJS to 1.4 + +### Patch Changes + +- [`c827289b`](https://github.com/swordev/suid/commit/c827289b533a974d04296edb002dc3836aec7309) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies + ## 0.1.2 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index 6db214b50..5536acbe9 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@suid/types", - "version": "0.1.2", + "version": "0.2.0", "description": "Types used by suid packages.", "scripts": { "build": "tsc --build", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 836349466..e37d38875 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,20 @@ # @suid/utils +## 0.4.0 + +### Minor Changes + +- [`912a1740`](https://github.com/swordev/suid/commit/912a17405ca411411033aab0f39da732d28fb7e9) Thanks [@juanrgm](https://github.com/juanrgm)! - Update SolidJS to 1.5 + +- [`b7da6ee8`](https://github.com/swordev/suid/commit/b7da6ee86524cd4870aa098734661d40f021dadd) Thanks [@juanrgm](https://github.com/juanrgm)! - Update SolidJS to 1.4 + +### Patch Changes + +- [`c827289b`](https://github.com/swordev/suid/commit/c827289b533a974d04296edb002dc3836aec7309) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies + +- Updated dependencies [[`912a1740`](https://github.com/swordev/suid/commit/912a17405ca411411033aab0f39da732d28fb7e9), [`b7da6ee8`](https://github.com/swordev/suid/commit/b7da6ee86524cd4870aa098734661d40f021dadd), [`c827289b`](https://github.com/swordev/suid/commit/c827289b533a974d04296edb002dc3836aec7309)]: + - @suid/types@0.2.0 + ## 0.3.0 ### Minor Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 9278a10a9..990aa5432 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@suid/utils", - "version": "0.3.0", + "version": "0.4.0", "description": "Utils used by suid packages.", "type": "module", "scripts": {