Skip to content

Commit

Permalink
chore: release main (#3125)
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 Apr 18, 2024
1 parent 75148ce commit 670a2d0
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
@@ -1,5 +1,5 @@
{
".": "26.0.1",
".": "26.0.2",
"dictionaries/ada": "4.0.2",
"dictionaries/aws": "4.0.1",
"dictionaries/bash": "4.1.3",
Expand Down Expand Up @@ -67,12 +67,12 @@
"dictionaries/scala": "5.0.0",
"dictionaries/scientific_terms_US": "3.0.1",
"dictionaries/sl_SI": "1.0.5",
"dictionaries/software-terms": "3.3.19",
"dictionaries/software-terms": "3.3.20",
"dictionaries/sql": "2.1.3",
"dictionaries/sv": "2.2.0",
"dictionaries/swift": "2.0.1",
"dictionaries/tr_TR": "3.0.0",
"dictionaries/typescript": "3.1.3",
"dictionaries/typescript": "3.1.4",
"dictionaries/uk_UA": "4.0.0",
"dictionaries/vi_VN": "3.0.0",
"dictionaries/vue": "3.0.0",
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Release Notes

## [26.0.2](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@26.0.1...cspell-dicts@26.0.2) (2024-04-18)


### Updates and Bug Fixes

* add `iife` to TypeScript dictionary ([#3124](https://github.com/streetsidesoftware/cspell-dicts/issues/3124)) ([ce98df3](https://github.com/streetsidesoftware/cspell-dicts/commit/ce98df375754f2be85c1dbfea512e5dfabb7089f))
* Workflow Bot -- Build Dictionaries ([#3126](https://github.com/streetsidesoftware/cspell-dicts/issues/3126)) ([8870263](https://github.com/streetsidesoftware/cspell-dicts/commit/8870263e94f9076c7cd250d303e6d171dc7a878d))

## [26.0.1](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@26.0.0...cspell-dicts@26.0.1) (2024-04-16)


Expand Down
8 changes: 8 additions & 0 deletions dictionaries/software-terms/CHANGELOG.md
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.20](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-software-terms@3.3.19...@cspell/dict-software-terms@3.3.20) (2024-04-18)


### Updates and Bug Fixes

* add `iife` to TypeScript dictionary ([#3124](https://github.com/streetsidesoftware/cspell-dicts/issues/3124)) ([ce98df3](https://github.com/streetsidesoftware/cspell-dicts/commit/ce98df375754f2be85c1dbfea512e5dfabb7089f))
* Workflow Bot -- Build Dictionaries ([#3126](https://github.com/streetsidesoftware/cspell-dicts/issues/3126)) ([8870263](https://github.com/streetsidesoftware/cspell-dicts/commit/8870263e94f9076c7cd250d303e6d171dc7a878d))

## [3.3.19](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-software-terms@3.3.18...@cspell/dict-software-terms@3.3.19) (2024-04-15)


Expand Down
2 changes: 1 addition & 1 deletion dictionaries/software-terms/package.json
@@ -1,6 +1,6 @@
{
"name": "@cspell/dict-software-terms",
"version": "3.3.19",
"version": "3.3.20",
"description": "Software related dictionaries for cspell.",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions dictionaries/typescript/CHANGELOG.md
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.1.4](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-typescript@3.1.3...@cspell/dict-typescript@3.1.4) (2024-04-18)


### Updates and Bug Fixes

* add `iife` to TypeScript dictionary ([#3124](https://github.com/streetsidesoftware/cspell-dicts/issues/3124)) ([ce98df3](https://github.com/streetsidesoftware/cspell-dicts/commit/ce98df375754f2be85c1dbfea512e5dfabb7089f))
* Workflow Bot -- Build Dictionaries ([#3126](https://github.com/streetsidesoftware/cspell-dicts/issues/3126)) ([8870263](https://github.com/streetsidesoftware/cspell-dicts/commit/8870263e94f9076c7cd250d303e6d171dc7a878d))

## [3.1.3](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-typescript@3.1.2...@cspell/dict-typescript@3.1.3) (2024-04-13)


Expand Down
2 changes: 1 addition & 1 deletion dictionaries/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@cspell/dict-typescript",
"version": "3.1.3",
"version": "3.1.4",
"description": "TypeScript and JavaScript dictionary for cspell.",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-dicts",
"version": "26.0.1",
"version": "26.0.2",
"private": true,
"packageManager": "pnpm@8.15.7",
"scripts": {
Expand Down

0 comments on commit 670a2d0

Please sign in to comment.