Skip to content

Commit 85e2d27

Browse files
[ci] release (#147)
1 parent 159b4a9 commit 85e2d27

File tree

3 files changed

+50
-48
lines changed

3 files changed

+50
-48
lines changed

.changeset/tall-doodles-appear.md

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

packages/emotion-extract/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @emotion-extract/vite
2+
3+
## 1.13.3
4+
5+
### Patch Changes
6+
7+
- [#146](https://github.com/lilnasy/gratelets/pull/146) [`159b4a9`](https://github.com/lilnasy/gratelets/commit/159b4a9e52936472cc75e14a583d1469b800e41a) Thanks [@lilnasy](https://github.com/lilnasy)! - Fixes a packaging mistake that prevented the library from being used.

packages/emotion-extract/package.json

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
1-
{
2-
"name": "@emotion-extract/vite",
3-
"version": "1.13.2",
4-
"description": "Use Emotion CSS with the performance of handwritten stylesheets.",
5-
"author": "Arsh",
6-
"license": "Public Domain",
7-
"keywords": [
8-
"vite",
9-
"emotion",
10-
"css"
11-
],
12-
"homepage": "https://github.com/lilnasy/gratelets/tree/main/packages/emotion-extract",
13-
"repository": {
14-
"type": "git",
15-
"url": "https://github.com/lilnasy/gratelets",
16-
"directory": "packages/emotion-extract"
17-
},
18-
"files": [
19-
"dist",
20-
"env.js",
21-
"env.d.ts"
22-
],
23-
"exports": {
24-
".": "./dist/vite.js",
25-
"./env": {
26-
"types": "./env.d.ts",
27-
"import": "./env.js"
28-
}
29-
},
30-
"scripts": {
31-
"test": "pnpm -w test emotion-extract.test.ts",
32-
"build": "tsc"
33-
},
34-
"type": "module",
35-
"dependencies": {
36-
"@emotion/css": "11",
37-
"acorn-walk": "8",
38-
"magic-string": "0.30"
39-
},
40-
"devDependencies": {
41-
"@types/node": "20",
42-
"vite": "6"
43-
}
1+
{
2+
"name": "@emotion-extract/vite",
3+
"version": "1.13.3",
4+
"description": "Use Emotion CSS with the performance of handwritten stylesheets.",
5+
"author": "Arsh",
6+
"license": "Public Domain",
7+
"keywords": [
8+
"vite",
9+
"emotion",
10+
"css"
11+
],
12+
"homepage": "https://github.com/lilnasy/gratelets/tree/main/packages/emotion-extract",
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/lilnasy/gratelets",
16+
"directory": "packages/emotion-extract"
17+
},
18+
"files": [
19+
"dist",
20+
"env.js",
21+
"env.d.ts"
22+
],
23+
"exports": {
24+
".": "./dist/vite.js",
25+
"./env": {
26+
"types": "./env.d.ts",
27+
"import": "./env.js"
28+
}
29+
},
30+
"scripts": {
31+
"test": "pnpm -w test emotion-extract.test.ts",
32+
"build": "tsc"
33+
},
34+
"type": "module",
35+
"dependencies": {
36+
"@emotion/css": "11",
37+
"acorn-walk": "8",
38+
"magic-string": "0.30"
39+
},
40+
"devDependencies": {
41+
"@types/node": "20",
42+
"vite": "6"
43+
}
4444
}

0 commit comments

Comments
 (0)