Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/beige-walls-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-lemons-collect.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/dry-knives-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-schools-kiss.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hungry-ducks-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-gifts-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-kings-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-rice-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-insects-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-walls-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-ducks-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-rings-visit.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quiet-worms-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-books-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-adults-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-scissors-travel.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/sixty-dingos-melt.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/spotty-ligers-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-trains-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-actors-grow.md

This file was deleted.

28 changes: 27 additions & 1 deletion packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,30 @@
# Change Log - @scodi/api

## 5.0.0

### Major Changes

- 9772c5a: Changed the package scope and name to use the @scodi scope
- 14b4d5d: Drop support for Node.js 18 and 19

### Minor Changes

- abc69b2: Add compatibility with Node.js versions 21 to 23

### Patch Changes

- Updated dependencies [9772c5a]
- Updated dependencies [abc69b2]
- Updated dependencies [abc69b2]
- Updated dependencies [6727016]
- Updated dependencies [14b4d5d]
- @scodi/common@5.0.0
- @scodi/cli@5.0.0

This log was last generated on Sun, 08 Oct 2023 13:58:00 GMT and should not be manually modified.

## 4.0.0

Sun, 08 Oct 2023 13:58:00 GMT

### Breaking changes
Expand All @@ -24,6 +46,7 @@ Sun, 08 Oct 2023 13:58:00 GMT
- Update issues and repository URLs

## 3.2.0

Wed, 23 Nov 2022 19:51:43 GMT

### Minor changes
Expand All @@ -42,13 +65,15 @@ Wed, 23 Nov 2022 19:51:43 GMT
- Updating dependency @scodi/core from `^3.1.1` to `^3.2.0`

## 3.1.1

Wed, 27 Jul 2022 13:43:15 GMT

### Patches

- Increase the minimum Node.js version to the latest LTS (14.17.0)

## 3.1.0

Thu, 16 Jan 2020 14:51:38 GMT

### Minor changes
Expand All @@ -60,13 +85,15 @@ Thu, 16 Jan 2020 14:51:38 GMT
- Update the link to the purpose of Scodi in the README, to redirect to the fabernovel.com website instead of the wiki

## 3.0.1

Fri, 19 Jul 2019 09:43:15 GMT

### Patches

- Fix an issue where the binary was not packaged when published to NPM

## 3.0.0

Fri, 19 Jul 2019 08:17:11 GMT

### Breaking changes
Expand All @@ -84,4 +111,3 @@ Fri, 19 Jul 2019 08:17:11 GMT
- Remove the contributing guide and the license: they are now available in the Scodi repository
- Remove unnecessary dependencies and scripts from package.json
- Update the readme to reflect the changes introduced by this major release

2 changes: 1 addition & 1 deletion packages/api/jsr.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@scodi/api",
"version": "4.0.0",
"version": "5.0.0",
"exports": "./src/index.ts",
"publish": {
"include": [
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scodi/api",
"version": "4.0.0",
"version": "5.0.0",
"description": "Runner module of Scodi, which exposes an API that starts an analysis when it is requested",
"homepage": "https://github.com/bgatellier/scodi",
"bugs": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"vitest": "catalog:"
},
"peerDependencies": {
"@scodi/cli": "workspace:^4.0.0"
"@scodi/cli": "workspace:^5.0.0"
},
"engines": {
"node": ">=20 <24"
Expand Down
28 changes: 27 additions & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
# Change Log - @scodi/cli

## 5.0.0

### Major Changes

- 9772c5a: Changed the package scope and name to use the @scodi scope
- 6727016: Changed the binary name for scodi
- 14b4d5d: Drop support for Node.js 18 and 19

### Minor Changes

- abc69b2: Add compatibility with Node.js versions 21 to 23

### Patch Changes

- Updated dependencies [9772c5a]
- Updated dependencies [abc69b2]
- Updated dependencies [14b4d5d]
- @scodi/common@5.0.0

This log was last generated on Sun, 08 Oct 2023 13:58:00 GMT and should not be manually modified.

## 4.0.0

Sun, 08 Oct 2023 13:58:00 GMT

### Breaking changes
Expand Down Expand Up @@ -31,6 +51,7 @@ Sun, 08 Oct 2023 13:58:00 GMT
- Add the ability to migrate databases from the new database listener modules

## 3.3.0

Wed, 23 Nov 2022 19:51:43 GMT

### Minor changes
Expand All @@ -45,6 +66,7 @@ Wed, 23 Nov 2022 19:51:43 GMT
- Updated the homepage field to redirect to the heart website and not to the gitlab repository. Changed the link "Read more about" of the README to redirect to the README of the repository. The old link redirected to an article that do not exist anymore.

## 3.2.0

Wed, 27 Jul 2022 13:43:15 GMT

### Minor changes
Expand All @@ -56,13 +78,15 @@ Wed, 27 Jul 2022 13:43:15 GMT
- Increase the minimum Node.js version to the latest LTS (14.17.0)

## 3.1.1

Thu, 09 Apr 2020 09:17:20 GMT

### Patches

- Improve the code to allow the implementation of automated tests

## 3.1.0

Thu, 16 Jan 2020 14:51:38 GMT

### Minor changes
Expand All @@ -75,20 +99,23 @@ Thu, 16 Jan 2020 14:51:38 GMT
- Update the link to the purpose of Scodi in the README, to redirect to the fabernovel.com website instead of the wiki

## 3.0.2

Fri, 19 Jul 2019 09:41:14 GMT

### Patches

- Fix an issue where the binary was not packaged when published to NPM

## 3.0.1

Fri, 19 Jul 2019 08:19:36 GMT

### Patches

- Fix an issue where the binary was not packaged when published to NPM

## 3.0.0

Fri, 19 Jul 2019 08:17:11 GMT

### Breaking changes
Expand All @@ -108,4 +135,3 @@ Fri, 19 Jul 2019 08:17:11 GMT
- Remove the contributing guide and the license: they are now available in the Scodi repository
- Remove unnecessary dependencies and scripts from package.json
- Update the readme to reflect the changes introduced by this major release

2 changes: 1 addition & 1 deletion packages/cli/jsr.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@scodi/cli",
"version": "4.0.0",
"version": "5.0.0",
"exports": "./src/index.ts",
"publish": {
"include": [
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scodi/cli",
"version": "4.0.0",
"version": "5.0.0",
"description": "Runner module of Scodi, which starts an analysis by using a CLI",
"homepage": "https://github.com/bgatellier/scodi",
"bugs": {
Expand Down
Loading