bump version

This commit is contained in:
Joel Wetzell
2026-08-30 19:06:58 -05:00
parent 966ff8240e
commit 814816696c
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "@showbridge/docs", "name": "@showbridge/docs",
"version": "0.5.1", "version": "0.6.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@showbridge/docs", "name": "@showbridge/docs",
"version": "0.5.1", "version": "0.6.0",
"devDependencies": { "devDependencies": {
"@astrojs/check": "0.9.10", "@astrojs/check": "0.9.10",
"@astrojs/starlight": "0.41.10", "@astrojs/starlight": "0.41.10",
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@showbridge/docs", "name": "@showbridge/docs",
"type": "module", "type": "module",
"version": "0.5.1", "version": "0.6.0",
"files": [ "files": [
"dist" "dist"
], ],
@@ -20,4 +20,4 @@
"sharp": "0.35.4", "sharp": "0.35.4",
"typescript": "6.0.3" "typescript": "6.0.3"
} }
} }