From 95b4fb14946ccee91945993156ae3c8ce3ab69b9 Mon Sep 17 00:00:00 2001 From: Toph Tucker Date: Fri, 25 Aug 2023 13:45:27 -0400 Subject: [PATCH] 5.9.2 (#363) * 5.9.2 * better dual-audience contributing guidelines * mention rollup --- CONTRIBUTING.md | 25 +++++++++++++++++++++++++ package.json | 2 +- yarn.lock | 6 +++--- 3 files changed, 29 insertions(+), 4 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..a4463cc --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,25 @@ +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). + +## Development + +Install dependencies: + +``` +yarn +``` + +Run tests with Mocha: + +``` +yarn test +``` + +Build with Rollup: + +``` +yarn prepublishOnly +``` + +## For internal use + +See our checklist for [publishing a new release](https://observablehq.com/@observablehq/publishing-new-open-source-releases). \ No newline at end of file diff --git a/package.json b/package.json index 2a271c5..782c83c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@observablehq/runtime", - "version": "5.9.1", + "version": "5.9.2", "author": { "name": "Observable, Inc.", "url": "https://observablehq.com" diff --git a/yarn.lock b/yarn.lock index 6529250..9eb0857 100644 --- a/yarn.lock +++ b/yarn.lock @@ -126,9 +126,9 @@ isoformat "^0.2.0" "@observablehq/stdlib@^5.0.0": - version "5.8.1" - resolved "https://registry.yarnpkg.com/@observablehq/stdlib/-/stdlib-5.8.1.tgz#50002b0d2a021890052d6f96700d86d15ca18c7d" - integrity sha512-ng6QQSzFbPQnMMeCUhUl/EPzpyrwfmGsujztGdPXS1ZYrLoAc9co4rhUC5Vv6dBh8E4yzZkxwNyTs73bLN4alQ== + version "5.8.2" + resolved "https://registry.yarnpkg.com/@observablehq/stdlib/-/stdlib-5.8.2.tgz#0e5f73064783ed9d23a20feecd4a42bdfb996a30" + integrity sha512-68Xo97UJzJNOTDkZFSOqpGifMJ7KCXGXB0EljWIYzu9CzpaAjiakdJgMm2h7xHdPRh8HKoFIEPqeVg7YKjQh0Q== dependencies: d3-array "^3.2.0" d3-dsv "^3.0.1"