Skip to content

Commit 17f10d1

Browse files
committed
Publish
- ml-array-max@2.0.0 - ml-array-mean@2.0.0 - ml-array-median@2.0.0 - ml-array-min@2.0.0 - ml-array-mode@2.0.0 - ml-array-normed@2.0.0 - ml-array-rescale@2.0.0 - ml-array-sequential-fill@2.0.0 - ml-array-standard-deviation@2.0.0 - ml-array-sum@2.0.0 - ml-array-variance@2.0.0
1 parent 0fe51ac commit 17f10d1

22 files changed

Lines changed: 139 additions & 18 deletions

File tree

packages/array-max/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.0](https://github.com/mljs/array/compare/ml-array-max@1.2.4...ml-array-max@2.0.0) (2026-04-14)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* migrate to TypeScript and ESM-only (#21)
11+
12+
### Code Refactoring
13+
14+
* migrate to TypeScript and ESM-only ([#21](https://github.com/mljs/array/issues/21))
15+
16+
617
## [1.2.4](https://github.com/mljs/array/compare/ml-array-max@1.2.3...ml-array-max@1.2.4) (2022-01-21)
718

819
**Note:** Version bump only for package ml-array-max

packages/array-max/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-array-max",
3-
"version": "1.2.4",
3+
"version": "2.0.0",
44
"description": "Get the maximum value in an array",
55
"type": "module",
66
"exports": {

packages/array-mean/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.0](https://github.com/mljs/array/compare/ml-array-mean@1.1.6...ml-array-mean@2.0.0) (2026-04-14)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* migrate to TypeScript and ESM-only (#21)
11+
12+
### Code Refactoring
13+
14+
* migrate to TypeScript and ESM-only ([#21](https://github.com/mljs/array/issues/21))
15+
16+
617
## [1.1.6](https://github.com/mljs/array/compare/ml-array-mean@1.1.5...ml-array-mean@1.1.6) (2022-01-21)
718

819
**Note:** Version bump only for package ml-array-mean

packages/array-mean/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-array-mean",
3-
"version": "1.1.6",
3+
"version": "2.0.0",
44
"description": "Get the average value in an array",
55
"type": "module",
66
"exports": {
@@ -25,6 +25,6 @@
2525
},
2626
"homepage": "https://github.com/mljs/array/tree/master/packages/array-mean#readme",
2727
"dependencies": {
28-
"ml-array-sum": "^1.1.6"
28+
"ml-array-sum": "^2.0.0"
2929
}
3030
}

packages/array-median/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.0](https://github.com/mljs/array/compare/ml-array-median@1.1.6...ml-array-median@2.0.0) (2026-04-14)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* migrate to TypeScript and ESM-only (#21)
11+
12+
### Code Refactoring
13+
14+
* migrate to TypeScript and ESM-only ([#21](https://github.com/mljs/array/issues/21))
15+
16+
617
## [1.1.6](https://github.com/mljs/array/compare/ml-array-median@1.1.5...ml-array-median@1.1.6) (2022-01-21)
718

819
**Note:** Version bump only for package ml-array-median

packages/array-median/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-array-median",
3-
"version": "1.1.6",
3+
"version": "2.0.0",
44
"description": "Get the median value in an array",
55
"type": "module",
66
"exports": {

packages/array-min/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.0](https://github.com/mljs/array/compare/ml-array-min@1.2.3...ml-array-min@2.0.0) (2026-04-14)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* migrate to TypeScript and ESM-only (#21)
11+
12+
### Code Refactoring
13+
14+
* migrate to TypeScript and ESM-only ([#21](https://github.com/mljs/array/issues/21))
15+
16+
617
## [1.2.3](https://github.com/mljs/array/compare/ml-array-min@1.2.2...ml-array-min@1.2.3) (2022-01-21)
718

819
**Note:** Version bump only for package ml-array-min

packages/array-min/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-array-min",
3-
"version": "1.2.3",
3+
"version": "2.0.0",
44
"description": "Get the minimum value in an array",
55
"type": "module",
66
"exports": {

packages/array-mode/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.0](https://github.com/mljs/array/compare/ml-array-mode@1.1.5...ml-array-mode@2.0.0) (2026-04-14)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* migrate to TypeScript and ESM-only (#21)
11+
12+
### Code Refactoring
13+
14+
* migrate to TypeScript and ESM-only ([#21](https://github.com/mljs/array/issues/21))
15+
16+
617
## [1.1.5](https://github.com/mljs/array/compare/ml-array-mode@1.1.4...ml-array-mode@1.1.5) (2022-01-21)
718

819
**Note:** Version bump only for package ml-array-mode

packages/array-mode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-array-mode",
3-
"version": "1.1.5",
3+
"version": "2.0.0",
44
"description": "Get the most repeated value in an array",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)