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 7b9c9dc commit d04a8bdCopy full SHA for d04a8bd
docs/observable.tmpl
@@ -37,7 +37,7 @@
37
</a>
38
<div style="display: flex; align-items: center; justify-self: end; gap: 1rem; font-size: 14px;">
39
<a href="https://github.com/observablehq/notebook-kit/releases" style="color: inherit;">
40
- 1.0.0-alpha.10
+ 1.0.0
41
42
<a href="https://github.com/observablehq/notebook-kit" style="color: inherit;">
43
GitHub ★
package.json
@@ -5,11 +5,7 @@
5
"type": "git",
6
"url": "git+https://github.com/observablehq/notebook-kit.git"
7
},
8
- "publishConfig": {
9
- "access": "restricted",
10
- "registry": "https://npm.pkg.github.com"
11
- },
12
- "version": "1.0.0-alpha.10",
+ "version": "1.0.0",
13
"type": "module",
14
"scripts": {
15
"test": "vitest",
0 commit comments