Skip to content

Commit

Permalink
Merge pull request #4274 from hpcc-systems/release-please--branches--…
Browse files Browse the repository at this point in the history
…candidate-3.x.x

chore: release candidate-3.x.x
  • Loading branch information
GordonSmith authored Oct 24, 2024
2 parents 68e14b7 + c762acb commit c1614b3
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
".": "3.1.0",
".": "3.1.1",
"packages/api": "3.1.0",
"packages/chart": "3.1.0",
"packages/common": "3.1.0",
"packages/comms": "3.1.0",
"packages/dataflow": "9.1.0",
"packages/esbuild-plugins": "1.2.0",
"packages/markdown-it-plugins": "1.1.0",
"packages/markdown-it-plugins": "1.1.1",
"packages/observable-shim": "3.1.0",
"packages/observablehq-compiler": "3.0.0",
"packages/observablehq-compiler": "3.1.0",
"packages/util": "3.1.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.1.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.1.0...hpcc-js-v3.1.1) (2024-10-24)


### Bug Fixes

* Bump observablehq compiler version ([68e14b7](https://github.com/hpcc-systems/Visualization/commit/68e14b7f5a4514c69ec623bdcacad275c9c87f59))

## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.0.0...hpcc-js-v3.1.0) (2024-10-24)


Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hpcc-js",
"version": "2.107.0",
"version": "3.1.1",
"description": "HPCC Visualization Framework",
"private": true,
"jsdelivr": "dist/index.umd.min.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/markdown-it-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.1.1](https://github.com/hpcc-systems/Visualization/compare/markdown-it-plugins-v1.1.0...markdown-it-plugins-v1.1.1) (2024-10-24)


### Bug Fixes

* Bump observablehq compiler version ([68e14b7](https://github.com/hpcc-systems/Visualization/commit/68e14b7f5a4514c69ec623bdcacad275c9c87f59))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/observablehq-compiler bumped from ^3.0.0 to ^3.1.0

## [1.1.0](https://github.com/hpcc-systems/Visualization/compare/markdown-it-plugins-v1.0.0...markdown-it-plugins-v1.1.0) (2024-10-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/markdown-it-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/markdown-it-plugins",
"version": "1.1.0",
"version": "1.1.1",
"description": "markdown-it plugins",
"type": "module",
"exports": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"update-major": "npx -y npm-check-updates -u"
},
"dependencies": {
"@hpcc-js/observablehq-compiler": "^3.0.0",
"@hpcc-js/observablehq-compiler": "^3.1.0",
"@observablehq/framework": "1.12.0",
"@observablehq/runtime": "5.9.9"
},
Expand Down
19 changes: 19 additions & 0 deletions packages/observablehq-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v3.0.0...observablehq-compiler-v3.1.0) (2024-10-24)


### Features

* **observablehq:** Add parser offset positions ([304007e](https://github.com/hpcc-systems/Visualization/commit/304007e7e0fd01910a903dfe1cf17e6d5649bb0e))
* Rename "lint" to "lint-all" and revert "lint" to break on error. ([227ab65](https://github.com/hpcc-systems/Visualization/commit/227ab656f9ce64580a0c8a7015e53ac455b16be4))
* Switch to esbuild (common, api, chart) ([a855017](https://github.com/hpcc-systems/Visualization/commit/a855017b8b35ee53ca4a3a060973bf4b87c8916b))
* Switch to esbuild and ESM first packaging ([b752510](https://github.com/hpcc-systems/Visualization/commit/b752510b5074fbc9a606e4d189412798c241f414))
* Switch to esbuild and ESM first packaging (comms) ([3bc7e54](https://github.com/hpcc-systems/Visualization/commit/3bc7e54da7a70d5bfc57ea4b1a87fb02913cbf40))


### Bug Fixes

* Bump observablehq compiler version ([68e14b7](https://github.com/hpcc-systems/Visualization/commit/68e14b7f5a4514c69ec623bdcacad275c9c87f59))
* NodeJS v18 fetch + rejectUnauthorization = false ([d01d23f](https://github.com/hpcc-systems/Visualization/commit/d01d23f5a5f8ed31b233800144be047d7c5f1495))
* **observablehq:** Allow importing of local esm files ([bd807fa](https://github.com/hpcc-systems/Visualization/commit/bd807fa25bfdecfbd68d6ad448706449907bfd2c))
* Switch to working cors proxy ([e05f0fe](https://github.com/hpcc-systems/Visualization/commit/e05f0fe35124f518dbee4c2c0d80d1853b0515c3))

## [1.4.0](https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v1.3.0...observablehq-compiler-v1.4.0) (2024-10-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/observablehq-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/observablehq-compiler",
"version": "3.0.0",
"version": "3.1.0",
"description": "hpcc-js - ObservableHQ Compiler (unoffical)",
"type": "module",
"exports": {
Expand Down

0 comments on commit c1614b3

Please sign in to comment.