Skip to content

Commit

Permalink
release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tchak committed Apr 24, 2023
1 parent 22a8b7a commit dffb8c5
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 16 deletions.
16 changes: 16 additions & 0 deletions packages/actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @coldwired/actions

## 0.10.0

### Minor Changes

- - feat(actions): preserve hidden attribute
- feat(actions): add support for data-turbo-permanent attribute
- feat(actions): set focus to next focusable element if focused element is removed
- feat(actions): focusable elements can be grouped together
- feat(actions): make next focus direction configurable
- feat(actions): add global helpers

### Patch Changes

- Updated dependencies
- @coldwired/utils@0.10.0

## 0.9.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/actions/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.9.0",
"version": "0.10.0",
"keywords": [
"turbo"
],
Expand All @@ -31,7 +31,7 @@
"clean": "del dist coverage node_modules/.vite"
},
"dependencies": {
"@coldwired/utils": "^0.8.1",
"@coldwired/utils": "^0.10.0",
"morphdom": "^2.7.0",
"tiny-invariant": "^1.3.1"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @coldwired/router

## 0.10.0

### Patch Changes

- Updated dependencies
- @coldwired/actions@0.10.0
- @coldwired/utils@0.10.0
- @coldwired/turbo-stream@0.10.0

## 0.9.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.9.0",
"version": "0.10.0",
"keywords": [
"remix",
"router",
Expand All @@ -33,9 +33,9 @@
"clean": "del dist coverage node_modules/.vite"
},
"dependencies": {
"@coldwired/actions": "^0.9.0",
"@coldwired/turbo-stream": "^0.9.0",
"@coldwired/utils": "^0.8.1",
"@coldwired/actions": "^0.10.0",
"@coldwired/turbo-stream": "^0.10.0",
"@coldwired/utils": "^0.10.0",
"@remix-run/router": "1.2.1",
"nanoid": "^4.0.1",
"tiny-invariant": "^1.3.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/turbo-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @coldwired/turbo-stream

## 0.10.0

### Patch Changes

- Updated dependencies
- @coldwired/actions@0.10.0
- @coldwired/utils@0.10.0

## 0.9.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/turbo-stream/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.9.0",
"version": "0.10.0",
"keywords": [
"turbo"
],
Expand All @@ -31,8 +31,8 @@
"clean": "del dist coverage node_modules/.vite"
},
"dependencies": {
"@coldwired/actions": "^0.9.0",
"@coldwired/utils": "^0.8.1",
"@coldwired/actions": "^0.10.0",
"@coldwired/utils": "^0.10.0",
"tiny-invariant": "^1.3.1"
},
"engines": {
Expand Down
11 changes: 11 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @coldwired/utils

## 0.10.0

### Minor Changes

- - feat(actions): preserve hidden attribute
- feat(actions): add support for data-turbo-permanent attribute
- feat(actions): set focus to next focusable element if focused element is removed
- feat(actions): focusable elements can be grouped together
- feat(actions): make next focus direction configurable
- feat(actions): add global helpers

## 0.8.1

### 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.8.1",
"version": "0.10.0",
"scripts": {
"build": "run-s clean build:*",
"build:vite": "vite build",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dffb8c5

Please sign in to comment.