Skip to content

Commit 95b4fb1

Browse files
authored
5.9.2 (#363)
* 5.9.2 * better dual-audience contributing guidelines * mention rollup
1 parent 7605d0a commit 95b4fb1

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

CONTRIBUTING.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
The Observable runtime is open source and released under the [ISC License](https://github.com/observablehq/runtime/blob/main/LICENSE). We welcome pull requests. If you have a bug report or feature request, please file an [issue](https://github.com/observablehq/runtime/issues). If you want to discuss or ask for help with using the runtime, post in our [forum](https://talk.observablehq.com/) or [community Slack](https://join.slack.com/t/observable-community/shared_invite/zt-1x7gs4fck-UHhEFxUXKHVE8Qt3XmJCig).
2+
3+
## Development
4+
5+
Install dependencies:
6+
7+
```
8+
yarn
9+
```
10+
11+
Run tests with Mocha:
12+
13+
```
14+
yarn test
15+
```
16+
17+
Build with Rollup:
18+
19+
```
20+
yarn prepublishOnly
21+
```
22+
23+
## For internal use
24+
25+
See our checklist for [publishing a new release](https://observablehq.com/@observablehq/publishing-new-open-source-releases).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@observablehq/runtime",
3-
"version": "5.9.1",
3+
"version": "5.9.2",
44
"author": {
55
"name": "Observable, Inc.",
66
"url": "https://observablehq.com"

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@
126126
isoformat "^0.2.0"
127127

128128
"@observablehq/stdlib@^5.0.0":
129-
version "5.8.1"
130-
resolved "https://registry.yarnpkg.com/@observablehq/stdlib/-/stdlib-5.8.1.tgz#50002b0d2a021890052d6f96700d86d15ca18c7d"
131-
integrity sha512-ng6QQSzFbPQnMMeCUhUl/EPzpyrwfmGsujztGdPXS1ZYrLoAc9co4rhUC5Vv6dBh8E4yzZkxwNyTs73bLN4alQ==
129+
version "5.8.2"
130+
resolved "https://registry.yarnpkg.com/@observablehq/stdlib/-/stdlib-5.8.2.tgz#0e5f73064783ed9d23a20feecd4a42bdfb996a30"
131+
integrity sha512-68Xo97UJzJNOTDkZFSOqpGifMJ7KCXGXB0EljWIYzu9CzpaAjiakdJgMm2h7xHdPRh8HKoFIEPqeVg7YKjQh0Q==
132132
dependencies:
133133
d3-array "^3.2.0"
134134
d3-dsv "^3.0.1"

0 commit comments

Comments
 (0)