Skip to content

Commit

Permalink
chore: release candidate-3.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonSmith committed Oct 24, 2024
1 parent 479c1ef commit faa2bbf
Show file tree
Hide file tree
Showing 8 changed files with 40 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": "1.4.0",
"packages/observablehq-compiler": "1.4.1",
"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 ([479c1ef](https://github.com/hpcc-systems/Visualization/commit/479c1ef2b210cc1250251a8ef73a93f80153bd0c))

## [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 ([479c1ef](https://github.com/hpcc-systems/Visualization/commit/479c1ef2b210cc1250251a8ef73a93f80153bd0c))


### Dependencies

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

## [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": "^1.4.1",
"@observablehq/framework": "1.12.0",
"@observablehq/runtime": "5.9.9"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/observablehq-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



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


### Bug Fixes

* Bump observablehq compiler version ([479c1ef](https://github.com/hpcc-systems/Visualization/commit/479c1ef2b210cc1250251a8ef73a93f80153bd0c))

## [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": "1.4.1",
"description": "hpcc-js - ObservableHQ Compiler (unoffical)",
"type": "module",
"exports": {
Expand Down

0 comments on commit faa2bbf

Please sign in to comment.