Skip to content
This repository was archived by the owner on Jul 25, 2023. It is now read-only.

Commit 54cc1df

Browse files
github-actions[bot]ceopaludetto
authored andcommitted
chore(deploy): release
1 parent 986c180 commit 54cc1df

8 files changed

Lines changed: 26 additions & 13 deletions

File tree

.changeset/clean-trainers-hammer.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

apps/docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @solidjs-material/docs
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [986c180]
8+
- @solidjs-material/core@0.0.11
9+
310
## 0.0.4
411

512
### Patch Changes

apps/docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidjs-material/docs",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@fontsource/poppins": "^4.5.10",
16-
"@solidjs-material/core": "workspace:^0.0.10",
16+
"@solidjs-material/core": "workspace:^0.0.11",
1717
"solid-icons": "^1.0.4",
1818
"solid-js": "^1.6.11",
1919
"tailwindcss": "^3.2.7"
@@ -23,7 +23,7 @@
2323
"@astrojs/solid-js": "^2.0.2",
2424
"@astrojs/tailwind": "^3.0.1",
2525
"@solidjs-material/configuration": "workspace:^0.0.6",
26-
"@solidjs-material/tailwind": "workspace:^0.0.6",
26+
"@solidjs-material/tailwind": "workspace:^0.0.7",
2727
"@tailwindcss/typography": "^0.5.9",
2828
"astro": "^2.0.14"
2929
}

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @solidjs-material/core
22

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- 986c180: Fix lint script
8+
39
## 0.0.10
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidjs-material/core",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Solid Material core components",
55
"keywords": [
66
"material you",

packages/tailwind/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @solidjs-material/tailwind
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- 986c180: Fix lint script
8+
39
## 0.0.6
410

511
### Patch Changes

packages/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidjs-material/tailwind",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Solid Material tailwind preset",
55
"keywords": [
66
"material you",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)