Skip to content

Commit

Permalink
Version Packages (#165)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 17, 2024
1 parent 73398b8 commit c3a224d
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/dependency-update-pr151.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependency-update-pr152.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependency-update-pr153.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependency-update-pr154.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependency-update-pr155.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependency-update-pr157.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependency-update-pr161.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-candles-cheer.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# web-csv-toolbox

## 0.7.5

### Patch Changes

- [#151](https://github.com/kamiazya/web-csv-toolbox/pull/151) [`0435339`](https://github.com/kamiazya/web-csv-toolbox/commit/0435339706a973909c58e58a36472c6ac9ff62d9) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump serde from 1.0.196 to 1.0.197 in /web-csv-toolbox-wasm

- [#152](https://github.com/kamiazya/web-csv-toolbox/pull/152) [`2a39563`](https://github.com/kamiazya/web-csv-toolbox/commit/2a39563cc7e015a220a56b311edba5b731f7c61c) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump cxx-build from 1.0.116 to 1.0.119 in /web-csv-toolbox-wasm

- [#153](https://github.com/kamiazya/web-csv-toolbox/pull/153) [`0025866`](https://github.com/kamiazya/web-csv-toolbox/commit/0025866f1c5df2bbc110d92b6fadaa6b55caac30) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump codecov/codecov-action from 4.0.2 to 4.1.0

- [#154](https://github.com/kamiazya/web-csv-toolbox/pull/154) [`65c6413`](https://github.com/kamiazya/web-csv-toolbox/commit/65c6413a63db50fa825a3630d362e1cb26fb81eb) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump terser from 5.27.0 to 5.29.2

- [#155](https://github.com/kamiazya/web-csv-toolbox/pull/155) [`d7dcec4`](https://github.com/kamiazya/web-csv-toolbox/commit/d7dcec41bc17b0dd7ad84c08358c9d5f4784edd3) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump web-sys from 0.3.68 to 0.3.69 in /web-csv-toolbox-wasm

- [#157](https://github.com/kamiazya/web-csv-toolbox/pull/157) [`aea3d17`](https://github.com/kamiazya/web-csv-toolbox/commit/aea3d173bbd6c0b4e2c3a1917354d9d98345bd24) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump wasm-bindgen from 0.2.91 to 0.2.92 in /web-csv-toolbox-wasm

- [#161](https://github.com/kamiazya/web-csv-toolbox/pull/161) [`e61b090`](https://github.com/kamiazya/web-csv-toolbox/commit/e61b0909d4f6b66acc5a1f0e69482687ca21198f) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @biomejs/biome from 1.5.3 to 1.6.1

- [#162](https://github.com/kamiazya/web-csv-toolbox/pull/162) [`05bde86`](https://github.com/kamiazya/web-csv-toolbox/commit/05bde864ff2d3bb2ffc603c4ecade3cfbf2e5787) Thanks [@kamiazya](https://github.com/kamiazya)! - Update import statements to use type imports

## 0.7.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-csv-toolbox",
"version": "0.7.4",
"version": "0.7.5",
"description": "A CSV Toolbox utilizing Web Standard APIs.",
"type": "module",
"main": "dist/cjs/web-csv-toolbox.cjs",
Expand Down

0 comments on commit c3a224d

Please sign in to comment.