Skip to content

Commit 7b400aa

Browse files
committed
try to resolve changesets automation issue with private package
1 parent 79dea0f commit 7b400aa

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.changeset/light-deers-notice.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
"@dmno/astro-integration": patch
3-
"@dmno/docs-site": patch
43
---
54

65
bump astro (and related) versions

packages/docs-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dmno/docs-site",
3-
"version": "0",
43
"private": true,
4+
"version": null,
55
"type": "module",
66
"scripts": {
77
"dev": "astro dev",

0 commit comments

Comments
 (0)