Skip to content

Commit

Permalink
chore(release): prepare 1.3.5 (#245)
Browse files Browse the repository at this point in the history
# Version 1.3.5

## What's Changed

### Refactor and Improvements
Display exact mass instead of theoretical mass in #240

### Dependency Updates

- Updated webpack from 5.93.0 to 5.97.1in #241
- Updated micromatch from 4.0.7 to 4.0.8 in #234
- Updated rollup from 2.79.1 to 2.79.2 in #236
- Updated http-proxy-middleware from 2.0.6 to 2.0.7 in #238
- Updated cross-spawn from 7.0.3 to 7.0.6 in #239
- Updated express from 4.19.2 to 4.21.2 in #242
- Updated nanoid from 3.3.7 to 3.3.8 in #243

### Configuration Changes

- Updated the version to 1.3.5 in package.json
- Updated the Node.js version to 18.20.6
- Removed the .nvmrc file, which was outdated and unused

### Full Changelog
 [Compare changes from 1.3.4 to 1.3.5](1.3.4...release/1.3.5)
  • Loading branch information
Nicolass67 authored Feb 6, 2025
1 parent 292b0e0 commit a00c674
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.19.1
node-version: 18.20.6
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: yarn compile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.19.1
node-version: 18.20.6
- run: yarn install
- run: yarn test
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@complat/react-spectra-editor",
"version": "1.3.4",
"version": "1.3.5",
"description": "An editor to View and Edit Chemical Spectra data (NMR, IR, MS, CV, UIVIS, XRD, GC, and DSC).",
"repository": {
"type": "git",
Expand Down

0 comments on commit a00c674

Please sign in to comment.