Skip to content

Commit b4f0813

Browse files
authored
chore(release): prepare 1.3.5 (#127)
* chore(release): bump version to 1.3.5 * chore: remove outdated .nvmrc file * chore(ci): update Node.js version to 18.20.6 * chore: update yarn.lock file
1 parent ec26485 commit b4f0813

4 files changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/publish_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 18.19.1
14+
node-version: 18.20.6
1515
registry-url: https://registry.npmjs.org/
1616
- run: yarn install
1717
- run: yarn compile

.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@complat/chem-spectra-client",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "ChemSpectra client side server.",
55
"repository": {
66
"type": "git",
@@ -20,7 +20,7 @@
2020
"react-dom": "^17.0.2"
2121
},
2222
"dependencies": {
23-
"@complat/react-spectra-editor": "1.3.4",
23+
"@complat/react-spectra-editor": "1.3.5",
2424
"@emotion/react": "^11.11.1",
2525
"@emotion/styled": "^11.11.0",
2626
"@mui/icons-material": "^5.14.9",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,10 +1180,10 @@
11801180
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
11811181
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
11821182

1183-
"@complat/react-spectra-editor@1.3.4":
1184-
version "1.3.4"
1185-
resolved "https://registry.yarnpkg.com/@complat/react-spectra-editor/-/react-spectra-editor-1.3.4.tgz#8ae38c4429eeecde12ef390c1cb4be33fb56736e"
1186-
integrity sha512-1AjKX9nM8wpwJ1Z1G9+I6P7hSmzDjfKF94ZADE3dcTSWzyiKWQKbOm5psPR+fezqn38ey/by0Pgm4qzIG6K2gA==
1183+
"@complat/react-spectra-editor@1.3.5":
1184+
version "1.3.5"
1185+
resolved "https://registry.yarnpkg.com/@complat/react-spectra-editor/-/react-spectra-editor-1.3.5.tgz#67413be000949a19a715706fd8314aa4096f7ffd"
1186+
integrity sha512-9au3vqAna6BC1VfIuIhC9/D2iI5nUCAtwqibEmlZabqDur4B83Gr6lzefWh/xcrAPQKtAoGydBBVuBA2Y38NLg==
11871187
dependencies:
11881188
"@complat/react-svg-file-zoom-pan" "1.1.4"
11891189
"@emotion/react" "^11.11.1"

0 commit comments

Comments
 (0)