WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit c2ffcd1

Browse files
chore: release main (#1021)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b9c418f commit c2ffcd1

File tree

7 files changed

+22
-8
lines changed

7 files changed

+22
-8
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "5.7.8",
2+
".": "5.7.9",
33
"extensions/arabic": "0.2.1",
44
"extensions/basque": "1.0.4",
55
"extensions/bulgarian": "0.1.11",
@@ -47,5 +47,5 @@
4747
"extensions/finnish": "1.0.1",
4848
"extensions/ancient-greek": "1.0.2",
4949
"extensions/latin": "1.0.1",
50-
"extensions/cspell-bundled-dictionaries": "1.0.2"
50+
"extensions/cspell-bundled-dictionaries": "1.0.3"
5151
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.7.9](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@[email protected]) (2024-10-27)
4+
5+
6+
### Updates and Bug Fixes
7+
8+
* Workflow Bot -- Update Dictionaries ([#1020](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1020)) ([b9c418f](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/b9c418fcade8dc84d8cced7d0e8918d9a57ffed5))
9+
310
## [5.7.8](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@[email protected]) (2024-10-22)
411

512

extensions/cspell-bundled-dictionaries/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the "code-spell-checker-cspell-bundled-dictionaries" extension will be documented in this file.
44

5+
## [1.0.3](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-cspell-bundled-dictionaries@[email protected]) (2024-10-27)
6+
7+
8+
### Updates and Bug Fixes
9+
10+
* Workflow Bot -- Update Dictionaries ([#1020](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1020)) ([b9c418f](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/b9c418fcade8dc84d8cced7d0e8918d9a57ffed5))
11+
512
## [1.0.2](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-cspell-bundled-dictionaries@[email protected]) (2024-10-22)
613

714

extensions/cspell-bundled-dictionaries/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/cspell-bundled-dictionaries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-spell-checker-cspell-bundled-dictionaries",
33
"description": "CSpell Bundled Dictionaries dictionary extension for VS Code.",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"displayName": "CSpell Bundled Dictionaries - Code Spell Checker",
66
"icon": "images/SpellCheck.png",
77
"preview": false,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-cspell-dict-extensions",
33
"private": true,
4-
"version": "5.7.8",
4+
"version": "5.7.9",
55
"scripts": {
66
"test": "lerna run test",
77
"postinstall": "lerna exec \"npm i\"",

0 commit comments

Comments
 (0)