Skip to content

Commit d64396c

Browse files
committed
chore: release v2.2.1-alpha.7
1 parent f689b83 commit d64396c

File tree

12 files changed

+33
-9
lines changed

12 files changed

+33
-9
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"green-grapes-report",
2525
"itchy-pigs-protect",
2626
"moody-eagles-ring",
27+
"neat-bags-taste",
2728
"neat-pumpkins-tap",
2829
"polite-spiders-flow",
2930
"soft-crabs-tan",

packages/create-root/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @blinkk/create-root
22

3+
## 2.2.1-alpha.7
4+
35
## 2.2.1-alpha.6
46

57
## 2.2.1-alpha.5

packages/create-root/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blinkk/create-root",
3-
"version": "2.2.1-alpha.6",
3+
"version": "2.2.1-alpha.7",
44
"description": "",
55
"author": "[email protected]",
66
"license": "MIT",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is autogenerated by update-root-version.mjs.
2-
export const ROOT_VERSION = '2.2.1-alpha.6';
2+
export const ROOT_VERSION = '2.2.1-alpha.7';

packages/rds/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @blinkk/rds
22

3+
## 2.2.1-alpha.7
4+
5+
### Patch Changes
6+
7+
- @blinkk/root@2.2.1-alpha.7
8+
39
## 2.2.1-alpha.6
410

511
### Patch Changes

packages/rds/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@blinkk/rds",
33
"description": "Root.js Design System",
4-
"version": "2.2.1-alpha.6",
4+
"version": "2.2.1-alpha.7",
55
"author": "[email protected]",
66
"license": "MIT",
77
"engines": {
@@ -32,7 +32,7 @@
3232
"typescript": "^5.0.4"
3333
},
3434
"peerDependencies": {
35-
"@blinkk/root": "2.2.1-alpha.6",
35+
"@blinkk/root": "2.2.1-alpha.7",
3636
"preact": "*"
3737
},
3838
"dependencies": {

packages/root-cms/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @blinkk/root-cms
22

3+
## 2.2.1-alpha.7
4+
5+
### Patch Changes
6+
7+
- 55cf8c2: fix: replace `undefined` with `deleteField()` (#745)
8+
- @blinkk/root@2.2.1-alpha.7
9+
310
## 2.2.1-alpha.6
411

512
### Patch Changes

packages/root-cms/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blinkk/root-cms",
3-
"version": "2.2.1-alpha.6",
3+
"version": "2.2.1-alpha.7",
44
"author": "[email protected]",
55
"license": "MIT",
66
"engines": {
@@ -149,7 +149,7 @@
149149
"yjs": "13.6.27"
150150
},
151151
"peerDependencies": {
152-
"@blinkk/root": "2.2.1-alpha.6",
152+
"@blinkk/root": "2.2.1-alpha.7",
153153
"firebase-admin": ">=11",
154154
"firebase-functions": ">=4",
155155
"preact": ">=10",

packages/root-password-protect/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @blinkk/root-password-protect
22

3+
## 2.2.1-alpha.7
4+
5+
### Patch Changes
6+
7+
- @blinkk/root@2.2.1-alpha.7
8+
39
## 2.2.1-alpha.6
410

511
### Patch Changes

packages/root-password-protect/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blinkk/root-password-protect",
3-
"version": "2.2.1-alpha.6",
3+
"version": "2.2.1-alpha.7",
44
"author": "[email protected]",
55
"license": "MIT",
66
"engines": {
@@ -42,7 +42,7 @@
4242
"micromatch": "4.0.5"
4343
},
4444
"peerDependencies": {
45-
"@blinkk/root": "2.2.1-alpha.6",
45+
"@blinkk/root": "2.2.1-alpha.7",
4646
"preact": ">=10",
4747
"preact-render-to-string": ">=5"
4848
},

0 commit comments

Comments
 (0)