Skip to content

Commit d820310

Browse files
chore(release): version packages [skip ci]
1 parent f09741a commit d820310

6 files changed

Lines changed: 21 additions & 14 deletions

File tree

.changeset/khaki-radios-kick.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/warm-seals-nail.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @dotgithub/cli
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- [#19](https://github.com/azwebmaster/dotgithub/pull/19) [`89c96f3`](https://github.com/azwebmaster/dotgithub/commit/89c96f335f823f27bd19fd891764fdcc14acb5dd) Thanks [@danbot315](https://github.com/danbot315)! - Add package-level README files and npm metadata links (homepage/repository/bugs) so published packages point back to project documentation.
8+
9+
- [`b90f4b9`](https://github.com/azwebmaster/dotgithub/commit/b90f4b933845ad44a75da218e1829ba6c1868431) - Adjust release workflow to commit version changes only after successful npm publish.
10+
11+
- Updated dependencies [[`89c96f3`](https://github.com/azwebmaster/dotgithub/commit/89c96f335f823f27bd19fd891764fdcc14acb5dd), [`b90f4b9`](https://github.com/azwebmaster/dotgithub/commit/b90f4b933845ad44a75da218e1829ba6c1868431)]:
12+
- @dotgithub/core@0.1.4
13+
314
## 0.1.3
415

516
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotgithub/cli",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"type": "module",
55
"description": "CLI package for @dotgithub monorepo.",
66
"main": "dist/index.js",

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @dotgithub/core
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- [#19](https://github.com/azwebmaster/dotgithub/pull/19) [`89c96f3`](https://github.com/azwebmaster/dotgithub/commit/89c96f335f823f27bd19fd891764fdcc14acb5dd) Thanks [@danbot315](https://github.com/danbot315)! - Add package-level README files and npm metadata links (homepage/repository/bugs) so published packages point back to project documentation.
8+
9+
- [`b90f4b9`](https://github.com/azwebmaster/dotgithub/commit/b90f4b933845ad44a75da218e1829ba6c1868431) - Adjust release workflow to commit version changes only after successful npm publish.
10+
311
## 0.1.3
412

513
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotgithub/core",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"type": "module",
55
"description": "Core package for @dotgithub monorepo.",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)