Skip to content

Commit abf2108

Browse files
committed
chore: bump versions to 0.13.1
1 parent bf527cf commit abf2108

File tree

17 files changed

+105
-92
lines changed

17 files changed

+105
-92
lines changed

ai/mcp/persona/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-persona-mcp",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"type": "module",
55
"description": "MCP server for Semantic UI specialized agents",
66
"main": "server.js",

docs/src/components/CurrentTime.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import { defineComponent } from '@semantic-ui/component';
2+
3+
export const CurrentTime = defineComponent({
4+
tagName: 'current-time',
5+
template: `Time is <b>{formatDate time "h:mm:ss a"}</b>`,
6+
css: 'b { color: var(--primary-text-color); }',
7+
defaultState: { time: new Date() },
8+
onCreated({ state }) {
9+
setInterval(() => state.time.now(), 1000);
10+
},
11+
});

docs/src/pages/index.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import Homepage from '../layouts/Homepage.astro';
33
import { Code } from '@astrojs/starlight/components';
44
import PlaygroundExample from '@components/PlaygroundExample/PlaygroundExample.astro';
5+
import { CurrentTime } from '@components/CurrentTime.js'
56
67
const code1=`
78
<ui-buttons large>
@@ -47,6 +48,7 @@ const code2=`
4748
<p>Create truly <b>portable in house design systems</b> that work everywhere usings <b>web standards</b>, <b>signals-based reactivity</b>, and <b>zero abstraction cost</b>. </p>
4849
<ui-button primary icon-after icon="right-chevron" href="/learn/selection">Try In 5 Minutes</ui-button>
4950
<ui-button secondary href="/components">View Docs</ui-button>
51+
<CurrentTime client:load></CurrentTime>
5052
</div>
5153
</ui-container>
5254
</content>

internal-packages/esbuild-callback/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@semantic-ui/esbuild-callback",
33
"description": "ESBuild plugin that executes a callback when a build completes",
4-
"version": "0.13.0",
4+
"version": "0.13.1",
55
"author": "Jack Lukic <[email protected]>",
66
"license": "MIT",
77
"main": "src/index.js",

internal-packages/esbuild-log/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@semantic-ui/esbuild-log",
33
"description": "Simple logging plugin for esbuild",
4-
"version": "0.13.0",
4+
"version": "0.13.1",
55
"author": "Jack Lukic <[email protected]>",
66
"license": "MIT",
77
"main": "src/log.js",

internal-packages/esbuild-resolve-bare-imports/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@semantic-ui/esbuild-resolve-bare-imports",
33
"description": "ESBuild plugin to resolve bare module imports to CDN URLs",
4-
"version": "0.13.0",
4+
"version": "0.13.1",
55
"author": "Jack Lukic <[email protected]>",
66
"license": "MIT",
77
"main": "src/index.js",

internal-packages/scripts/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semantic-ui/internal-scripts",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "Internal build scripts for Semantic UI",
55
"author": "Jack Lukic <[email protected]>",
66
"homepage": "https://next.semantic-ui.com",
@@ -32,10 +32,10 @@
3232
},
3333
"private": true,
3434
"dependencies": {
35-
"@semantic-ui/esbuild-callback": "^0.13.0",
36-
"@semantic-ui/esbuild-log": "^0.13.0",
37-
"@semantic-ui/esbuild-resolve-bare-imports": "^0.13.0",
38-
"@semantic-ui/specs": "^0.13.0",
35+
"@semantic-ui/esbuild-callback": "^0.13.1",
36+
"@semantic-ui/esbuild-log": "^0.13.1",
37+
"@semantic-ui/esbuild-resolve-bare-imports": "^0.13.1",
38+
"@semantic-ui/specs": "^0.13.1",
3939
"esbuild": "^0.25.1",
4040
"tiny-glob": "^0.2.9"
4141
},

package-lock.json

Lines changed: 47 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@
201201
},
202202
"browserslist": "> 0.5%, last 2 versions, not dead",
203203
"dependencies": {
204-
"@semantic-ui/component": "^0.13.0",
205-
"@semantic-ui/esbuild-log": "^0.13.0",
206-
"@semantic-ui/specs": "^0.13.0"
204+
"@semantic-ui/component": "^0.13.1",
205+
"@semantic-ui/esbuild-log": "^0.13.1",
206+
"@semantic-ui/specs": "^0.13.1"
207207
},
208208
"devDependencies": {
209209
"@commitlint/cli": "^19.8.0",

packages/component/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A framework for creating web components.",
55
"author": "Jack Lukic",
66
"license": "ISC",
7-
"version": "0.13.0",
7+
"version": "0.13.1",
88
"sideEffects": false,
99
"main": "src/index.js",
1010
"module": "src/index.js",
@@ -34,14 +34,14 @@
3434
"lit": "^3.0.0"
3535
},
3636
"dependencies": {
37-
"@semantic-ui/query": "^0.13.0",
38-
"@semantic-ui/reactivity": "^0.13.0",
39-
"@semantic-ui/renderer": "^0.13.0",
40-
"@semantic-ui/templating": "^0.13.0",
41-
"@semantic-ui/utils": "^0.13.0"
37+
"@semantic-ui/query": "^0.13.1",
38+
"@semantic-ui/reactivity": "^0.13.1",
39+
"@semantic-ui/renderer": "^0.13.1",
40+
"@semantic-ui/templating": "^0.13.1",
41+
"@semantic-ui/utils": "^0.13.1"
4242
},
4343
"devDependencies": {
44-
"@semantic-ui/internal-scripts": "^0.13.0",
44+
"@semantic-ui/internal-scripts": "^0.13.1",
4545
"vitest": "^3.0.8"
4646
},
4747
"wireit": {

0 commit comments

Comments
 (0)