Skip to content

Commit 0200389

Browse files
committed
bump version
1 parent 12264a0 commit 0200389

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

apps/class-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "class-solid",
33
"private": true,
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vinxi dev",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"scripts": {
55
"build": "turbo build",
66
"dev": "turbo dev",

packages/class/jsr.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
{
22
"name": "@classmodel/class",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"exports": {
55
".": "./src/class.ts",
66
"./class": "./src/class.ts",
77
"./config": "./src/config.ts",
88
"./runner": "./src/runner.ts"
99
},
1010
"publish": {
11-
"include": ["README.md", "LICENSE", "src/**/*.ts"],
12-
"exclude": ["src/**/*.test.ts"]
11+
"include": [
12+
"README.md",
13+
"LICENSE",
14+
"src/**/*.ts"
15+
],
16+
"exclude": [
17+
"src/**/*.test.ts"
18+
]
1319
}
1420
}

packages/class/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@classmodel/class",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"exports": {
55
"./class": "./src/class.ts",
66
"./config": "./src/config.ts",

0 commit comments

Comments
 (0)