From 24c49b3bb160559279bf74625c2d0c133a204562 Mon Sep 17 00:00:00 2001 From: Nicolass67 Date: Thu, 6 Feb 2025 11:50:37 +0100 Subject: [PATCH 1/3] chore(release): bump version to 1.3.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b6924a9..50f4476a 100644 --- a/package.json +++ b/package.json @@ -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", From 03f33dbe7ff151057c56076d732503fb5bc8f2fc Mon Sep 17 00:00:00 2001 From: Nicolass67 Date: Thu, 6 Feb 2025 11:54:39 +0100 Subject: [PATCH 2/3] chore(ci): update Node.js version to 18.20.6 --- .github/workflows/publish_package.yml | 2 +- .github/workflows/testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_package.yml b/.github/workflows/publish_package.yml index 719cf26d..6b5a68af 100644 --- a/.github/workflows/publish_package.yml +++ b/.github/workflows/publish_package.yml @@ -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 diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 8590437a..6aba3341 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -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 \ No newline at end of file From 486ee30219a5c5a20deb555b5aac57311fcf4fc6 Mon Sep 17 00:00:00 2001 From: Nicolass67 Date: Thu, 6 Feb 2025 11:57:52 +0100 Subject: [PATCH 3/3] chore: remove outdated .nvmrc file --- .nvmrc | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc deleted file mode 100644 index 368fe859..00000000 --- a/.nvmrc +++ /dev/null @@ -1 +0,0 @@ -v8.12.0