Skip to content

Commit

Permalink
Version Packages (#16)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and publish to npm
yourself or [setup this action to publish
automatically](https://github.com/changesets/action#with-publishing). If
you're not ready to do a release yet, that's fine, whenever you add more
changesets to main, this PR will be updated.


# Releases
## @coldwired/[email protected]

### Patch Changes

-   2f082dc: fix changable -> changeable
-   Updated dependencies [2f082dc]
    -   @coldwired/[email protected]

## @coldwired/[email protected]

### Patch Changes

-   2f082dc: fix changable -> changeable
  • Loading branch information
tchak authored Oct 26, 2023
2 parents 97d673b + 05642ad commit 7b79cfc
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/lemon-apples-lay.md

This file was deleted.

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

## 0.11.4

### Patch Changes

- 2f082dc: fix changable -> changeable
- Updated dependencies [2f082dc]
- @coldwired/utils@0.11.4

## 0.11.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": "./dist/index.cjs.js"
}
},
"version": "0.11.3",
"version": "0.11.4",
"keywords": [
"remix",
"router",
Expand All @@ -35,7 +35,7 @@
"dependencies": {
"@coldwired/actions": "^0.11.1",
"@coldwired/turbo-stream": "^0.11.1",
"@coldwired/utils": "^0.11.3",
"@coldwired/utils": "^0.11.4",
"@remix-run/router": "1.2.1",
"nanoid": "^4.0.1",
"tiny-invariant": "^1.3.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @coldwired/utils

## 0.11.4

### Patch Changes

- 2f082dc: fix changable -> changeable

## 0.11.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": "./dist/index.cjs.js"
}
},
"version": "0.11.3",
"version": "0.11.4",
"scripts": {
"build": "run-s clean build:*",
"build:vite": "vite build",
Expand Down

0 comments on commit 7b79cfc

Please sign in to comment.