Skip to content

Commit 25f9b8e

Browse files
committed
chore: bump versions to 0.10.7
1 parent 9d7d57d commit 25f9b8e

File tree

9 files changed

+553
-652
lines changed

9 files changed

+553
-652
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
},
9393
"browserslist": "> 0.5%, last 2 versions, not dead",
9494
"dependencies": {
95-
"@semantic-ui/component": "^0.10.6",
96-
"@semantic-ui/specs": "^0.10.6"
95+
"@semantic-ui/component": "^0.10.7",
96+
"@semantic-ui/specs": "^0.10.7"
9797
},
9898
"devDependencies": {
9999
"@commitlint/cli": "^19.8.0",
@@ -107,9 +107,11 @@
107107
"chalk": "^5.4.1",
108108
"dprint": "^0.49.0",
109109
"esbuild": "^0.25.1",
110+
"glob": "^11.0.1",
110111
"inquirer": "^12.4.3",
111112
"jsdom": "^26.0.0",
112113
"playwright": "^1.51.0",
114+
"semver": "^7.7.1",
113115
"simple-git-hooks": "^2.11.1",
114116
"underscore": "^1.13.7",
115117
"vitest": "^3.0.8",

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.6",
6+
"version": "0.10.7",
77
"sideEffects": false,
88
"main": "src/index.js",
99
"module": "src/index.js",
@@ -36,11 +36,11 @@
3636
"lit": "^3.0.0"
3737
},
3838
"dependencies": {
39-
"@semantic-ui/query": "^0.10.6",
40-
"@semantic-ui/reactivity": "^0.10.6",
41-
"@semantic-ui/renderer": "^0.10.6",
42-
"@semantic-ui/templating": "^0.10.6",
43-
"@semantic-ui/utils": "^0.10.6"
39+
"@semantic-ui/query": "^0.10.7",
40+
"@semantic-ui/reactivity": "^0.10.7",
41+
"@semantic-ui/renderer": "^0.10.7",
42+
"@semantic-ui/templating": "^0.10.7",
43+
"@semantic-ui/utils": "^0.10.7"
4444
},
4545
"devDependencies": {
4646
"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.6",
3+
"version": "0.10.7",
44
"description": "DOM querying and manipulation library for Semantic UI",
55
"author": "Jack Lukic <[email protected]>",
66
"homepage": "https://next.semantic-ui.com",
@@ -35,7 +35,7 @@
3535
"LICENSE"
3636
],
3737
"dependencies": {
38-
"@semantic-ui/utils": "^0.10.6"
38+
"@semantic-ui/utils": "^0.10.7"
3939
},
4040
"devDependencies": {
4141
"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.6",
3+
"version": "0.10.7",
44
"description": "A signals based reactive state management system",
55
"author": "Jack Lukic <[email protected]>",
66
"homepage": "https://next.semantic-ui.com",
@@ -26,7 +26,7 @@
2626
"test": "vitest"
2727
},
2828
"dependencies": {
29-
"@semantic-ui/utils": "^0.10.6"
29+
"@semantic-ui/utils": "^0.10.7"
3030
},
3131
"devDependencies": {
3232
"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.6",
3+
"version": "0.10.7",
44
"description": "High-performance template rendering system with reactive directives",
55
"author": "Jack Lukic",
66
"homepage": "https://next.semantic-ui.com",
@@ -36,9 +36,9 @@
3636
"lit": "^3.0.0"
3737
},
3838
"dependencies": {
39-
"@semantic-ui/reactivity": "^0.10.6",
40-
"@semantic-ui/templating": "^0.10.6",
41-
"@semantic-ui/utils": "^0.10.6"
39+
"@semantic-ui/reactivity": "^0.10.7",
40+
"@semantic-ui/templating": "^0.10.7",
41+
"@semantic-ui/utils": "^0.10.7"
4242
},
4343
"devDependencies": {
4444
"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.6",
3+
"version": "0.10.7",
44
"description": "Component specifications and definitions for UI components",
55
"author": "Jack Lukic",
66
"license": "ISC",
@@ -30,7 +30,7 @@
3030
"LICENSE"
3131
],
3232
"dependencies": {
33-
"@semantic-ui/utils": "^0.10.6"
33+
"@semantic-ui/utils": "^0.10.7"
3434
},
3535
"devDependencies": {
3636
"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.6",
3+
"version": "0.10.7",
44
"description": "HTML templating system with compiler and runtime for components",
55
"author": "Jack Lukic",
66
"homepage": "https://next.semantic-ui.com",
@@ -32,10 +32,10 @@
3232
"LICENSE"
3333
],
3434
"dependencies": {
35-
"@semantic-ui/renderer": "^0.10.6",
36-
"@semantic-ui/query": "^0.10.6",
37-
"@semantic-ui/reactivity": "^0.10.6",
38-
"@semantic-ui/utils": "^0.10.6"
35+
"@semantic-ui/renderer": "^0.10.7",
36+
"@semantic-ui/query": "^0.10.7",
37+
"@semantic-ui/reactivity": "^0.10.7",
38+
"@semantic-ui/utils": "^0.10.7"
3939
},
4040
"devDependencies": {
4141
"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.6",
3+
"version": "0.10.7",
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)