Skip to content

Commit

Permalink
Merge branch 'release/v0.9.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
ja573 committed Mar 25, 2023
2 parents ff1dceb + eb43928 commit 17c638a
Show file tree
Hide file tree
Showing 15 changed files with 540 additions and 1,432 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_test_and_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.14.1'
node-version: '18.15.0'
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: jetli/wasm-pack-action@v0.3.0
with:
version: 'v0.10.3'
version: 'v0.11.0'
- name: Install rollup
run: sudo npm install -g rollup@3.15.0
run: sudo npm install -g rollup@3.20.2
- name: Compile WASM
run: wasm-pack build thoth-app/ --target web --release
- name: Pack APP
Expand All @@ -59,15 +59,15 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.14.1'
node-version: '18.15.0'
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: jetli/wasm-pack-action@v0.3.0
with:
version: 'v0.10.3'
version: 'v0.10.0'
- name: Install rollup
run: sudo npm install -g rollup@3.15.0
run: sudo npm install -g rollup@3.20.2
- name: Compile WASM
run: wasm-pack build thoth-app/ --target web --release
- name: Pack APP
Expand All @@ -88,15 +88,15 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.14.1'
node-version: '18.15.0'
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: jetli/wasm-pack-action@v0.3.0
with:
version: 'v0.10.3'
version: 'v0.11.0'
- name: Install rollup
run: sudo npm install -g rollup@3.15.0
run: sudo npm install -g rollup@3.20.2
- name: Compile WASM
run: wasm-pack build thoth-app/ --target web --release
- name: Pack APP
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run_migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.14.1'
node-version: '18.15.0'
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: jetli/wasm-pack-action@v0.3.0
with:
version: 'v0.10.3'
version: 'v0.11.0'
- name: Install rollup
run: sudo npm install -g rollup@3.15.0
run: sudo npm install -g rollup@3.20.2
- name: Compile WASM
run: wasm-pack build thoth-app/ --target web --release
- name: Pack APP
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [[0.9.17]](https://github.com/thoth-pub/thoth/releases/tag/v0.9.17) - 2023-03-25
- Upgrade rust to `1.68.1` in production and development `Dockerfile`
- Upgrade build dependencies (npm `v9.6.2`, node `v18.15.0` and rollup `v3.20.2`) in production and development `Dockerfile`
- Upgrade `wasm-pack` to v0.11.0

## [[0.9.16]](https://github.com/thoth-pub/thoth/releases/tag/v0.9.16) - 2023-03-24
### Added
- [#480](https://github.com/thoth-pub/thoth/pull/480) Add field to work table to track when the work or any of its relations was last updated
Expand Down
Loading

0 comments on commit 17c638a

Please sign in to comment.