Skip to content

Commit bc3cf36

Browse files
chore: version packages
1 parent d1dd362 commit bc3cf36

57 files changed

Lines changed: 395 additions & 158 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/fix-attribute-mustache-binding-name.md

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

.changeset/fix-conditional-binding-async-completion.md

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

.changeset/fix-foreach-callback-api.md

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

builds/knockout/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @tko/build.knockout
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6f94126]
8+
- Updated dependencies [43e69da]
9+
- @tko/binding.if@4.1.1
10+
- @tko/binding.foreach@4.1.1
11+
- @tko/binding.component@4.1.1
12+
- @tko/binding.core@4.1.1
13+
- @tko/binding.template@4.1.1
14+
- @tko/builder@4.1.1
15+
- @tko/filter.punches@4.1.1
16+
- @tko/provider.attr@4.1.1
17+
- @tko/provider.component@4.1.1
18+
- @tko/provider.databind@4.1.1
19+
- @tko/provider.multi@4.1.1
20+
- @tko/provider.virtual@4.1.1
21+
- @tko/utils@4.1.1
22+
- @tko/utils.component@4.1.1
23+
- @tko/utils.functionrewrite@4.1.1
24+
325
## 4.1.0
426

527
### Patch Changes

builds/knockout/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.1.0",
2+
"version": "4.1.1",
33
"name": "@tko/build.knockout",
44
"description": "Knockout makes it easier to create rich, responsive UIs with JavaScript",
55
"homepage": "https://tko.io",
@@ -35,21 +35,21 @@
3535
}
3636
],
3737
"dependencies": {
38-
"@tko/binding.component": "^4.1.0",
39-
"@tko/binding.core": "^4.1.0",
40-
"@tko/binding.foreach": "^4.1.0",
41-
"@tko/binding.if": "^4.1.0",
42-
"@tko/binding.template": "^4.1.0",
43-
"@tko/builder": "^4.1.0",
44-
"@tko/filter.punches": "^4.1.0",
45-
"@tko/provider.attr": "^4.1.0",
46-
"@tko/provider.component": "^4.1.0",
47-
"@tko/provider.databind": "^4.1.0",
48-
"@tko/provider.multi": "^4.1.0",
49-
"@tko/provider.virtual": "^4.1.0",
50-
"@tko/utils.component": "^4.1.0",
51-
"@tko/utils.functionrewrite": "^4.1.0",
52-
"@tko/utils": "^4.1.0"
38+
"@tko/binding.component": "^4.1.1",
39+
"@tko/binding.core": "^4.1.1",
40+
"@tko/binding.foreach": "^4.1.1",
41+
"@tko/binding.if": "^4.1.1",
42+
"@tko/binding.template": "^4.1.1",
43+
"@tko/builder": "^4.1.1",
44+
"@tko/filter.punches": "^4.1.1",
45+
"@tko/provider.attr": "^4.1.1",
46+
"@tko/provider.component": "^4.1.1",
47+
"@tko/provider.databind": "^4.1.1",
48+
"@tko/provider.multi": "^4.1.1",
49+
"@tko/provider.virtual": "^4.1.1",
50+
"@tko/utils.component": "^4.1.1",
51+
"@tko/utils.functionrewrite": "^4.1.1",
52+
"@tko/utils": "^4.1.1"
5353
},
5454
"exports": {
5555
".": {

builds/reference/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# @tko/build.reference
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b4f83e7]
8+
- Updated dependencies [6f94126]
9+
- Updated dependencies [43e69da]
10+
- @tko/provider.mustache@4.1.1
11+
- @tko/binding.if@4.1.1
12+
- @tko/binding.foreach@4.1.1
13+
- @tko/binding.component@4.1.1
14+
- @tko/binding.core@4.1.1
15+
- @tko/binding.template@4.1.1
16+
- @tko/builder@4.1.1
17+
- @tko/filter.punches@4.1.1
18+
- @tko/provider.attr@4.1.1
19+
- @tko/provider.component@4.1.1
20+
- @tko/provider.databind@4.1.1
21+
- @tko/provider.multi@4.1.1
22+
- @tko/provider.native@4.1.1
23+
- @tko/provider.virtual@4.1.1
24+
- @tko/utils@4.1.1
25+
- @tko/utils.component@4.1.1
26+
- @tko/utils.jsx@4.1.1
27+
328
## 4.1.0
429

530
### Patch Changes

builds/reference/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.1.0",
2+
"version": "4.1.1",
33
"name": "@tko/build.reference",
44
"description": "The TKO Reference Build",
55
"repository": {
@@ -9,23 +9,23 @@
99
"author": "The Knockout Team",
1010
"license": "MIT",
1111
"dependencies": {
12-
"@tko/binding.component": "^4.1.0",
13-
"@tko/binding.core": "^4.1.0",
14-
"@tko/binding.foreach": "^4.1.0",
15-
"@tko/binding.if": "^4.1.0",
16-
"@tko/binding.template": "^4.1.0",
17-
"@tko/builder": "^4.1.0",
18-
"@tko/filter.punches": "^4.1.0",
19-
"@tko/provider.attr": "^4.1.0",
20-
"@tko/provider.component": "^4.1.0",
21-
"@tko/provider.databind": "^4.1.0",
22-
"@tko/provider.multi": "^4.1.0",
23-
"@tko/provider.mustache": "^4.1.0",
24-
"@tko/provider.native": "^4.1.0",
25-
"@tko/provider.virtual": "^4.1.0",
26-
"@tko/utils.component": "^4.1.0",
27-
"@tko/utils.jsx": "^4.1.0",
28-
"@tko/utils": "^4.1.0"
12+
"@tko/binding.component": "^4.1.1",
13+
"@tko/binding.core": "^4.1.1",
14+
"@tko/binding.foreach": "^4.1.1",
15+
"@tko/binding.if": "^4.1.1",
16+
"@tko/binding.template": "^4.1.1",
17+
"@tko/builder": "^4.1.1",
18+
"@tko/filter.punches": "^4.1.1",
19+
"@tko/provider.attr": "^4.1.1",
20+
"@tko/provider.component": "^4.1.1",
21+
"@tko/provider.databind": "^4.1.1",
22+
"@tko/provider.multi": "^4.1.1",
23+
"@tko/provider.mustache": "^4.1.1",
24+
"@tko/provider.native": "^4.1.1",
25+
"@tko/provider.virtual": "^4.1.1",
26+
"@tko/utils.component": "^4.1.1",
27+
"@tko/utils.jsx": "^4.1.1",
28+
"@tko/utils": "^4.1.1"
2929
},
3030
"files": [
3131
"dist/"

packages/bind/CHANGELOG.md

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

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- @tko/builder@4.1.1
8+
- @tko/computed@4.1.1
9+
- @tko/lifecycle@4.1.1
10+
- @tko/observable@4.1.1
11+
- @tko/provider@4.1.1
12+
- @tko/utils@4.1.1
13+
314
## 4.1.0
415

516
### Patch Changes

packages/bind/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"version": "4.1.0",
2+
"version": "4.1.1",
33
"name": "@tko/bind",
44
"description": "TKO DOM-Observable Binding",
55
"module": "dist/index.js",
66
"dependencies": {
7-
"@tko/computed": "^4.1.0",
8-
"@tko/lifecycle": "^4.1.0",
9-
"@tko/observable": "^4.1.0",
10-
"@tko/provider": "^4.1.0",
11-
"@tko/utils": "^4.1.0",
12-
"@tko/builder": "^4.1.0"
7+
"@tko/computed": "^4.1.1",
8+
"@tko/lifecycle": "^4.1.1",
9+
"@tko/observable": "^4.1.1",
10+
"@tko/provider": "^4.1.1",
11+
"@tko/utils": "^4.1.1",
12+
"@tko/builder": "^4.1.1"
1313
},
1414
"files": [
1515
"dist/"

packages/binding.component/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @tko/binding.component
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- @tko/bind@4.1.1
8+
- @tko/lifecycle@4.1.1
9+
- @tko/observable@4.1.1
10+
- @tko/provider.native@4.1.1
11+
- @tko/utils@4.1.1
12+
- @tko/utils.component@4.1.1
13+
- @tko/utils.jsx@4.1.1
14+
315
## 4.1.0
416

517
### Patch Changes

0 commit comments

Comments
 (0)