We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a287d5 commit b1c8763Copy full SHA for b1c8763
apps/ops-dashboard/package.json
@@ -1,6 +1,10 @@
1
{
2
"name": "@kubernetesjs/ops-dashboard",
3
"version": "0.1.1",
4
+ "private": true,
5
+ "publishConfig": {
6
+ "access": "public"
7
+ },
8
"scripts": {
9
"dev": "next dev",
10
"build": "next build",
@@ -103,5 +107,5 @@
103
107
"typescript": "^5.3.3",
104
108
"whatwg-fetch": "^3.6.20"
105
109
},
106
- "gitHead": "c10664b145a63bb4cda0896246a3613c7867379b"
110
+ "gitHead": "7a287d53ac16f99c39aa0b996eb1e60a97ae93e3"
111
}
lerna.json
@@ -3,6 +3,11 @@
"version": "independent",
"npmClient": "pnpm",
"command": {
+ "version": {
+ "ignoreChanges": [
+ "apps/**"
+ ]
11
"publish": {
12
"conventionalCommits": true,
13
"message": "chore(release): publish"
0 commit comments