Skip to content

Commit

Permalink
Package versioning (#203)
Browse files Browse the repository at this point in the history
* fix package.json version references

* first major release of embr-thermo

* fix incorrectly named @embr-jvm/perspective-core
  • Loading branch information
benmusson authored Nov 21, 2024
1 parent ab912cb commit 6f46916
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 17 deletions.
5 changes: 5 additions & 0 deletions .changeset/early-parrots-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@embr-modules/thermo": major
---

First major release to coincide with release of public documentation. No changes from 0.1.6.
7 changes: 7 additions & 0 deletions .changeset/nine-snails-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@embr-modules/periscope": patch
"@embr-modules/charts": patch
"@embr-modules/thermo": patch
---

(chore) Correct package.json dependencies to included `perspective-common`, `perspective-designer`, and `perspective-gateway` references.
5 changes: 5 additions & 0 deletions .changeset/tender-parents-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@embr-jvm/perspective-common": minor
---

Rename from `@embr-jvm/perspective-core` to `@embr-jvm/perspective-common`
2 changes: 1 addition & 1 deletion libraries/perspective/common/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@embr-jvm/perspective-core",
"name": "@embr-jvm/perspective-common",
"version": "0.6.0",
"private": true
}
2 changes: 1 addition & 1 deletion modules/charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build](https://github.com/mussonindustrial/embr/actions/workflows/build.yml/badge.svg)]()
[![version](https://img.shields.io/github/v/release/mussonindustrial/embr?filter=*charts*&label=Latest)](CHANGELOG.md)
[![Ignition](https://img.shields.io/badge/Ignition-8.1.33+-rebeccapurple.svg)](https://inductiveautomation.com/)
[![Documentation](https://img.shields.io/badge/Documentation-docs.mussonindustrial.com-white.svg?logo=docusaurus)](https://docs.mussonindustrial.com/docs/ignition-modules/embr-charts)
[![Documentation](https://img.shields.io/badge/Documentation-docs.mussonindustrial.com-white.svg?logo=docusaurus)](https://docs.mussonindustrial.com/ignition/embr-charts)

An Ignition module that adds a collection of enhanced Perspective charting components.

Expand Down
5 changes: 4 additions & 1 deletion modules/charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"dependencies": {
"@embr-modules/charts-web": "1.4.0",
"@embr-jvm/core-common": "0.4.1",
"@embr-jvm/core-designer": "0.4.1"
"@embr-jvm/core-designer": "0.4.1",
"@embr-jvm/perspective-common": "0.6.0",
"@embr-jvm/perspective-designer": "0.6.0",
"@embr-jvm/perspective-gateway": "0.6.0"
}
}
2 changes: 1 addition & 1 deletion modules/periscope/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build](https://github.com/mussonindustrial/embr/actions/workflows/build.yml/badge.svg)]()
[![version](https://img.shields.io/github/v/release/mussonindustrial/embr?filter=*periscope*&label=Latest)](CHANGELOG.md)
[![Ignition](https://img.shields.io/badge/Ignition-8.1.33+-rebeccapurple.svg)](https://inductiveautomation.com/)
[![Documentation](https://img.shields.io/badge/Documentation-docs.mussonindustrial.com-white.svg?logo=docusaurus)](https://docs.mussonindustrial.com/docs/ignition-modules/embr-periscope)
[![Documentation](https://img.shields.io/badge/Documentation-docs.mussonindustrial.com-white.svg?logo=docusaurus)](https://docs.mussonindustrial.com/ignition/embr-periscope)

<div style="border-left: 4px solid #4CAF50; padding: 10px; font-family: Arial, sans-serif;">
<h3 style="color: #red; margin-top: 0;">Periscope</h3>
Expand Down
5 changes: 4 additions & 1 deletion modules/periscope/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"dependencies": {
"@embr-modules/periscope-web": "0.4.0",
"@embr-jvm/core-common": "0.4.1",
"@embr-jvm/core-designer": "0.4.1"
"@embr-jvm/core-designer": "0.4.1",
"@embr-jvm/perspective-common": "0.6.0",
"@embr-jvm/perspective-designer": "0.6.0",
"@embr-jvm/perspective-gateway": "0.6.0"
}
}
2 changes: 1 addition & 1 deletion modules/thermo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build](https://github.com/mussonindustrial/embr/actions/workflows/build.yml/badge.svg)]()
[![version](https://img.shields.io/github/v/release/mussonindustrial/embr?filter=*thermo*&label=Latest)](CHANGELOG.md)
[![Ignition](https://img.shields.io/badge/Ignition-8.1.33+-rebeccapurple.svg)](https://inductiveautomation.com/)
[![Documentation](https://img.shields.io/badge/Documentation-docs.mussonindustrial.com-white.svg?logo=docusaurus)](https://docs.mussonindustrial.com/docs/ignition-modules/embr-thermodynamics)
[![Documentation](https://img.shields.io/badge/Documentation-docs.mussonindustrial.com-white.svg?logo=docusaurus)](https://docs.mussonindustrial.com/ignition/embr-thermodynamics/)

An Ignition module containing scripting and expression functions for computing properties of steam via an IF97 implementation.

Expand Down
3 changes: 2 additions & 1 deletion modules/thermo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"!**/*.unsigned.modl"
],
"dependencies": {
"@embr-jvm/core-common": "0.4.1"
"@embr-jvm/core-common": "0.4.1",
"@embr-jvm/core-gateway": "0.4.1"
}
}
27 changes: 17 additions & 10 deletions package-lock.json

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

0 comments on commit 6f46916

Please sign in to comment.