Skip to content

Commit 7adf233

Browse files
chore: updates, fix ucmd types
Signed-off-by: Henry Gressmann <[email protected]>
1 parent ca412ad commit 7adf233

File tree

26 files changed

+96
-65
lines changed

26 files changed

+96
-65
lines changed

.changeset/rotten-crabs-obey.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"ucmd": patch
3+
---
4+
5+
fix: never types
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
"rollup-plugin-minify-template-literals": patch
3+
"expo-plugin-aboutlibraries": patch
4+
"minify-literals": patch
5+
"touch-grass": patch
6+
"spaify": patch
7+
"lit-q": patch
8+
"ucmd": patch
9+
"@explodingcamera/css": patch
10+
"scripts": patch
11+
---
12+
13+
chore: update dependencies

.changeset/violet-numbers-sip.md

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

bun.lockb

-9.04 KB
Binary file not shown.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
"scripts"
1010
],
1111
"scripts": {
12-
"build": "bun --bun turbo run build --include-dependencies",
12+
"build": "bun --bun turbo build",
1313
"lint": "biome check packages",
1414
"format": "biome format packages",
15-
"publish-packages": "bunx turbo run build test && changeset version && changeset publish",
15+
"publish-packages": "bun --bun turbo build && changeset version && changeset publish",
1616
"test": "bun test"
1717
},
1818
"devDependencies": {
1919
"@biomejs/biome": "1.5.3",
2020
"@changesets/changelog-github": "^0.5.0",
2121
"@changesets/cli": "^2.27.1",
22-
"@types/node": "^20.11.5",
23-
"bun-types": "^1.0.25",
22+
"@types/node": "^20.11.17",
23+
"bun-types": "^1.0.26",
2424
"scripts": "workspace:*",
25-
"turbo": "^1.11.3"
25+
"turbo": "^1.12.3"
2626
},
2727
"dependencies": {
2828
"typescript": "^5.3.3"

packages/css/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @explodingcamera/css
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [`ca412ad`](https://github.com/explodingcamera/esm/commit/ca412ad9bfbac3860f8ea579f9a9282e5cd60bbe) Thanks [@explodingcamera](https://github.com/explodingcamera)! - initial release

packages/css/all.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
import "./all.css"
1+
import "./all.css";

packages/css/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
import "./base.css"
1+
import "./base.css";

packages/css/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
import "./all.css"
1+
import "./all.css";

packages/css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@explodingcamera/css",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "",
55
"keywords": [],
66
"homepage": "https://github.com/explodingcamera/esm/tree/main/packages/css",

0 commit comments

Comments
 (0)