Skip to content

Commit 52c1e8d

Browse files
committed
Chore: Release 0.16.1
1 parent b9eed61 commit 52c1e8d

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

RELEASE-NOTES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ 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.0 08.20.2025
9+
# Version 0.16.1 - 08.21.2025
10+
11+
## Core
12+
13+
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)
15+
16+
# Version 0.16.0 - 08.20.2025
1017

1118
## UI changes
1219

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@semantic-ui/core",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
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",
77
"author": "Jack Lukic <[email protected]>",
8-
"main": "src/index.js",
9-
"module": "src/index.js",
8+
"main": "./dist/semantic-ui.js",
9+
"module": "./dist/semantic-ui.js",
1010
"license": "MIT",
1111
"type": "module",
1212
"files": [
@@ -16,10 +16,10 @@
1616
"exports": {
1717
".": {
1818
"types": "./types/index.d.ts",
19-
"import": "./src/index.js",
19+
"import": "./dist/semantic-ui.js",
2020
"browser": "./dist/cdn/semantic-ui.min.js",
2121
"bundled": "./dist/semantic-ui.min.js",
22-
"default": "./src/index.js"
22+
"default": "./dist/semantic-ui.js"
2323
},
2424
"./css": {
2525
"import": "./src/css/all.css",

0 commit comments

Comments
 (0)