Skip to content
Open
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/fiery-tigers-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-metrics-shine.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/humble-vans-make.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-falcons-wonder.md

This file was deleted.

15 changes: 15 additions & 0 deletions libs/@hashintel/ds-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @hashintel/ds-components

## 0.2.0

### Minor Changes

- [#8670](https://github.com/hashintel/hash/pull/8670) [`891f36f`](https://github.com/hashintel/hash/commit/891f36f602ba628d66140dd53130a688addb98fa) Thanks [@lunelson](https://github.com/lunelson)! - Expose preset-owned `tokens` and `semanticTokens` from `@hashintel/ds-components/tokens` in place of the old `./theme` export, and add generated `@hashintel/ds-helpers/recipes` exports for recipe consumers.

### Patch Changes

- [#8699](https://github.com/hashintel/hash/pull/8699) [`ab0a035`](https://github.com/hashintel/hash/commit/ab0a0353baa0f1611ceba7ca29cd8adb575392f5) Thanks [@alex-e-leon](https://github.com/alex-e-leon)! - Add tooltip component to DS

- [#8661](https://github.com/hashintel/hash/pull/8661) [`79eda1e`](https://github.com/hashintel/hash/commit/79eda1e27e9a6b2959a68e59f9a25791639f5770) Thanks [@alex-e-leon](https://github.com/alex-e-leon)! - Adds the Icon component

- Updated dependencies [[`891f36f`](https://github.com/hashintel/hash/commit/891f36f602ba628d66140dd53130a688addb98fa)]:
- @hashintel/ds-helpers@0.2.0

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/@hashintel/ds-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashintel/ds-components",
"version": "0.1.2",
"version": "0.2.0",
"description": "HASH Component Library built with React, Ark UI, and PandaCSS",
"license": "(MIT OR Apache-2.0)",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions libs/@hashintel/ds-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hashintel/ds-helpers

## 0.2.0

### Minor Changes

- [#8670](https://github.com/hashintel/hash/pull/8670) [`891f36f`](https://github.com/hashintel/hash/commit/891f36f602ba628d66140dd53130a688addb98fa) Thanks [@lunelson](https://github.com/lunelson)! - Expose preset-owned `tokens` and `semanticTokens` from `@hashintel/ds-components/tokens` in place of the old `./theme` export, and add generated `@hashintel/ds-helpers/recipes` exports for recipe consumers.

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/@hashintel/ds-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashintel/ds-helpers",
"version": "0.1.2",
"version": "0.2.0",
"description": "HASH PandaCSS Styled System",
"license": "(MIT OR Apache-2.0)",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions libs/@hashintel/petrinaut/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hashintel/petrinaut

## 0.0.14

### Patch Changes

- [#8633](https://github.com/hashintel/hash/pull/8633) [`fe08932`](https://github.com/hashintel/hash/commit/fe0893270534885d81ea909b871d4185d6aa0c2e) Thanks [@kube](https://github.com/kube)! - Add Metrics: user-authored functions over simulation state that produce a single number per frame, plotted via a new metric picker in the simulation timeline header

- Updated dependencies [[`ab0a035`](https://github.com/hashintel/hash/commit/ab0a0353baa0f1611ceba7ca29cd8adb575392f5), [`891f36f`](https://github.com/hashintel/hash/commit/891f36f602ba628d66140dd53130a688addb98fa), [`79eda1e`](https://github.com/hashintel/hash/commit/79eda1e27e9a6b2959a68e59f9a25791639f5770)]:
- @hashintel/ds-components@0.2.0
- @hashintel/ds-helpers@0.2.0

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/@hashintel/petrinaut/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashintel/petrinaut",
"version": "0.0.13",
"version": "0.0.14",
"description": "A visual editor for Petri nets",
"license": "(MIT OR Apache-2.0)",
"repository": {
Expand Down
Loading