Skip to content

Commit 222af02

Browse files
Version Packages
1 parent 19e0636 commit 222af02

9 files changed

Lines changed: 36 additions & 14 deletions

File tree

.changeset/linting_fix-tsc-project-references.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/linting/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @equinor/fusion-lint
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- 19e0636: Internal: add missing TypeScript project `references` between the linting packages (`lint-core`, `lint-rules`, `lint-config`, `fusion-lint`, `lint-lsp`).
8+
9+
Without these references, `tsc -b` couldn't resolve `@equinor/fusion-framework-lint-core`/`lint-config` types when a package was built in isolation (as happens during `npm publish`'s `prepack` step), causing the previous release's publish to fail partway through.
10+
311
## 0.3.1
412

513
### Patch Changes

packages/linting/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@equinor/fusion-lint",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "CLI for running Fusion lint rules on TypeScript source files",
55
"keywords": [
66
"equinor",

packages/linting/config/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @equinor/fusion-framework-lint-config
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 19e0636: Internal: add missing TypeScript project `references` between the linting packages (`lint-core`, `lint-rules`, `lint-config`, `fusion-lint`, `lint-lsp`).
8+
9+
Without these references, `tsc -b` couldn't resolve `@equinor/fusion-framework-lint-core`/`lint-config` types when a package was built in isolation (as happens during `npm publish`'s `prepack` step), causing the previous release's publish to fail partway through.
10+
311
## 1.0.0
412

513
### Major Changes

packages/linting/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@equinor/fusion-framework-lint-config",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Recommended Fusion lint configuration and rule presets",
55
"keywords": [
66
"equinor",

packages/linting/lsp/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @equinor/fusion-framework-lint-lsp
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- 19e0636: Internal: add missing TypeScript project `references` between the linting packages (`lint-core`, `lint-rules`, `lint-config`, `fusion-lint`, `lint-lsp`).
8+
9+
Without these references, `tsc -b` couldn't resolve `@equinor/fusion-framework-lint-core`/`lint-config` types when a package was built in isolation (as happens during `npm publish`'s `prepack` step), causing the previous release's publish to fail partway through.
10+
311
## 0.2.2
412

513
### Patch Changes

packages/linting/lsp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@equinor/fusion-framework-lint-lsp",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "LSP language server for Fusion Framework lint rules",
55
"keywords": [
66
"equinor",

packages/linting/rules/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @equinor/fusion-framework-lint-rules
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 19e0636: Internal: add missing TypeScript project `references` between the linting packages (`lint-core`, `lint-rules`, `lint-config`, `fusion-lint`, `lint-lsp`).
8+
9+
Without these references, `tsc -b` couldn't resolve `@equinor/fusion-framework-lint-core`/`lint-config` types when a package was built in isolation (as happens during `npm publish`'s `prepack` step), causing the previous release's publish to fail partway through.
10+
311
## 1.0.0
412

513
### Major Changes

packages/linting/rules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@equinor/fusion-framework-lint-rules",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Fusion-specific lint rules powered by tree-sitter",
55
"keywords": [
66
"equinor",

0 commit comments

Comments
 (0)