Skip to content

Commit ab192a8

Browse files
committed
Chore: 0.16.2
1 parent 6268ff0 commit ab192a8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

RELEASE-NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ This is a pre-release version and APIs will change quickly. Before `1.0` release
66

77
Please note after `1.0` Semver will be followed using normal protocols.
88

9-
# Version 0.16.1 - 08.21.2025
9+
# Version 0.16.1-2 - 08.21.2025
1010

1111
## Core
1212

1313
Bug
14-
**Build** - Reverted `@semantic-ui/core` to use dist version for esm. this is because Rollup will not parse `?raw` css links (rollup is used on jsdelivr to power the playground)
14+
**Build** - Reverted `@semantic-ui/core` to use dist version for esm. this is because Rollup will not parse `?raw` css links (rollup is used on jsdelivr to power the playground).
1515

1616
# Version 0.16.0 - 08.20.2025
1717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semantic-ui/core",
3-
"version": "0.16.1",
3+
"version": "0.16.2",
44
"title": "Semantic UI Core",
55
"description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
66
"homepage": "http://next.semantic-ui.com",

src/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export * from './behaviors';
2-
export * from './components';
3-
export * from './primitives';
1+
export * from './behaviors/index.js';
2+
export * from './components/index.js';
3+
export * from './primitives/index.js';

0 commit comments

Comments
 (0)