Skip to content

Commit 09b22e2

Browse files
chore(release): 1.50.0 [skip ci]
# [1.50.0](v1.49.0...v1.50.0) (2025-04-30) ### Bug Fixes * added missing plugin repos to config ([5452746](5452746)) * apply missing repositories ([7eed1d3](7eed1d3)) * CoCreate-docs excludded from fs/webpack ([d6b6b81](d6b6b81)) * enhance debug output and improve failed retry handling ([1acee5d](1acee5d)) * facebook typo ([5fcbc8c](5fcbc8c)) * improved handeling of webpack config generation ([4743b98](4743b98)) * index as entry ([1a2a0dd](1a2a0dd)) * renamed CoCreate-components to CoCreate-modules ([81f3a28](81f3a28)) * update query attributes ([730bd25](730bd25)) * updated dependencies ([27a046c](27a046c)) * webpack.config and devdependencies ([a42ee03](a42ee03)) ### Features * Implement automated version updates and improve file handling ([7164e4e](7164e4e))
1 parent 81f3a28 commit 09b22e2

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [1.50.0](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.49.0...v1.50.0) (2025-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* added missing plugin repos to config ([5452746](https://github.com/CoCreate-app/CoCreate-cli/commit/54527462a68db9416cd726b2978c33dbf84529e0))
7+
* apply missing repositories ([7eed1d3](https://github.com/CoCreate-app/CoCreate-cli/commit/7eed1d3656b074a942f551ff7e98b8c1b67112c0))
8+
* CoCreate-docs excludded from fs/webpack ([d6b6b81](https://github.com/CoCreate-app/CoCreate-cli/commit/d6b6b81b3322e8bbb33582145e2d7eb515b3e804))
9+
* enhance debug output and improve failed retry handling ([1acee5d](https://github.com/CoCreate-app/CoCreate-cli/commit/1acee5df1a6ad17752df4ed4435273ff7dbdb412))
10+
* facebook typo ([5fcbc8c](https://github.com/CoCreate-app/CoCreate-cli/commit/5fcbc8c713c3e6ff751d67f71fe76bf68318cced))
11+
* improved handeling of webpack config generation ([4743b98](https://github.com/CoCreate-app/CoCreate-cli/commit/4743b98f0f7d2c67678d487f5cbfd42fc5f3ea63))
12+
* index as entry ([1a2a0dd](https://github.com/CoCreate-app/CoCreate-cli/commit/1a2a0ddcaa4fafd72ac9a5014b4def6d2ea88a93))
13+
* renamed CoCreate-components to CoCreate-modules ([81f3a28](https://github.com/CoCreate-app/CoCreate-cli/commit/81f3a28308781326ffff7f68564ae98d33617a22))
14+
* update query attributes ([730bd25](https://github.com/CoCreate-app/CoCreate-cli/commit/730bd250acc7797d8e16449eb417c088aa83666d))
15+
* updated dependencies ([27a046c](https://github.com/CoCreate-app/CoCreate-cli/commit/27a046c826eec832a68ebf3679b66e920137d0f6))
16+
* webpack.config and devdependencies ([a42ee03](https://github.com/CoCreate-app/CoCreate-cli/commit/a42ee0378c557101aed823d4b3ee959408661d32))
17+
18+
19+
### Features
20+
21+
* Implement automated version updates and improve file handling ([7164e4e](https://github.com/CoCreate-app/CoCreate-cli/commit/7164e4ed5913dc83f1b1641d704339e27b829a24))
22+
123
# [1.49.0](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.48.0...v1.49.0) (2024-11-04)
224

325

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/cli",
3-
"version": "1.49.0",
3+
"version": "1.50.0",
44
"description": "Polyrepo management bash CLI tool. Run all git commands and yarn commands on multiple repositories. Also includes a few custom macros for cloning, installing, etc.",
55
"keywords": [
66
"cli",
@@ -60,4 +60,4 @@
6060
"@cocreate/file": "^1.19.3",
6161
"@cocreate/nginx": "^1.4.0"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)