Skip to content

Commit 433e1c2

Browse files
authored
chore(main): release 1.0.0 (#3616)
1 parent c110206 commit 433e1c2

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/cheminfo/nmrium/compare/v0.65.2...v1.0.0) (2025-07-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* `file-collection` is now used to manage data sources
9+
10+
### Code Refactoring
11+
12+
* remove `filelist-utils` and `jszip` for better alternatives ([#3615](https://github.com/cheminfo/nmrium/issues/3615)) ([c110206](https://github.com/cheminfo/nmrium/commit/c110206d74446e0697ba67e3cba3a83f69cf765c))
13+
314
## [0.65.2](https://github.com/cheminfo/nmrium/compare/v0.65.1...v0.65.2) (2025-07-15)
415

516

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nmrium",
33
"description": "React component to display and process nuclear magnetic resonance (NMR) spectra.",
4-
"version": "0.65.2",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"type": "module",
77
"exports": "./lib/component/main/index.js",

0 commit comments

Comments
 (0)