Skip to content

Commit

Permalink
chore(trunk): release observable-shim 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonSmith committed Oct 23, 2024
1 parent c278990 commit be30cdb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
"packages/requirejs-shim": "2.2.0",
"packages/timeline": "2.53.1",
"packages/tree": "2.41.0",
"packages/util": "2.52.0"
"packages/util": "2.52.0",
"packages/observable-shim": "1.0.0"
}
13 changes: 13 additions & 0 deletions packages/observable-shim/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## 1.0.0 (2024-10-23)


### Features

* Extend ojs Node type ([17dba08](https://github.com/hpcc-systems/Visualization/commit/17dba08334fef814e6feb38fba8fa2a7409e9c58))
* **observablehq:** Add parser offset positions ([304007e](https://github.com/hpcc-systems/Visualization/commit/304007e7e0fd01910a903dfe1cf17e6d5649bb0e))


### Bug Fixes

* **ojs:** Syntax errors not reported ([297e038](https://github.com/hpcc-systems/Visualization/commit/297e038596218fe75cff034682379f383e9600d3))

## [2.5.5](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/[email protected]...@hpcc-js/[email protected]) (2024-07-02)

**Note:** Version bump only for package @hpcc-js/observable-shim
Expand Down
2 changes: 1 addition & 1 deletion packages/observable-shim/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/observable-shim",
"version": "2.6.0",
"version": "1.0.0",
"description": "hpcc-js - Observable Shim",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down

0 comments on commit be30cdb

Please sign in to comment.