Skip to content

Commit

Permalink
chore(*): release main (#564)
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] committed Jan 15, 2024
1 parent 39a7103 commit 7b3930e
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 8 deletions.
9 changes: 5 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"js": "0.10.0",
"python": "0.10.0",
".": "1.21.0",
"jvm": "0.0.1"
"js": "0.11.0",
"python": "0.11.0",
".": "1.22.0",
"jvm": "0.0.1",
"wasm": "0.0.1-rc1"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.22.0](https://github.com/TheOpenDictionary/odict/compare/v1.21.0...v1.22.0) (2024-01-15)


### Features

* Add basic WASM support ([#394](https://github.com/TheOpenDictionary/odict/issues/394)) ([8df4e85](https://github.com/TheOpenDictionary/odict/commit/8df4e851c175dc5677d9580a29e9d38927f796a6))


### Bug Fixes

* **read:** Improve incompatibility error message ([39a7103](https://github.com/TheOpenDictionary/odict/commit/39a7103bbeb902dc380dd4963799556bd86ba85a))
* **sql:** Fix types.md to convert to string on sql dump ([#520](https://github.com/TheOpenDictionary/odict/issues/520)) ([f018e00](https://github.com/TheOpenDictionary/odict/commit/f018e00bcbb36a529adfefe57be9405cf593d9b2))
* **sql:** Important SQL fixes ([82538a0](https://github.com/TheOpenDictionary/odict/commit/82538a0e84ae3e5e0b91b1c3e15e063b56e09cbd))
* **wasm:** Change wasm package to pre-release ([d8540d8](https://github.com/TheOpenDictionary/odict/commit/d8540d848aefce9e6663989d3098edca15fbba22))
* **wasm:** Manually set version ([19d5691](https://github.com/TheOpenDictionary/odict/commit/19d56915d5e9b5e2b2dd9713b1cb5d34fd559374))

## [1.21.0](https://github.com/TheOpenDictionary/odict/compare/v1.20.0...v1.21.0) (2024-01-10)


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

## [0.11.0](https://github.com/TheOpenDictionary/odict/compare/js-v0.10.0...js-v0.11.0) (2024-01-15)


### Features

* Add basic WASM support ([#394](https://github.com/TheOpenDictionary/odict/issues/394)) ([8df4e85](https://github.com/TheOpenDictionary/odict/commit/8df4e851c175dc5677d9580a29e9d38927f796a6))

## [0.10.0](https://github.com/TheOpenDictionary/odict/compare/js-v0.9.0...js-v0.10.0) (2023-09-28)


Expand Down
2 changes: 1 addition & 1 deletion 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.10.0",
"version": "0.11.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.11.0](https://github.com/TheOpenDictionary/odict/compare/python-v0.10.0...python-v0.11.0) (2024-01-15)


### Features

* Add basic WASM support ([#394](https://github.com/TheOpenDictionary/odict/issues/394)) ([8df4e85](https://github.com/TheOpenDictionary/odict/commit/8df4e851c175dc5677d9580a29e9d38927f796a6))

## [0.10.0](https://github.com/TheOpenDictionary/odict/compare/python-v0.9.0...python-v0.10.0) (2024-01-10)


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.10.0"
version = "0.11.0"
description = ""
authors = ["Tyler Nickerson <nickersoft@gmail.com>"]

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.0
1.22.0
8 changes: 8 additions & 0 deletions wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 0.0.1-rc1 (2024-01-15)


### Features

* Add basic WASM support ([#394](https://github.com/TheOpenDictionary/odict/issues/394)) ([8df4e85](https://github.com/TheOpenDictionary/odict/commit/8df4e851c175dc5677d9580a29e9d38927f796a6))

0 comments on commit 7b3930e

Please sign in to comment.