Skip to content

Commit

Permalink
ci: release (rc) (#297)
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 Mar 30, 2024
1 parent 7d7cf9b commit c88a736
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
"slow-melons-leave",
"slow-oranges-wonder",
"slow-ravens-shout",
"small-lemons-deny",
"smooth-colts-yell",
"smooth-suits-greet",
"soft-eels-jump",
Expand Down Expand Up @@ -255,6 +256,7 @@
"tiny-dancers-shake",
"tiny-scissors-destroy",
"tricky-numbers-divide",
"twelve-geese-nail",
"twelve-jars-wonder",
"twenty-students-sparkle",
"two-adults-joke",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-root/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @blinkk/create-root

## 1.0.0-rc.43

## 1.0.0-rc.42

## 1.0.0-rc.41
Expand Down
2 changes: 1 addition & 1 deletion packages/create-root/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blinkk/create-root",
"version": "1.0.0-rc.42",
"version": "1.0.0-rc.43",
"description": "",
"author": "[email protected]",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/rds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blinkk/rds

## 1.0.0-rc.43

### Patch Changes

- Updated dependencies [3941e85]
- Updated dependencies [1aab112]
- @blinkk/root@1.0.0-rc.43

## 1.0.0-rc.42

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/rds/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@blinkk/rds",
"description": "Root.js Design System",
"version": "1.0.0-rc.42",
"version": "1.0.0-rc.43",
"author": "[email protected]",
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"typescript": "^5.0.4"
},
"peerDependencies": {
"@blinkk/root": "1.0.0-rc.42",
"@blinkk/root": "1.0.0-rc.43",
"preact": "*"
},
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/root-cms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blinkk/root-cms

## 1.0.0-rc.43

### Patch Changes

- Updated dependencies [3941e85]
- Updated dependencies [1aab112]
- @blinkk/root@1.0.0-rc.43

## 1.0.0-rc.42

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/root-cms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blinkk/root-cms",
"version": "1.0.0-rc.42",
"version": "1.0.0-rc.43",
"author": "[email protected]",
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -122,7 +122,7 @@
"vitest": "0.34.6"
},
"peerDependencies": {
"@blinkk/root": "1.0.0-rc.42",
"@blinkk/root": "1.0.0-rc.43",
"firebase-admin": ">=11",
"firebase-functions": ">=4",
"preact": ">=10",
Expand Down
8 changes: 8 additions & 0 deletions packages/root-password-protect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blinkk/root-password-protect

## 1.0.0-rc.43

### Patch Changes

- Updated dependencies [3941e85]
- Updated dependencies [1aab112]
- @blinkk/root@1.0.0-rc.43

## 1.0.0-rc.42

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/root-password-protect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blinkk/root-password-protect",
"version": "1.0.0-rc.42",
"version": "1.0.0-rc.43",
"author": "[email protected]",
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"micromatch": "4.0.5"
},
"peerDependencies": {
"@blinkk/root": "1.0.0-rc.42",
"@blinkk/root": "1.0.0-rc.43",
"preact": ">=10",
"preact-render-to-string": ">=5"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/root/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blinkk/root

## 1.0.0-rc.43

### Patch Changes

- 3941e85: chore: switch to [hash] only for assets/chunks
- 1aab112: fix: externalize deps in package.json

## 1.0.0-rc.42

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/root/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blinkk/root",
"version": "1.0.0-rc.42",
"version": "1.0.0-rc.43",
"author": "[email protected]",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit c88a736

Please sign in to comment.