Skip to content

Commit

Permalink
chore: release main (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot authored Oct 14, 2024
1 parent 8b29b71 commit 28eabb0
Show file tree
Hide file tree
Showing 11 changed files with 99 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/base-analysis":"0.3.0","packages/iv-analysis":"0.3.0","packages/permeability-analysis":"0.3.1","packages/tga-analysis":"0.3.0","packages/xray-analysis":"0.3.0"}
{"packages/base-analysis":"0.4.0","packages/iv-analysis":"0.4.0","packages/permeability-analysis":"0.4.0","packages/tga-analysis":"0.4.0","packages/xray-analysis":"0.4.0"}
16 changes: 16 additions & 0 deletions packages/base-analysis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.4.0](https://www.github.com/cheminfo/analysis/compare/base-analysis-v0.3.0...base-analysis-v0.4.0) (2024-10-14)


### ⚠ BREAKING CHANGES

* `isMonotone` is renamed to `isMonotonic` and now contains a number (-1, 0, 1). Some returned objects now contain Float64Array for data instead of Array. `rollingBallBaseline` and `airPLSBaseline` normalizations have been updated and give different results.

### Bug Fixes

* do not import type from src of dependency ([f2e6326](https://www.github.com/cheminfo/analysis/commit/f2e6326c00133d6d2caa0d51eb9f9fd444a271da))


### Miscellaneous Chores

* update dependencies ([a5f734a](https://www.github.com/cheminfo/analysis/commit/a5f734a597bd6f841b6998bc13917abaa9d26399))

## [0.3.0](https://www.github.com/cheminfo/analysis/compare/base-analysis-v0.2.0...base-analysis-v0.3.0) (2022-08-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/base-analysis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "base-analysis",
"version": "0.3.0",
"version": "0.4.0",
"description": "Common package to deal with analysis",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down
18 changes: 18 additions & 0 deletions packages/iv-analysis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.4.0](https://www.github.com/cheminfo/analysis/compare/iv-analysis-v0.3.0...iv-analysis-v0.4.0) (2024-10-14)


### ⚠ BREAKING CHANGES

* `isMonotone` is renamed to `isMonotonic` and now contains a number (-1, 0, 1). Some returned objects now contain Float64Array for data instead of Array. `rollingBallBaseline` and `airPLSBaseline` normalizations have been updated and give different results.

### Miscellaneous Chores

* update dependencies ([a5f734a](https://www.github.com/cheminfo/analysis/commit/a5f734a597bd6f841b6998bc13917abaa9d26399))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* base-analysis bumped from ^0.3.0 to ^0.4.0

## [0.3.0](https://www.github.com/cheminfo/analysis/compare/iv-analysis-v0.2.0...iv-analysis-v0.3.0) (2022-08-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/iv-analysis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iv-analysis",
"version": "0.3.0",
"version": "0.4.0",
"description": "Read different formats and unify the format",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/cheminfo/iv-analysis#readme",
"dependencies": {
"base-analysis": "^0.3.0",
"base-analysis": "^0.4.0",
"cheminfo-types": "^1.8.0",
"ml-regression-simple-linear": "^3.0.1",
"ml-savitzky-golay": "^5.0.0",
Expand Down
20 changes: 19 additions & 1 deletion packages/permeability-analysis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.4.0](https://www.github.com/cheminfo/analysis/compare/permeability-analysis-v0.3.1...permeability-analysis-v0.4.0) (2024-10-14)


### ⚠ BREAKING CHANGES

* `isMonotone` is renamed to `isMonotonic` and now contains a number (-1, 0, 1). Some returned objects now contain Float64Array for data instead of Array. `rollingBallBaseline` and `airPLSBaseline` normalizations have been updated and give different results.

### Miscellaneous Chores

* update dependencies ([a5f734a](https://www.github.com/cheminfo/analysis/commit/a5f734a597bd6f841b6998bc13917abaa9d26399))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* base-analysis bumped from ^0.3.0 to ^0.4.0

### [0.3.1](https://www.github.com/cheminfo/analysis/compare/permeability-analysis-v0.3.0...permeability-analysis-v0.3.1) (2022-08-17)


Expand Down Expand Up @@ -46,4 +64,4 @@

* The following workspace dependencies were updated
* dependencies
* base-analysis bumped from ^0.1.5 to ^0.2.0
* base-analysis bumped from ^0.1.5 to ^0.2.0
4 changes: 2 additions & 2 deletions packages/permeability-analysis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "permeability-analysis",
"version": "0.3.1",
"version": "0.4.0",
"description": "Deal with permeability analysis (from Hiden) and allow the preparation of data series",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand All @@ -14,7 +14,7 @@
"lib-esm"
],
"dependencies": {
"base-analysis": "^0.3.0",
"base-analysis": "^0.4.0",
"xlsx": "^0.18.5"
},
"homepage": "https://github.com/cheminfo/analysis#readme",
Expand Down
18 changes: 18 additions & 0 deletions packages/tga-analysis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.4.0](https://www.github.com/cheminfo/analysis/compare/tga-analysis-v0.3.0...tga-analysis-v0.4.0) (2024-10-14)


### ⚠ BREAKING CHANGES

* `isMonotone` is renamed to `isMonotonic` and now contains a number (-1, 0, 1). Some returned objects now contain Float64Array for data instead of Array. `rollingBallBaseline` and `airPLSBaseline` normalizations have been updated and give different results.

### Miscellaneous Chores

* update dependencies ([a5f734a](https://www.github.com/cheminfo/analysis/commit/a5f734a597bd6f841b6998bc13917abaa9d26399))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* base-analysis bumped from ^0.3.0 to ^0.4.0

## [0.3.0](https://www.github.com/cheminfo/analysis/compare/tga-analysis-v0.2.0...tga-analysis-v0.3.0) (2022-08-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/tga-analysis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tga-analysis",
"version": "0.3.0",
"version": "0.4.0",
"description": "Provides tools to convert output files from thermogravimetric analysis (TGA) into JCAMP-DX, as well as tools to analyze the data (mass loss analysis)",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand All @@ -14,7 +14,7 @@
"lib-esm"
],
"dependencies": {
"base-analysis": "^0.3.0",
"base-analysis": "^0.4.0",
"ensure-string": "^1.2.0",
"papaparse": "^5.4.1",
"physical-chemistry-parser": "^3.4.2",
Expand Down
18 changes: 18 additions & 0 deletions packages/xray-analysis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.4.0](https://www.github.com/cheminfo/analysis/compare/xray-analysis-v0.3.0...xray-analysis-v0.4.0) (2024-10-14)


### ⚠ BREAKING CHANGES

* `isMonotone` is renamed to `isMonotonic` and now contains a number (-1, 0, 1). Some returned objects now contain Float64Array for data instead of Array. `rollingBallBaseline` and `airPLSBaseline` normalizations have been updated and give different results.

### Miscellaneous Chores

* update dependencies ([a5f734a](https://www.github.com/cheminfo/analysis/commit/a5f734a597bd6f841b6998bc13917abaa9d26399))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* base-analysis bumped from ^0.3.0 to ^0.4.0

## [0.3.0](https://www.github.com/cheminfo/analysis/compare/xray-analysis-v0.2.0...xray-analysis-v0.3.0) (2022-08-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/xray-analysis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xray-analysis",
"version": "0.3.0",
"version": "0.4.0",
"description": "X-ray analysis package for treatment of an x-ray rocking curve (XRC) and an x-ray diffraction (XRD) measurement",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand All @@ -20,7 +20,7 @@
"lib-esm"
],
"dependencies": {
"base-analysis": "^0.3.0",
"base-analysis": "^0.4.0",
"cheminfo-types": "^1.8.0",
"ml-gsd": "^10.2.0",
"ml-spectra-fitting": "^4.0.2"
Expand Down

0 comments on commit 28eabb0

Please sign in to comment.