Skip to content

Commit

Permalink
Version Packages (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 9, 2025
1 parent fe6d39e commit 9c742c5
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/loud-plums-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-gifts-move.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/create-domco/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# create-domco

## 2.0.13

### Patch Changes

- fe6d39e: Update dependencies
- Updated dependencies [8428e9a]
- [email protected]

## 2.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/create-domco/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-domco",
"description": "Create a new domco project",
"version": "2.0.12",
"version": "2.0.13",
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"license": "MIT",
"dependencies": {
"@clack/prompts": "^0.9.1",
"domco": "^2.2.2",
"domco": "^2.3.0",
"prettier": "^3.4.2",
"which-pm-runs": "^1.1.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/domco/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# domco

## 2.3.0

### Minor Changes

- 8428e9a: feat: [Injector] adds `main` method to inject into the `main` element. A single `TagDescriptor` can now be provided instead of an array into injection methods.

## 2.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/domco/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "domco",
"description": "Minimal Full-Stack JavaScript",
"version": "2.2.2",
"version": "2.3.0",
"author": {
"name": "Ross Robino",
"url": "https://robino.dev"
Expand Down

0 comments on commit 9c742c5

Please sign in to comment.