Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 7, 2023
1 parent 026c607 commit 1658f5b
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "21.0.3",
".": "21.0.4",
"dictionaries/ada": "4.0.2",
"dictionaries/aws": "4.0.0",
"dictionaries/bash": "4.1.3",
Expand All @@ -21,7 +21,7 @@
"dictionaries/dotnet": "5.0.0",
"dictionaries/el": "3.1.0",
"dictionaries/elixir": "4.0.3",
"dictionaries/en_GB": "4.1.28",
"dictionaries/en_GB": "4.1.29",
"dictionaries/en_GB-MIT": "2.1.15",
"dictionaries/en_US": "4.3.12",
"dictionaries/eo": "3.0.1",
Expand All @@ -46,7 +46,7 @@
"dictionaries/lorem-ipsum": "4.0.0",
"dictionaries/lt_LT": "4.0.0",
"dictionaries/lua": "4.0.3",
"dictionaries/medicalterms": "4.1.0",
"dictionaries/medicalterms": "4.1.1",
"dictionaries/mnemonics": "3.0.1",
"dictionaries/monkeyc": "1.0.5",
"dictionaries/nb_NO": "2.0.0",
Expand All @@ -67,7 +67,7 @@
"dictionaries/scala": "5.0.0",
"dictionaries/scientific_terms_US": "3.0.1",
"dictionaries/sl_SI": "1.0.5",
"dictionaries/software-terms": "3.3.11",
"dictionaries/software-terms": "3.3.12",
"dictionaries/sql": "2.1.2",
"dictionaries/sv": "2.2.0",
"dictionaries/swift": "2.0.1",
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release Notes

## [21.0.4](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@21.0.3...cspell-dicts@21.0.4) (2023-12-07)


### Updates and Bug Fixes

* added a few software words, mostly quality attributes. ([#2782](https://github.com/streetsidesoftware/cspell-dicts/issues/2782)) ([b3fb2f0](https://github.com/streetsidesoftware/cspell-dicts/commit/b3fb2f02997695104e2cd350b47496aab3aa8a2e))
* Workflow Bot -- Build Dictionaries ([#2784](https://github.com/streetsidesoftware/cspell-dicts/issues/2784)) ([f9698b3](https://github.com/streetsidesoftware/cspell-dicts/commit/f9698b3adbdf5a7638c2e8f668b448d6f9ec5f7a))
* Workflow Bot -- Build Dictionaries ([#2787](https://github.com/streetsidesoftware/cspell-dicts/issues/2787)) ([026c607](https://github.com/streetsidesoftware/cspell-dicts/commit/026c60799049b2a886ac18e13e1e67cffbffbbd8))

## [21.0.3](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@21.0.2...cspell-dicts@21.0.3) (2023-12-05)


Expand Down
7 changes: 7 additions & 0 deletions dictionaries/en_GB/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.29](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-gb@4.1.28...@cspell/dict-en-gb@4.1.29) (2023-12-07)


### Updates and Bug Fixes

* Workflow Bot -- Build Dictionaries ([#2787](https://github.com/streetsidesoftware/cspell-dicts/issues/2787)) ([026c607](https://github.com/streetsidesoftware/cspell-dicts/commit/026c60799049b2a886ac18e13e1e67cffbffbbd8))

## [4.1.28](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-gb@4.1.27...@cspell/dict-en-gb@4.1.28) (2023-12-05)


Expand Down
2 changes: 1 addition & 1 deletion dictionaries/en_GB/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cspell/dict-en-gb",
"version": "4.1.28",
"version": "4.1.29",
"description": "British English dictionary for cspell.",
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions dictionaries/medicalterms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [4.1.1](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-medicalterms@4.1.0...@cspell/dict-medicalterms@4.1.1) (2023-12-07)


### Updates and Bug Fixes

* Workflow Bot -- Build Dictionaries ([#2787](https://github.com/streetsidesoftware/cspell-dicts/issues/2787)) ([026c607](https://github.com/streetsidesoftware/cspell-dicts/commit/026c60799049b2a886ac18e13e1e67cffbffbbd8))

## [4.1.0](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-medicalterms@4.0.0...@cspell/dict-medicalterms@4.1.0) (2023-09-12)


Expand Down
2 changes: 1 addition & 1 deletion dictionaries/medicalterms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cspell/dict-medicalterms",
"version": "4.1.0",
"version": "4.1.1",
"description": "Medical Terms dictionary for cspell.",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions dictionaries/software-terms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.3.12](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-software-terms@3.3.11...@cspell/dict-software-terms@3.3.12) (2023-12-07)


### Updates and Bug Fixes

* added a few software words, mostly quality attributes. ([#2782](https://github.com/streetsidesoftware/cspell-dicts/issues/2782)) ([b3fb2f0](https://github.com/streetsidesoftware/cspell-dicts/commit/b3fb2f02997695104e2cd350b47496aab3aa8a2e))
* Workflow Bot -- Build Dictionaries ([#2784](https://github.com/streetsidesoftware/cspell-dicts/issues/2784)) ([f9698b3](https://github.com/streetsidesoftware/cspell-dicts/commit/f9698b3adbdf5a7638c2e8f668b448d6f9ec5f7a))

## [3.3.11](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-software-terms@3.3.10...@cspell/dict-software-terms@3.3.11) (2023-11-28)


Expand Down
2 changes: 1 addition & 1 deletion dictionaries/software-terms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cspell/dict-software-terms",
"version": "3.3.11",
"version": "3.3.12",
"description": "Software related dictionaries for cspell.",
"publishConfig": {
"access": "public"
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": "cspell-dicts",
"version": "21.0.3",
"version": "21.0.4",
"private": true,
"packageManager": "pnpm@8.7.4",
"scripts": {
Expand Down

0 comments on commit 1658f5b

Please sign in to comment.