Skip to content

Commit 02027fe

Browse files
committed
chore: bump versions to 0.10.3
1 parent 2acb7b2 commit 02027fe

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
lines changed

packages/component/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A framework for creating web components.",
44
"author": "Jack Lukic",
55
"license": "ISC",
6-
"version": "0.10.2",
6+
"version": "0.10.3",
77
"sideEffects": false,
88
"main": "src/index.js",
99
"module": "src/index.js",
@@ -32,11 +32,11 @@
3232
"lit": "^3.0.0"
3333
},
3434
"dependencies": {
35-
"@semantic-ui/query": "^0.10.2",
36-
"@semantic-ui/reactivity": "^0.10.2",
37-
"@semantic-ui/renderer": "^0.10.2",
38-
"@semantic-ui/templating": "^0.10.2",
39-
"@semantic-ui/utils": "^0.10.2"
35+
"@semantic-ui/query": "^0.10.3",
36+
"@semantic-ui/reactivity": "^0.10.3",
37+
"@semantic-ui/renderer": "^0.10.3",
38+
"@semantic-ui/templating": "^0.10.3",
39+
"@semantic-ui/utils": "^0.10.3"
4040
},
4141
"devDependencies": {
4242
"esbuild": "^0.25.1",

packages/query/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semantic-ui/query",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"description": "DOM querying and manipulation library for Semantic UI",
55
"author": "Jack Lukic <[email protected]>",
66
"homepage": "https://next.semantic-ui.com",
@@ -31,7 +31,7 @@
3131
"LICENSE"
3232
],
3333
"dependencies": {
34-
"@semantic-ui/utils": "^0.10.2"
34+
"@semantic-ui/utils": "^0.10.3"
3535
},
3636
"devDependencies": {
3737
"vitest": "^3.0.4",

packages/reactivity/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semantic-ui/reactivity",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"description": "A signals based reactive state management system",
55
"author": "Jack Lukic <[email protected]>",
66
"homepage": "https://next.semantic-ui.com",
@@ -22,7 +22,7 @@
2222
"test": "vitest"
2323
},
2424
"dependencies": {
25-
"@semantic-ui/utils": "^0.10.2"
25+
"@semantic-ui/utils": "^0.10.3"
2626
},
2727
"devDependencies": {
2828
"vitest": "^3.0.4",

packages/renderer/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semantic-ui/renderer",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"description": "High-performance template rendering system with reactive directives",
55
"author": "Jack Lukic",
66
"homepage": "https://next.semantic-ui.com",
@@ -29,9 +29,9 @@
2929
"lit": "^3.0.0"
3030
},
3131
"dependencies": {
32-
"@semantic-ui/reactivity": "^0.10.2",
33-
"@semantic-ui/templating": "^0.10.2",
34-
"@semantic-ui/utils": "^0.10.2"
32+
"@semantic-ui/reactivity": "^0.10.3",
33+
"@semantic-ui/templating": "^0.10.3",
34+
"@semantic-ui/utils": "^0.10.3"
3535
},
3636
"devDependencies": {
3737
"vitest": "^3.0.4",

packages/specs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semantic-ui/specs",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"description": "Component specifications and definitions for UI components",
55
"author": "Jack Lukic",
66
"license": "ISC",
@@ -23,7 +23,7 @@
2323
"LICENSE"
2424
],
2525
"dependencies": {
26-
"@semantic-ui/utils": "^0.10.2"
26+
"@semantic-ui/utils": "^0.10.3"
2727
},
2828
"devDependencies": {
2929
"esbuild": "^0.25.1"

packages/templating/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/templating",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"description": "HTML templating system with compiler and runtime for components",
55
"author": "Jack Lukic",
66
"homepage": "https://next.semantic-ui.com",
@@ -28,10 +28,10 @@
2828
"LICENSE"
2929
],
3030
"dependencies": {
31-
"@semantic-ui/renderer": "^0.10.2",
32-
"@semantic-ui/query": "^0.10.2",
33-
"@semantic-ui/reactivity": "^0.10.2",
34-
"@semantic-ui/utils": "^0.10.2"
31+
"@semantic-ui/renderer": "^0.10.3",
32+
"@semantic-ui/query": "^0.10.3",
33+
"@semantic-ui/reactivity": "^0.10.3",
34+
"@semantic-ui/utils": "^0.10.3"
3535
},
3636
"devDependencies": {
3737
"vitest": "^3.0.4",

packages/utils/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/utils",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"description": "Utility functions for arrays, objects, strings, type checking and more",
55
"author": "Jack Lukic",
66
"homepage": "https://next.semantic-ui.com",

0 commit comments

Comments
 (0)