Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release #3459

Merged
merged 5 commits into from
Dec 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/chatty-hairs-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-rocks-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-moles-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-schools-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-tomatoes-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-mirrors-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-onions-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-parents-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-taxis-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-queens-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-sloths-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-worms-grow.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/next-release.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-olives-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-goats-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-chairs-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-rice-work.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @quri/squiggle-components

## 0.10.0

- Most viewer items begin in collapsed state ([#3425](https://github.com/quantified-uncertainty/squiggle/pull/3425))

- Improve viewer UI ([#3364](https://github.com/quantified-uncertainty/squiggle/pull/3364))

- Fix error location reporting in editor ([#3368](https://github.com/quantified-uncertainty/squiggle/pull/3368))

## 0.9.5

- Profiler mode ([#3268](https://github.com/quantified-uncertainty/squiggle/pull/3268))
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quri/squiggle-components",
"version": "0.9.6-0",
"version": "0.10.0",
"license": "MIT",
"engines": {
"node": ">=20.x"
Expand Down
19 changes: 1 addition & 18 deletions packages/content/content/docs/Changelog/meta.json
Original file line number Diff line number Diff line change
@@ -1,18 +1 @@
{
"title": "Changelog",
"pages": [
"v0.9.5",
"v0.9.4",
"v0.9.3",
"v0.9.2",
"v0.9.0",
"v0.8.6",
"v0.8.5",
"v0.8.4",
"v0.8.0",
"v0.7.0",
"v0.6.0",
"v0.5.1",
"v0.5.0"
]
}
{"title":"Changelog","pages":["v0.10.0","v0.9.5","v0.9.4","v0.9.3","v0.9.2","v0.9.0","v0.8.6","v0.8.5","v0.8.4","v0.8.0","v0.7.0","v0.6.0","v0.5.1","v0.5.0"]}
41 changes: 41 additions & 0 deletions packages/content/content/docs/Changelog/v0.10.0.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
Published December 7, 2024

### [@quri/squiggle-lang](https://www.npmjs.com/package/@quri/squiggle-lang)

- Partial compile-time type checking and inference ([#3333](https://github.com/quantified-uncertainty/squiggle/pull/3333))

- Fix stack unwind in `try()` function ([#3394](https://github.com/quantified-uncertainty/squiggle/pull/3394))

- Experimental: unit type annotations ([#3323](https://github.com/quantified-uncertainty/squiggle/pull/3323))

- `String.make` supports d3 format strings for numbers and dates ([#3435](https://github.com/quantified-uncertainty/squiggle/pull/3435))

- Fix minor parser quirks; allow line breaks in import statements and "a to b" expressions ([#3406](https://github.com/quantified-uncertainty/squiggle/pull/3406))

* Added List.sample and List.sampleN ([#3398](https://github.com/quantified-uncertainty/squiggle/pull/3398))

* Added `Number.mod` function ([#3396](https://github.com/quantified-uncertainty/squiggle/pull/3396))

* Truncate long lists when converting to strings ([#3440](https://github.com/quantified-uncertainty/squiggle/pull/3440))

* Added `Number.maxValue` and `Number.minValue` ([#3397](https://github.com/quantified-uncertainty/squiggle/pull/3397))

### [@quri/squiggle-components](https://www.npmjs.com/package/@quri/squiggle-components)

- Most viewer items begin in collapsed state ([#3425](https://github.com/quantified-uncertainty/squiggle/pull/3425))

- Improve viewer UI ([#3364](https://github.com/quantified-uncertainty/squiggle/pull/3364))

- Fix error location reporting in editor ([#3368](https://github.com/quantified-uncertainty/squiggle/pull/3368))

### [@quri/prettier-plugin-squiggle](https://www.npmjs.com/package/@quri/prettier-plugin-squiggle)

Compatible with Squiggle 0.10.0. No extension-specific changes.

### [@quri/squiggle-textmate-grammar](https://www.npmjs.com/package/@quri/squiggle-textmate-grammar)

Use 0.10.0 Squiggle. No extension-specific changes.

### [vscode-squiggle](https://marketplace.visualstudio.com/items?itemName=QURI.vscode-squiggle)

Use 0.10.0 Squiggle. No extension-specific changes.
4 changes: 4 additions & 0 deletions packages/prettier-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @quri/prettier-plugin-squiggle

## 0.10.0

Compatible with Squiggle 0.10.0. No extension-specific changes.

## 0.9.5

Compatible with Squiggle 0.9.5. No extension-specific changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quri/prettier-plugin-squiggle",
"version": "0.9.6-0",
"version": "0.10.0",
"license": "MIT",
"homepage": "https://squiggle-language.com",
"author": "Quantified Uncertainty Research Institute",
Expand Down
5 changes: 5 additions & 0 deletions packages/serializer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# @quri/serializer

## 1.0.0

Initial release.
2 changes: 1 addition & 1 deletion packages/serializer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quri/serializer",
"version": "0.0.0-0",
"version": "1.0.0",
"license": "MIT",
"author": "Quantified Uncertainty Research Institute",
"repository": {
Expand Down
20 changes: 20 additions & 0 deletions packages/squiggle-lang/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @quri/squiggle-lang

## 0.10.0

- Partial compile-time type checking and inference ([#3333](https://github.com/quantified-uncertainty/squiggle/pull/3333))

- Fix stack unwind in `try()` function ([#3394](https://github.com/quantified-uncertainty/squiggle/pull/3394))

- Experimental: unit type annotations ([#3323](https://github.com/quantified-uncertainty/squiggle/pull/3323))

- `String.make` supports d3 format strings for numbers and dates ([#3435](https://github.com/quantified-uncertainty/squiggle/pull/3435))

- Fix minor parser quirks; allow line breaks in import statements and "a to b" expressions ([#3406](https://github.com/quantified-uncertainty/squiggle/pull/3406))

* Added List.sample and List.sampleN ([#3398](https://github.com/quantified-uncertainty/squiggle/pull/3398))

* Added `Number.mod` function ([#3396](https://github.com/quantified-uncertainty/squiggle/pull/3396))

* Truncate long lists when converting to strings ([#3440](https://github.com/quantified-uncertainty/squiggle/pull/3440))

* Added `Number.maxValue` and `Number.minValue` ([#3397](https://github.com/quantified-uncertainty/squiggle/pull/3397))

## 0.9.5

- Profiler mode ([#3268](https://github.com/quantified-uncertainty/squiggle/pull/3268))
Expand Down
2 changes: 1 addition & 1 deletion packages/squiggle-lang/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quri/squiggle-lang",
"version": "0.9.6-0",
"version": "0.10.0",
"license": "MIT",
"homepage": "https://squiggle-language.com",
"author": "Quantified Uncertainty Research Institute",
Expand Down
2 changes: 1 addition & 1 deletion packages/squiggle-lang/src/library/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Value } from "../value/index.js";
import { vString } from "../value/VString.js";

// automatically updated on release by ops/ patch-js utils
const VERSION = "0.9.6-0";
const VERSION = "0.10.0";
export function makeVersionConstant(): ImmutableMap<string, Value> {
return ImmutableMap([["System.version", vString(VERSION)]]);
}
4 changes: 4 additions & 0 deletions packages/textmate-grammar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @quri/squiggle-textmate-grammar

## 0.10.0

Use 0.10.0 Squiggle. No extension-specific changes.

## 0.9.5

- More robust support for "export" keyword ([#3264](https://github.com/quantified-uncertainty/squiggle/pull/3264))
Expand Down
2 changes: 1 addition & 1 deletion packages/textmate-grammar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quri/squiggle-textmate-grammar",
"version": "0.9.6-0",
"version": "0.10.0",
"scripts": {
"build": "mkdir -p dist && js-yaml src/squiggle.tmLanguage.yaml >dist/squiggle.tmLanguage.json && js-yaml src/squiggle.js.yaml >dist/squiggle.js.json",
"lint": "prettier --check .",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quri/ui

## 0.2.3

- support `tooltip` prop in all form fields ([#3442](https://github.com/quantified-uncertainty/squiggle/pull/3442))

- support `layout` prop in form fields, remove `inlineLabel` prop ([#3442](https://github.com/quantified-uncertainty/squiggle/pull/3442))

## 0.2.2

- Add `CubeTransparentIcon` icon
Expand Down
19 changes: 10 additions & 9 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quri/ui",
"version": "0.2.2",
"version": "0.2.3",
"license": "MIT",
"engines": {
"node": ">=20.x"
Expand Down Expand Up @@ -57,15 +57,16 @@
},
"devDependencies": {
"@quri/configs": "workspace:*",
"@storybook/addon-docs": "^8.1.5",
"@storybook/addon-essentials": "^8.1.5",
"@storybook/addon-interactions": "^8.1.5",
"@storybook/addon-links": "^8.0.9",
"@storybook/blocks": "^8.0.9",
"@storybook/react": "^8.1.5",
"@storybook/react-vite": "^8.0.9",
"@storybook/addon-docs": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/testing-library": "^0.2.2",
"@tailwindcss/forms": "^0.5.7",
"@types/node": "^20.17.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
Expand All @@ -81,7 +82,7 @@
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-hook-form": "^7.53.2",
"rollup-plugin-node-builtins": "^2.1.2",
"storybook": "^8.1.5",
"storybook": "^8.4.7",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.2.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/versioned-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quri/versioned-squiggle-components",
"version": "0.9.5",
"version": "0.9.6",
"private": true,
"scripts": {
"build:ts": "tsc -b",
Expand Down
4 changes: 4 additions & 0 deletions packages/vscode-ext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# vscode-squiggle

## 0.10.0

Use 0.10.0 Squiggle. No extension-specific changes.

## 0.9.5

Use 0.9.5 Squiggle. No extension-specific changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Squiggle",
"description": "Squiggle language support",
"license": "MIT",
"version": "0.9.6-0",
"version": "0.10.0",
"private": true,
"publisher": "QURI",
"repository": {
Expand Down
Loading
Loading