Skip to content

Commit

Permalink
Version Packages (#39)
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 Oct 9, 2024
1 parent c72249d commit b0ef0f8
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/afraid-stingrays-yell.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.9

### Patch Changes

- 8c59699: `prerender` export can now be a `Set` in addition to being an `Array`
- Updated dependencies [8c59699]
- domco@2.1.4

## 2.0.8

### 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.8",
"version": "2.0.9",
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand All @@ -27,7 +27,7 @@
"license": "MIT",
"dependencies": {
"@clack/prompts": "^0.7.0",
"domco": "^2.1.3",
"domco": "^2.1.4",
"prettier": "^3.3.3",
"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.1.4

### Patch Changes

- 8c59699: `prerender` export can now be a `Set` in addition to being an `Array`

## 2.1.3

### 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.1.3",
"version": "2.1.4",
"author": {
"name": "Ross Robino",
"url": "https://robino.dev"
Expand Down

0 comments on commit b0ef0f8

Please sign in to comment.