Skip to content

Commit

Permalink
chore: release main (#330)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 28, 2023
1 parent 4a1a0db commit d7713be
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"js": "0.3.2",
"python": "0.4.0",
".": "1.11.2",
"js": "0.4.0",
"python": "0.5.0",
".": "1.12.0",
"jvm": "0.0.1"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.12.0](https://github.com/TheOpenDictionary/odict/compare/v1.11.2...v1.12.0) (2023-05-28)


### Features

* **js:** add part of speech enum to js package ([0fdd9bc](https://github.com/TheOpenDictionary/odict/commit/0fdd9bc073a20769a6bb80939290a8981d526920))
* make goimports call more specific ([4a1a0db](https://github.com/TheOpenDictionary/odict/commit/4a1a0dbd1d005683dbb2f63abd733ec26b0064c5))


### Bug Fixes

* **deps:** update dependency com.google.guava:guava to v32 ([6c7b5ad](https://github.com/TheOpenDictionary/odict/commit/6c7b5ad3a638cade5ec7cfa9a0c7f8d12cb817d5))
* **deps:** update dependency flatbuffers to v23.5.26 ([60b6baf](https://github.com/TheOpenDictionary/odict/commit/60b6baf51caaf8d835a5bc8d2c1c052926224364))
* **deps:** update module github.com/bokwoon95/sq to v0.3.0 ([fec4115](https://github.com/TheOpenDictionary/odict/commit/fec4115d7150de48a74a1b10ceb1028588ccba31))
* **deps:** update module github.com/bokwoon95/sq to v0.3.3 ([cb3b29d](https://github.com/TheOpenDictionary/odict/commit/cb3b29d9068b6b7419e895afe8fe001c75449a07))
* **deps:** update module github.com/bokwoon95/sq to v0.3.4 ([cc1479a](https://github.com/TheOpenDictionary/odict/commit/cc1479a31a3d48df89f21557c606beec51b0d7cc))
* **deps:** update module github.com/google/flatbuffers to v23.5.26+incompatible ([15b2ec6](https://github.com/TheOpenDictionary/odict/commit/15b2ec69deab6e7da97a331607f785fb11d69785))
* **deps:** update module github.com/imdario/mergo to v0.3.16 ([c8bf550](https://github.com/TheOpenDictionary/odict/commit/c8bf5501d0802f1b0e1e26de6541faf649f0454a))

## [1.11.2](https://github.com/TheOpenDictionary/odict/compare/v1.11.1...v1.11.2) (2023-05-20)


Expand Down
12 changes: 12 additions & 0 deletions js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.4.0](https://github.com/TheOpenDictionary/odict/compare/js-v0.3.2...js-v0.4.0) (2023-05-28)


### Features

* **js:** add part of speech enum to js package ([0fdd9bc](https://github.com/TheOpenDictionary/odict/commit/0fdd9bc073a20769a6bb80939290a8981d526920))


### Bug Fixes

* **deps:** update dependency flatbuffers to v23.5.26 ([60b6baf](https://github.com/TheOpenDictionary/odict/commit/60b6baf51caaf8d835a5bc8d2c1c052926224364))

## [0.3.2](https://github.com/TheOpenDictionary/odict/compare/js-v0.3.1...js-v0.3.2) (2023-05-20)


Expand Down
4 changes: 2 additions & 2 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theopendictionary",
"version": "0.3.2",
"version": "0.4.0",
"description": "A JavaScript wrapper around the Open Dictionary compiler",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0](https://github.com/TheOpenDictionary/odict/compare/python-v0.4.0...python-v0.5.0) (2023-05-28)


### Features

* **js:** add part of speech enum to js package ([0fdd9bc](https://github.com/TheOpenDictionary/odict/commit/0fdd9bc073a20769a6bb80939290a8981d526920))

## [0.4.0](https://github.com/TheOpenDictionary/odict/compare/python-v0.3.0...python-v0.4.0) (2023-05-19)


Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "theopendictionary"
version = "0.4.0"
version = "0.5.0"
description = ""
authors = ["Tyler Nickerson <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.2
1.12.0

0 comments on commit d7713be

Please sign in to comment.