Skip to content

Commit 52fb7da

Browse files
author
GitHub
committed
chore: prepare release 4.0.1
1 parent f80ece9 commit 52fb7da

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

.changeset/add_main_types_to_packagejson.md

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

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,13 @@
173173
* fixing conflict ([434383b](https://github.com/carere/solux/commit/434383b81ff15c3441fd266779758f6ec7d21374))
174174
* renaming solux to @carere/solux ([fabd9e0](https://github.com/carere/solux/commit/fabd9e02e5d97e241ca884af0ec16f92c8cc397d))
175175

176+
## 4.0.1 (2025-03-25)
177+
178+
### Fixes
179+
180+
- adding main & types to package.json + updating ci
181+
- add main & types to package.json
182+
176183
## 4.0.0 (2025-03-25)
177184

178185
### Breaking Changes

packages/core/package.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"name": "@carere/solux",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Flux implementation based on SolidJs reactivity",
5-
"keywords": ["Solid", "flux", "redux", "Global State"],
5+
"keywords": [
6+
"Solid",
7+
"flux",
8+
"redux",
9+
"Global State"
10+
],
611
"publishConfig": {
712
"access": "public"
813
},
@@ -15,7 +20,9 @@
1520
"author": "Kevin Abatan <abatan.k@gmail.com> (https://github.com/carere)",
1621
"homepage": "https://solux.carere.dev",
1722
"type": "module",
18-
"files": ["dist"],
23+
"files": [
24+
"dist"
25+
],
1926
"main": "./dist/index.js",
2027
"types": "./dist/index.d.ts",
2128
"exports": {
@@ -41,4 +48,4 @@
4148
"esbuild-plugin-solid": "latest",
4249
"@redux-devtools/extension": "latest"
4350
}
44-
}
51+
}

0 commit comments

Comments
 (0)