Skip to content

Commit 51406b0

Browse files
Version Packages (#1)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0c96295 commit 51406b0

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/fix-build-config.md

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

packages/core/CHANGELOG.md

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

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [`0c96295`](https://github.com/SylphxAI/Pura/commit/0c962955e24b97f2417e41c0dab9b8dd0092b8cb) Thanks [@shtse8](https://github.com/shtse8)! - Fix build configuration to include dist files in npm package. The v1.0.0 release was missing compiled JavaScript files.
8+
39
## 1.0.0
410

511
### Major 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": "@sylphx/pura",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Pure FP for TypeScript - Fast, Type-Safe, Zero Compromise. Persistent data structures (HAMT, RRB-Tree) that make immutability faster than mutation.",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)