Skip to content

Commit

Permalink
Merge pull request #49 from swordev/changeset-release/develop
Browse files Browse the repository at this point in the history
Update versions (next)
  • Loading branch information
juanrgm authored Apr 25, 2022
2 parents 8d70bd3 + 6f52ea1 commit 162ad2a
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@
"angry-scissors-play",
"brown-buckets-mix",
"chatty-zoos-decide",
"curly-years-beg",
"dirty-bats-drive",
"fast-cats-juggle",
"five-ads-compare",
"good-bulldogs-battle",
"gorgeous-seas-wash",
"green-geese-knock",
"hot-deers-wave",
"many-pens-dress",
"metal-baboons-accept",
"nice-bugs-suffer",
"pink-eels-build",
"quick-bags-buy",
Expand Down
10 changes: 10 additions & 0 deletions packages/codemod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @suid/codemod

## 0.2.0-next.1

### Minor Changes

- [#49](https://github.com/swordev/suid/pull/49) [`ce295dc2`](https://github.com/swordev/suid/commit/ce295dc211b077b476ac63f0238df3345fb23571) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add `React.Context` transform

### Patch Changes

- [`8e301557`](https://github.com/swordev/suid/commit/8e3015570968441eafaa2fb8eb61b9e75e1d7149) Thanks [@juanrgm](https://github.com/juanrgm)! - Fix `React.HTMLAttributes` transform

## 0.1.1-next.0

### 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.1.1-next.0",
"version": "0.2.0-next.1",
"description": "Tool for migrating MUI React code to SUID SolidJS.",
"type": "module",
"bin": "bin.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/icons-material/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @suid/icons-material

## 0.1.1-next.3

### Patch Changes

- Updated dependencies [[`3589e103`](https://github.com/swordev/suid/commit/3589e10386e6578ab1f7548757708a743e88ed01)]:
- @suid/material@0.2.0-next.3

## 0.1.1-next.2

### 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.1.1-next.2",
"version": "0.1.1-next.3",
"description": "Material Design icons as SVG Solid.js components.",
"scripts": {
"build": "tsc --build",
Expand Down
6 changes: 6 additions & 0 deletions packages/material/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @suid/material

## 0.2.0-next.3

### Minor Changes

- [`3589e103`](https://github.com/swordev/suid/commit/3589e10386e6578ab1f7548757708a743e88ed01) Thanks [@juanrgm](https://github.com/juanrgm)! - Add `Table`, `TableBody`, `TableCell`, `TableContainer`, `TableHead` and `TableRow` components

## 0.1.1-next.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.1.1-next.2",
"version": "0.2.0-next.3",
"description": "A port of Material-UI (MUI) built with Solid.js.",
"main": "index.jsx",
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @suid/site

## 0.2.0-next.6

### Minor Changes

- [`8d70bd38`](https://github.com/swordev/suid/commit/8d70bd3829950f0446cb58caab6f210c7eb6ec41) Thanks [@juanrgm](https://github.com/juanrgm)! - Add `Table` component page

### Patch Changes

- Updated dependencies [[`8e301557`](https://github.com/swordev/suid/commit/8e3015570968441eafaa2fb8eb61b9e75e1d7149), [`3589e103`](https://github.com/swordev/suid/commit/3589e10386e6578ab1f7548757708a743e88ed01), [`ce295dc2`](https://github.com/swordev/suid/commit/ce295dc211b077b476ac63f0238df3345fb23571)]:
- @suid/codemod@0.2.0-next.1
- @suid/material@0.2.0-next.3
- @suid/icons-material@0.1.1-next.3

## 0.1.1-next.5

### 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.1.1-next.5",
"version": "0.2.0-next.6",
"description": "SUID website.",
"files": [
"assets/**/*",
Expand Down

0 comments on commit 162ad2a

Please sign in to comment.