Skip to content

Commit 8c94727

Browse files
chore: version packages (#319)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 466e3ce commit 8c94727

5 files changed

Lines changed: 18 additions & 10 deletions

File tree

.changeset/fix-publishconfig.md

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

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# react-simplikit
22

3+
## 0.0.48
4+
5+
### Patch Changes
6+
7+
- [#318](https://github.com/toss/react-simplikit/pull/318) [`466e3ce`](https://github.com/toss/react-simplikit/commit/466e3ceab51a499abb141bc1fe138d9109cc0df5) Thanks [@kimyouknow](https://github.com/kimyouknow)! - Fix broken package exports by moving main/types/module/exports from publishConfig to top-level package.json fields
8+
9+
npm does not support publishConfig field overrides for manifest fields like main, types, and exports. The previous versions (react-simplikit@0.0.47, @react-simplikit/mobile@0.0.1) were published with incorrect entry points because publishConfig overrides were not applied during `npm publish`.
10+
311
## 0.0.47
412

513
### Patch 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": "react-simplikit",
3-
"version": "0.0.47",
3+
"version": "0.0.48",
44
"main": "./dist/index.cjs",
55
"module": "./esm/index.js",
66
"types": "./dist/index.d.cts",

packages/mobile/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @react-simplikit/mobile
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#318](https://github.com/toss/react-simplikit/pull/318) [`466e3ce`](https://github.com/toss/react-simplikit/commit/466e3ceab51a499abb141bc1fe138d9109cc0df5) Thanks [@kimyouknow](https://github.com/kimyouknow)! - Fix broken package exports by moving main/types/module/exports from publishConfig to top-level package.json fields
8+
9+
npm does not support publishConfig field overrides for manifest fields like main, types, and exports. The previous versions (react-simplikit@0.0.47, @react-simplikit/mobile@0.0.1) were published with incorrect entry points because publishConfig overrides were not applied during `npm publish`.
10+
311
## 0.0.1
412

513
### Patch Changes

packages/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-simplikit/mobile",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Mobile web utilities for React - fixing viewport, keyboard, and layout issues",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)