Skip to content

Commit

Permalink
chore: release main (#3820)
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 Nov 17, 2024
1 parent 31c0ea6 commit c92369b
Show file tree
Hide file tree
Showing 9 changed files with 50 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 @@
{
".": "28.2.0",
".": "28.2.1",
"dictionaries/ada": "4.0.5",
"dictionaries/aws": "4.0.7",
"dictionaries/bash": "4.1.8",
Expand Down Expand Up @@ -52,7 +52,7 @@
"dictionaries/nb_NO": "2.0.3",
"dictionaries/nl_NL": "2.3.3",
"dictionaries/node": "5.0.5",
"dictionaries/npm": "5.1.12",
"dictionaries/npm": "5.1.13",
"dictionaries/php": "4.0.13",
"dictionaries/pl_PL": "3.0.4",
"dictionaries/powershell": "5.0.13",
Expand All @@ -67,7 +67,7 @@
"dictionaries/scala": "5.0.6",
"dictionaries/scientific_terms_US": "3.0.5",
"dictionaries/sl_SI": "1.0.8",
"dictionaries/software-terms": "4.1.16",
"dictionaries/software-terms": "4.1.17",
"dictionaries/sql": "2.1.8",
"dictionaries/sv": "2.2.3",
"dictionaries/swift": "2.0.4",
Expand Down Expand Up @@ -114,6 +114,6 @@
"dictionaries/google": "1.0.4",
"dictionaries/people-names": "1.1.4",
"dictionaries/flutter": "1.0.3",
"dictionaries/cspell": "1.0.9",
"dictionaries/cspell": "1.0.10",
"dictionaries/mk": "1.0.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release Notes

## [28.2.1](https://github.com/streetsidesoftware/cspell-dicts/compare/[email protected]@28.2.1) (2024-11-17)


### Updates and Bug Fixes

* Add `easing` to software terms ([#3822](https://github.com/streetsidesoftware/cspell-dicts/issues/3822)) ([5645fc6](https://github.com/streetsidesoftware/cspell-dicts/commit/5645fc65a677c297ee8825225d0f201a2da6dfc2))
* Add `GLAPI` ([#3823](https://github.com/streetsidesoftware/cspell-dicts/issues/3823)) ([fdefd95](https://github.com/streetsidesoftware/cspell-dicts/commit/fdefd95a180ccad1e781033a0a27b2742519d181))
* Add various make tools ([#3825](https://github.com/streetsidesoftware/cspell-dicts/issues/3825)) ([92c8949](https://github.com/streetsidesoftware/cspell-dicts/commit/92c8949b1da8b1878dd3675b489f3b9ead91d04c))
* Workflow Bot -- Build Dictionaries ([#3818](https://github.com/streetsidesoftware/cspell-dicts/issues/3818)) ([b0ac634](https://github.com/streetsidesoftware/cspell-dicts/commit/b0ac6344d8f48275aa6957282e833ef86233d07d))
* Workflow Bot -- Build Dictionaries ([#3824](https://github.com/streetsidesoftware/cspell-dicts/issues/3824)) ([7d398e2](https://github.com/streetsidesoftware/cspell-dicts/commit/7d398e236a54bed63ca114d095d35d26a71569f2))
* Workflow Bot -- Build Dictionaries ([#3826](https://github.com/streetsidesoftware/cspell-dicts/issues/3826)) ([85b3fda](https://github.com/streetsidesoftware/cspell-dicts/commit/85b3fda3c3a90fd391161332058273ba58aa73e3))
* Workflow Bot -- Build Dictionaries ([#3828](https://github.com/streetsidesoftware/cspell-dicts/issues/3828)) ([31c0ea6](https://github.com/streetsidesoftware/cspell-dicts/commit/31c0ea6e778c292849c49e5a600f651470f0640c))
* Workflow Bot -- Update Dictionaries ([#3827](https://github.com/streetsidesoftware/cspell-dicts/issues/3827)) ([fb466c0](https://github.com/streetsidesoftware/cspell-dicts/commit/fb466c01c9c69e640556467b51743aadbfe3439e))

## [28.2.0](https://github.com/streetsidesoftware/cspell-dicts/compare/[email protected]@28.2.0) (2024-11-16)


Expand Down
10 changes: 10 additions & 0 deletions dictionaries/cspell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [1.0.10](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/[email protected]...@cspell/[email protected]) (2024-11-17)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @cspell/dict-npm bumped to 5.1.13
* @cspell/dict-software-terms bumped to 4.1.17

## [1.0.9](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/[email protected]...@cspell/[email protected]) (2024-11-16)


Expand Down
2 changes: 1 addition & 1 deletion dictionaries/cspell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cspell/dict-cspell-bundle",
"version": "1.0.9",
"version": "1.0.10",
"description": "Dictionaries included with the CSpell Command Line tool.",
"private": false,
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions dictionaries/npm/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.

## [5.1.13](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/[email protected]...@cspell/[email protected]) (2024-11-17)


### Updates and Bug Fixes

* Workflow Bot -- Update Dictionaries ([#3827](https://github.com/streetsidesoftware/cspell-dicts/issues/3827)) ([fb466c0](https://github.com/streetsidesoftware/cspell-dicts/commit/fb466c01c9c69e640556467b51743aadbfe3439e))

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


Expand Down
2 changes: 1 addition & 1 deletion dictionaries/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cspell/dict-npm",
"version": "5.1.12",
"version": "5.1.13",
"description": "Dictionary of common NPM packages for cspell.",
"publishConfig": {
"access": "public",
Expand Down
11 changes: 11 additions & 0 deletions dictionaries/software-terms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.17](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/[email protected]...@cspell/[email protected]) (2024-11-17)


### Updates and Bug Fixes

* Add `easing` to software terms ([#3822](https://github.com/streetsidesoftware/cspell-dicts/issues/3822)) ([5645fc6](https://github.com/streetsidesoftware/cspell-dicts/commit/5645fc65a677c297ee8825225d0f201a2da6dfc2))
* Add `GLAPI` ([#3823](https://github.com/streetsidesoftware/cspell-dicts/issues/3823)) ([fdefd95](https://github.com/streetsidesoftware/cspell-dicts/commit/fdefd95a180ccad1e781033a0a27b2742519d181))
* Add various make tools ([#3825](https://github.com/streetsidesoftware/cspell-dicts/issues/3825)) ([92c8949](https://github.com/streetsidesoftware/cspell-dicts/commit/92c8949b1da8b1878dd3675b489f3b9ead91d04c))
* Workflow Bot -- Build Dictionaries ([#3824](https://github.com/streetsidesoftware/cspell-dicts/issues/3824)) ([7d398e2](https://github.com/streetsidesoftware/cspell-dicts/commit/7d398e236a54bed63ca114d095d35d26a71569f2))
* Workflow Bot -- Build Dictionaries ([#3826](https://github.com/streetsidesoftware/cspell-dicts/issues/3826)) ([85b3fda](https://github.com/streetsidesoftware/cspell-dicts/commit/85b3fda3c3a90fd391161332058273ba58aa73e3))

## [4.1.16](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/[email protected]...@cspell/[email protected]) (2024-11-16)


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": "4.1.16",
"version": "4.1.17",
"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": "28.2.0",
"version": "28.2.1",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit c92369b

Please sign in to comment.