-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2958 from quantified-uncertainty/changeset-releas…
…e/main New release
- Loading branch information
Showing
31 changed files
with
123 additions
and
86 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import { PRIMARY_SQUIGGLE_PACKAGE_DIRS } from "../constants.cjs"; | ||
import { generateWebsiteChangelog } from "../website.js"; | ||
|
||
// This script is useful on "New release" PR branches if you want to regenerate MDX changelog after editing changesets-generated CHANGELOG.md files manually. | ||
|
||
async function main() { | ||
// Repo root. | ||
process.chdir("../.."); | ||
|
||
// Generate MDX page for the upcoming release. | ||
await generateWebsiteChangelog(PRIMARY_SQUIGGLE_PACKAGE_DIRS); | ||
} | ||
|
||
main(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
# @quri/prettier-plugin-squiggle | ||
|
||
## 0.9.1 | ||
|
||
- Fixed Prettier bug where trailing comma after single-element dict key would be removed ([#2946](https://github.com/quantified-uncertainty/squiggle/pull/2946)) | ||
|
||
## 0.9.0 | ||
|
||
* Improved formatting for pipe statements and newlines ([`b5d1394`](https://github.com/quantified-uncertainty/squiggle/commit/b5d139465c72a742b0ac319068d4acc1d7ab0e4d)) | ||
- Improved formatting for pipe statements and newlines ([`b5d1394`](https://github.com/quantified-uncertainty/squiggle/commit/b5d139465c72a742b0ac319068d4acc1d7ab0e4d)) | ||
|
||
## 0.8.6 | ||
|
||
* Improve package.json exports ([#2329](https://github.com/quantified-uncertainty/squiggle/pull/2329)) | ||
- Improve package.json exports ([#2329](https://github.com/quantified-uncertainty/squiggle/pull/2329)) | ||
|
||
* Don't quote new lines in strings ([#2293](https://github.com/quantified-uncertainty/squiggle/pull/2293)) | ||
- Don't quote new lines in strings ([#2293](https://github.com/quantified-uncertainty/squiggle/pull/2293)) | ||
|
||
## 0.8.5 | ||
|
||
* Downgrade Typescript target to ES2021. This should help with loading Squiggle components on Observable through unpkg.com. ([#2269](https://github.com/quantified-uncertainty/squiggle/pull/2269)) | ||
- Downgrade Typescript target to ES2021. This should help with loading Squiggle components on Observable through unpkg.com. ([#2269](https://github.com/quantified-uncertainty/squiggle/pull/2269)) | ||
|
||
* Fixed exports field order in package.json ([#2276](https://github.com/quantified-uncertainty/squiggle/pull/2276)) | ||
- Fixed exports field order in package.json ([#2276](https://github.com/quantified-uncertainty/squiggle/pull/2276)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# @quri/squiggle-textmate-grammar | ||
|
||
## 0.9.1 | ||
|
||
Initial public release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@quri/ui", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# vscode-squiggle | ||
|
||
## 0.9.1 | ||
|
||
Use 0.9.1 Squiggle. No extension-specific changes. | ||
|
||
## 0.9.0 | ||
|
||
- Use 0.9.0 Squiggle | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"v0.9.0":"v0.9.0","v0.8.6":"v0.8.6","v0.8.5":"v0.8.5","v0.8.4":"v0.8.4","v0.8.0":"v0.8.0","v0.7.0":"v0.7.0","v0.6.0":"v0.6.0","v0.5.1":"v0.5.1","v0.5.0":"v0.5.0"} | ||
{"v0.9.1":"v0.9.1","v0.9.0":"v0.9.0","v0.8.6":"v0.8.6","v0.8.5":"v0.8.5","v0.8.4":"v0.8.4","v0.8.0":"v0.8.0","v0.7.0":"v0.7.0","v0.6.0":"v0.6.0","v0.5.1":"v0.5.1","v0.5.0":"v0.5.0"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
## 0.9.1 | ||
|
||
### [@quri/squiggle-lang](https://www.npmjs.com/package/@quri/squiggle-lang) | ||
|
||
* Breaking: Deprecated `Plot` titles ([#2925](https://github.com/quantified-uncertainty/squiggle/pull/2925)) | ||
|
||
* Breaking: Renamed `Tag.all` -> `Tag.getAll` ([#2925](https://github.com/quantified-uncertainty/squiggle/pull/2925)) | ||
|
||
* Breaking: Renamed `Tag.description` to `Tag.doc` ([#2827](https://github.com/quantified-uncertainty/squiggle/pull/2827)) | ||
|
||
* Fix `isEqual` and `==` for Squiggle Lists ([#2920](https://github.com/quantified-uncertainty/squiggle/pull/2920)) | ||
|
||
* Added `throw` function ([#2941](https://github.com/quantified-uncertainty/squiggle/pull/2941)) | ||
|
||
* Adds `Tag.notebook` view for Lists ([#2929](https://github.com/quantified-uncertainty/squiggle/pull/2929)) | ||
|
||
### [@quri/squiggle-components](https://www.npmjs.com/package/@quri/squiggle-components) | ||
|
||
* Top level navigation in viewer (Result/Variables) is represented as a dropdown ([#2909](https://github.com/quantified-uncertainty/squiggle/pull/2909)) | ||
|
||
* `<SquiggleViewer>` component takes a single `SqValue` instead of `resultVariables` and `resultItem` ([#2909](https://github.com/quantified-uncertainty/squiggle/pull/2909)) | ||
|
||
* Fixed `RelativeValues.gridPlot` display ([#2927](https://github.com/quantified-uncertainty/squiggle/pull/2927)) | ||
|
||
* Fixed dist chart legend positioning and how it affects the chart height ([#2911](https://github.com/quantified-uncertainty/squiggle/pull/2911)) | ||
|
||
* Fixed documention css quirks in editor ([#2913](https://github.com/quantified-uncertainty/squiggle/pull/2913)) | ||
|
||
* Added `Tag.notebook` view for Lists ([#2929](https://github.com/quantified-uncertainty/squiggle/pull/2929)) | ||
|
||
### [@quri/prettier-plugin-squiggle](https://www.npmjs.com/package/@quri/prettier-plugin-squiggle) | ||
|
||
* Fixed Prettier bug where trailing comma after single-element dict key would be removed ([#2946](https://github.com/quantified-uncertainty/squiggle/pull/2946)) | ||
|
||
### [@quri/squiggle-textmate-grammar](https://www.npmjs.com/package/@quri/squiggle-textmate-grammar) | ||
|
||
Initial public release. This package is used for highlighting Squiggle code in VS Code extension and in documentation. | ||
|
||
### [vscode-squiggle](https://marketplace.visualstudio.com/items?itemName=QURI.vscode-squiggle) | ||
|
||
Use 0.9.1 Squiggle. No extension-specific changes. | ||
|
887f782
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
quri-ui – ./packages/ui
quri-ui.vercel.app
quri-ui-git-main-quantified-uncertainty.vercel.app
quri-ui-quantified-uncertainty.vercel.app
887f782
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
quri-hub – ./packages/hub
quri-hub-git-main-quantified-uncertainty.vercel.app
quri-hub-quantified-uncertainty.vercel.app
squigglehub.org
squigglehub.com
www.squiggle-hub.com
www.squiggle-hub.org
www.squigglehub.com
squiggle-hub.org
squiggle-hub.com
www.squigglehub.org
887f782
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
squiggle-components – ./packages/components
squiggle-components.vercel.app
components.squiggle-language.com
squiggle-components-git-main-quantified-uncertainty.vercel.app
squiggle-components-quantified-uncertainty.vercel.app
preview-components.squiggle-language.com
887f782
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
squiggle-website – ./packages/website
www.squiggle-language.com
squiggle-website-git-main-quantified-uncertainty.vercel.app
preview.squiggle-language.com
squiggle-website-quantified-uncertainty.vercel.app
squiggle-language.com