Skip to content

Commit

Permalink
chore: release main (#3254)
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 Jun 6, 2024
1 parent f32fa22 commit 3ca0823
Show file tree
Hide file tree
Showing 9 changed files with 51 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 @@
{
".": "26.2.1",
".": "26.3.0",
"dictionaries/ada": "4.0.2",
"dictionaries/aws": "4.0.2",
"dictionaries/bash": "4.1.3",
Expand All @@ -21,7 +21,7 @@
"dictionaries/dotnet": "5.0.2",
"dictionaries/el": "3.1.2",
"dictionaries/elixir": "4.0.3",
"dictionaries/en_GB": "4.1.41",
"dictionaries/en_GB": "4.1.42",
"dictionaries/en_GB-MIT": "2.1.21",
"dictionaries/en_US": "4.3.21",
"dictionaries/eo": "3.0.1",
Expand Down Expand Up @@ -59,15 +59,15 @@
"dictionaries/pt_BR": "2.3.0",
"dictionaries/pt_PT": "3.0.1",
"dictionaries/public-licenses": "2.0.7",
"dictionaries/python": "4.1.11",
"dictionaries/python": "4.2.0",
"dictionaries/r": "2.0.1",
"dictionaries/ru_RU": "2.2.1",
"dictionaries/ruby": "5.0.2",
"dictionaries/rust": "4.0.3",
"dictionaries/scala": "5.0.2",
"dictionaries/scientific_terms_US": "3.0.1",
"dictionaries/sl_SI": "1.0.5",
"dictionaries/software-terms": "3.4.1",
"dictionaries/software-terms": "3.4.2",
"dictionaries/sql": "2.1.3",
"dictionaries/sv": "2.2.0",
"dictionaries/swift": "2.0.1",
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Release Notes

## [26.3.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@26.2.1...cspell-dicts@26.3.0) (2024-06-06)


### Features

* reduce the size of the python dictionary ([#3259](https://github.com/streetsidesoftware/cspell-dicts/issues/3259)) ([a9c1302](https://github.com/streetsidesoftware/cspell-dicts/commit/a9c1302ab3d27b29a8eeb2e019cbc7364ccd1192))


### Updates and Bug Fixes

* Issue [#972](https://github.com/streetsidesoftware/cspell-dicts/issues/972): Add common python package names to exception list ([#3256](https://github.com/streetsidesoftware/cspell-dicts/issues/3256)) ([0918dc3](https://github.com/streetsidesoftware/cspell-dicts/commit/0918dc3f4a6ae9b339eeab2900eb7b7df6a5c647))
* **software-tools:** add upstash ([#3255](https://github.com/streetsidesoftware/cspell-dicts/issues/3255)) ([3d609fd](https://github.com/streetsidesoftware/cspell-dicts/commit/3d609fd2a0a2d7c899bd0c480d4393ba446aa046))
* Workflow Bot -- Build Dictionaries ([#3252](https://github.com/streetsidesoftware/cspell-dicts/issues/3252)) ([4536860](https://github.com/streetsidesoftware/cspell-dicts/commit/4536860c8f54444794eaa0c28c57da9dbd2e65f3))
* Workflow Bot -- Build Dictionaries ([#3258](https://github.com/streetsidesoftware/cspell-dicts/issues/3258)) ([4e49a5d](https://github.com/streetsidesoftware/cspell-dicts/commit/4e49a5daa2dd862b70cb8dc0de9bcdee9a5a85ac))

## [26.2.1](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@26.2.0...cspell-dicts@26.2.1) (2024-05-31)


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.42](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-gb@4.1.41...@cspell/dict-en-gb@4.1.42) (2024-06-06)


### Updates and Bug Fixes

* Workflow Bot -- Build Dictionaries ([#3252](https://github.com/streetsidesoftware/cspell-dicts/issues/3252)) ([4536860](https://github.com/streetsidesoftware/cspell-dicts/commit/4536860c8f54444794eaa0c28c57da9dbd2e65f3))

## [4.1.41](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-gb@4.1.40...@cspell/dict-en-gb@4.1.41) (2024-05-23)


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.41",
"version": "4.1.42",
"description": "British English dictionary for cspell.",
"publishConfig": {
"access": "public"
Expand Down
13 changes: 13 additions & 0 deletions dictionaries/python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.2.0](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-python@4.1.11...@cspell/dict-python@4.2.0) (2024-06-06)


### Features

* reduce the size of the python dictionary ([#3259](https://github.com/streetsidesoftware/cspell-dicts/issues/3259)) ([a9c1302](https://github.com/streetsidesoftware/cspell-dicts/commit/a9c1302ab3d27b29a8eeb2e019cbc7364ccd1192))


### Updates and Bug Fixes

* Issue [#972](https://github.com/streetsidesoftware/cspell-dicts/issues/972): Add common python package names to exception list ([#3256](https://github.com/streetsidesoftware/cspell-dicts/issues/3256)) ([0918dc3](https://github.com/streetsidesoftware/cspell-dicts/commit/0918dc3f4a6ae9b339eeab2900eb7b7df6a5c647))
* Workflow Bot -- Build Dictionaries ([#3258](https://github.com/streetsidesoftware/cspell-dicts/issues/3258)) ([4e49a5d](https://github.com/streetsidesoftware/cspell-dicts/commit/4e49a5daa2dd862b70cb8dc0de9bcdee9a5a85ac))

## [4.1.11](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-python@4.1.10...@cspell/dict-python@4.1.11) (2023-12-25)


Expand Down
2 changes: 1 addition & 1 deletion dictionaries/python/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cspell/dict-python",
"version": "4.1.11",
"version": "4.2.0",
"description": "Python 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.4.2](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-software-terms@3.4.1...@cspell/dict-software-terms@3.4.2) (2024-06-06)


### Updates and Bug Fixes

* **software-tools:** add upstash ([#3255](https://github.com/streetsidesoftware/cspell-dicts/issues/3255)) ([3d609fd](https://github.com/streetsidesoftware/cspell-dicts/commit/3d609fd2a0a2d7c899bd0c480d4393ba446aa046))
* Workflow Bot -- Build Dictionaries ([#3258](https://github.com/streetsidesoftware/cspell-dicts/issues/3258)) ([4e49a5d](https://github.com/streetsidesoftware/cspell-dicts/commit/4e49a5daa2dd862b70cb8dc0de9bcdee9a5a85ac))

## [3.4.1](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-software-terms@3.4.0...@cspell/dict-software-terms@3.4.1) (2024-05-31)


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.4.1",
"version": "3.4.2",
"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": "26.2.1",
"version": "26.3.0",
"private": true,
"packageManager": "pnpm@8.15.7",
"scripts": {
Expand Down

0 comments on commit 3ca0823

Please sign in to comment.