Skip to content

Commit

Permalink
Version Packages (#215)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 20, 2024
1 parent cb1a5cd commit 7d8e110
Show file tree
Hide file tree
Showing 46 changed files with 246 additions and 154 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-beans-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-moose-deny.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/healthy-dragons-carry.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/lemon-queens-jam.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/nice-fireants-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-kiwis-roll.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/popular-zebras-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-donuts-know.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rare-carrots-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-monkeys-film.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/seven-pianos-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-houses-obey.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/three-walls-approve.md

This file was deleted.

8 changes: 8 additions & 0 deletions libraries/core/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @embr-jvm/core-client

## 0.6.0

### Patch Changes

- Updated dependencies [7f90e53]
- Updated dependencies [7f90e53]
- @embr-jvm/core-common@0.6.0

## 0.5.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libraries/core/client/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@embr-jvm/core-client",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"dependencies": {
"@embr-jvm/core-common": "0.5.0"
"@embr-jvm/core-common": "0.6.0"
}
}
7 changes: 7 additions & 0 deletions libraries/core/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mussonindustrial/embr-jvm-core-common

## 0.6.0

### Minor Changes

- 7f90e53: (BREAKING) Add support to `PyArgOverload` for nullable types. Arguments are now defined using `KType`'s, and nullability checks are applied during function matching. If an argument is missing it is considered null and if the argument is allowed to be null it is considered a valid match.
- 7f90e53: (BREAKING) PyArgOverload overloads are passed function arguments as a map instead of a list. It should have been this way from the beginning, in order to reduce human error in extracting parameters.

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libraries/core/common/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@embr-jvm/core-common",
"version": "0.5.0",
"version": "0.6.0",
"private": true
}
8 changes: 8 additions & 0 deletions libraries/core/designer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mussonindustrial/embr-jvm-core-designer

## 0.6.0

### Patch Changes

- Updated dependencies [7f90e53]
- Updated dependencies [7f90e53]
- @embr-jvm/core-common@0.6.0

## 0.5.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libraries/core/designer/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@embr-jvm/core-designer",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"dependencies": {
"@embr-jvm/core-common": "0.5.0"
"@embr-jvm/core-common": "0.6.0"
}
}
8 changes: 8 additions & 0 deletions libraries/core/gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mussonindustrial/embr-jvm-core-gateway

## 0.6.0

### Patch Changes

- Updated dependencies [7f90e53]
- Updated dependencies [7f90e53]
- @embr-jvm/core-common@0.6.0

## 0.5.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libraries/core/gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@embr-jvm/core-gateway",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"dependencies": {
"@embr-jvm/core-common": "0.5.0"
"@embr-jvm/core-common": "0.6.0"
}
}
8 changes: 8 additions & 0 deletions libraries/core/servlets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mussonindustrial/embr-jvm-core-servlets

## 0.6.0

### Patch Changes

- Updated dependencies [7f90e53]
- Updated dependencies [7f90e53]
- @embr-jvm/core-common@0.6.0

## 0.5.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libraries/core/servlets/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@embr-jvm/core-servlets",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"dependencies": {
"@embr-jvm/core-common": "0.5.0"
"@embr-jvm/core-common": "0.6.0"
}
}
2 changes: 1 addition & 1 deletion libraries/javascript/event-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@embr-js/tsconfig": "*",
"@embr-js/utils": "0.5.0",
"@embr-js/utils": "0.6.0",
"@embr-js/eslint-config": "*",
"@types/eventsource": "^1.1.15",
"eslint": "^8.56.0",
Expand Down
7 changes: 7 additions & 0 deletions libraries/javascript/perspective-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @embr-js/perspective-client

## 0.2.0

### Minor Changes

- 7f90e53: Initial publish.
4 changes: 2 additions & 2 deletions libraries/javascript/perspective-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@embr-js/perspective-client",
"private": true,
"version": "0.1.0",
"version": "0.2.0",
"description": "Perspective client extensions.",
"main": "src/index.ts",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"@inductiveautomation/perspective-client": "2.1.33",
"@embr-js/tsconfig": "*",
"@embr-js/eslint-config": "*",
"@embr-js/utils": "0.5.0",
"@embr-js/utils": "0.6.0",
"eslint": "^8.56.0",
"typescript": "^5.3.3",
"vite": "^5.0.10",
Expand Down
9 changes: 9 additions & 0 deletions libraries/javascript/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @mussonindustrial/embr-js-utils

## 0.6.0

### Minor Changes

- 7f90e53: (BREAKING) Move Ignition client specific utility functions to `@embr-js/perspective-client`.
- 7f90e53: (BREAKING) Major changes in `toUserScript` parsing.
1. Strict mode is now enabled.
2. Function body now follows standard arrow function syntax. If the body of the arrow function is a block (contained within brackets {...}) then the body **MUST** use the _return_ keyword. If the body of the arrow function is not a block (like `() => 1 + 2`) then the body **MUST NOT** use the return keyword.

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libraries/javascript/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@embr-js/utils",
"private": true,
"version": "0.5.0",
"version": "0.6.0",
"description": "Utility functions for Embr modules.",
"main": "./src/index.ts",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions libraries/perspective/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mussonindustrial/embr-jvm-perspective-core

## 0.7.1

### Patch Changes

- 7f90e53: Move JavaScript error types to Perspective library.

## 0.7.0

### Minor Changes
Expand Down
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-common",
"version": "0.7.0",
"version": "0.7.1",
"private": true
}
6 changes: 6 additions & 0 deletions libraries/perspective/designer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mussonindustrial/embr-jvm-perspective-designer

## 0.7.1

### Patch Changes

- 7f90e53: Move JavaScript error types to Perspective library.

## 0.7.0

## 0.6.0
Expand Down
2 changes: 1 addition & 1 deletion libraries/perspective/designer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@embr-jvm/perspective-designer",
"version": "0.7.0",
"version": "0.7.1",
"private": true
}
7 changes: 7 additions & 0 deletions libraries/perspective/gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @embr-jvm/perspective-gateway

## 0.7.1

### Patch Changes

- 7f90e53: Introduce `ComponentDelegateJavaScriptProxy`, a class usable by a ComponentModelDelegate to request JavaScript execution in the client.
- 7f90e53: Move JavaScript error types to Perspective library.

## 0.7.0

## 0.6.0
Expand Down
2 changes: 1 addition & 1 deletion libraries/perspective/gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@embr-jvm/perspective-gateway",
"version": "0.7.0",
"version": "0.7.1",
"private": true
}
Loading

0 comments on commit 7d8e110

Please sign in to comment.