Skip to content

Commit

Permalink
chore: release main (#3612)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 29, 2024
1 parent 27a2590 commit cb49558
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "27.5.3",
".": "27.5.4",
"dictionaries/ada": "4.0.2",
"dictionaries/aws": "4.0.4",
"dictionaries/bash": "4.1.4",
Expand Down Expand Up @@ -62,7 +62,7 @@
"dictionaries/python": "4.2.6",
"dictionaries/r": "2.0.1",
"dictionaries/ru_RU": "2.2.1",
"dictionaries/ruby": "5.0.3",
"dictionaries/ruby": "5.0.4",
"dictionaries/rust": "4.0.5",
"dictionaries/scala": "5.0.3",
"dictionaries/scientific_terms_US": "3.0.1",
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release Notes

## [27.5.4](https://github.com/streetsidesoftware/cspell-dicts/compare/[email protected]@27.5.4) (2024-09-29)


### Updates and Bug Fixes

* Add some Ruby words ([#3610](https://github.com/streetsidesoftware/cspell-dicts/issues/3610)) ([5079d05](https://github.com/streetsidesoftware/cspell-dicts/commit/5079d05cd436b9008401de016f8f4565a3c6d6b5))
* Workflow Bot -- Build Dictionaries ([#3613](https://github.com/streetsidesoftware/cspell-dicts/issues/3613)) ([1bab624](https://github.com/streetsidesoftware/cspell-dicts/commit/1bab6245fa864729d266c11e2fdc1b38cfe890e0))

## [27.5.3](https://github.com/streetsidesoftware/cspell-dicts/compare/[email protected]@27.5.3) (2024-09-22)


Expand Down
8 changes: 8 additions & 0 deletions dictionaries/ruby/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.

## [5.0.4](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/[email protected]...@cspell/[email protected]) (2024-09-29)


### Updates and Bug Fixes

* Add some Ruby words ([#3610](https://github.com/streetsidesoftware/cspell-dicts/issues/3610)) ([5079d05](https://github.com/streetsidesoftware/cspell-dicts/commit/5079d05cd436b9008401de016f8f4565a3c6d6b5))
* Workflow Bot -- Build Dictionaries ([#3613](https://github.com/streetsidesoftware/cspell-dicts/issues/3613)) ([1bab624](https://github.com/streetsidesoftware/cspell-dicts/commit/1bab6245fa864729d266c11e2fdc1b38cfe890e0))

## [5.0.3](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/[email protected]...@cspell/[email protected]) (2024-08-26)


Expand Down
2 changes: 1 addition & 1 deletion dictionaries/ruby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cspell/dict-ruby",
"version": "5.0.3",
"version": "5.0.4",
"description": "For ruby and ruby on rails",
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-dicts",
"version": "27.5.3",
"version": "27.5.4",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand Down Expand Up @@ -32,17 +32,17 @@
},
"devDependencies": {
"@cspell/cspell-tools": "^8.14.4",
"@lerna-lite/cli": "^3.9.2",
"@lerna-lite/exec": "^3.9.2",
"@lerna-lite/publish": "^3.9.2",
"@lerna-lite/run": "^3.9.2",
"@lerna-lite/cli": "^3.9.1",
"@lerna-lite/exec": "^3.9.1",
"@lerna-lite/publish": "^3.9.1",
"@lerna-lite/run": "^3.9.1",
"ava": "^6.1.3",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"cspell": "^8.14.4",
"cspell-dict-file-checker": "workspace:*",
"cspell-trie": "^8.14.4",
"eslint": "^9.11.1",
"eslint": "^9.11.0",
"generator-cspell-dicts": "workspace:*",
"globals": "^15.9.0",
"hunspell-reader": "^8.14.4",
Expand Down

0 comments on commit cb49558

Please sign in to comment.