Skip to content

Commit

Permalink
ci: release (rc) (#278)
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 11, 2024
1 parent 633a764 commit 5735cbd
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 9 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"@blinkk/rds": "0.0.0",
"@blinkk/root": "0.0.0",
"@blinkk/root-cms": "0.0.0",
"@examples/basepath": "0.0.0"
"@examples/basepath": "0.0.0",
"@blinkk/root-password-protect": "1.0.0-rc.33"
},
"changesets": [
"afraid-dots-run",
Expand Down Expand Up @@ -51,6 +52,7 @@
"dry-dodos-scream",
"dry-emus-jam",
"early-hounds-enjoy",
"early-plums-fly",
"eight-carrots-punch",
"eighty-tips-mate",
"eleven-needles-mix",
Expand All @@ -77,6 +79,7 @@
"fuzzy-llamas-compare",
"fuzzy-poems-suffer",
"fuzzy-shoes-shop",
"gentle-comics-arrive",
"gentle-walls-confess",
"giant-balloons-cross",
"gold-penguins-draw",
Expand Down Expand Up @@ -167,6 +170,7 @@
"selfish-dragons-lick",
"selfish-lizards-juggle",
"selfish-plums-cheat",
"serious-jeans-grab",
"serious-ligers-flow",
"serious-lobsters-attack",
"serious-planets-knock",
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.34

## 1.0.0-rc.33

## 1.0.0-rc.32
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.33",
"version": "1.0.0-rc.34",
"description": "",
"author": "[email protected]",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/rds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blinkk/rds

## 1.0.0-rc.34

### Patch Changes

- Updated dependencies [4ce147d]
- @blinkk/root@1.0.0-rc.34

## 1.0.0-rc.33

### 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.33",
"version": "1.0.0-rc.34",
"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.33",
"@blinkk/root": "1.0.0-rc.34",
"preact": "*"
},
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/root-cms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @blinkk/root-cms

## 1.0.0-rc.34

### Minor Changes

- 159f8b2: feat: add releases page

### Patch Changes

- Updated dependencies [4ce147d]
- @blinkk/root@1.0.0-rc.34

## 1.0.0-rc.33

### Minor 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.33",
"version": "1.0.0-rc.34",
"author": "[email protected]",
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -121,7 +121,7 @@
"vitest": "0.34.6"
},
"peerDependencies": {
"@blinkk/root": "1.0.0-rc.33",
"@blinkk/root": "1.0.0-rc.34",
"firebase-admin": ">=11",
"firebase-functions": ">=4",
"preact": ">=10",
Expand Down
12 changes: 12 additions & 0 deletions packages/root-password-protect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @blinkk/root-password-protect

## 1.0.0-rc.34

### Minor Changes

- e5c5372: feat: add password protect plugin

### Patch Changes

- Updated dependencies [4ce147d]
- @blinkk/root@1.0.0-rc.34
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.33",
"version": "1.0.0-rc.34",
"author": "[email protected]",
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"micromatch": "4.0.5"
},
"peerDependencies": {
"@blinkk/root": "1.0.0-rc.33",
"@blinkk/root": "1.0.0-rc.34",
"firebase-admin": ">=11",
"firebase-functions": ">=4",
"preact": ">=10",
Expand Down
6 changes: 6 additions & 0 deletions packages/root/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blinkk/root

## 1.0.0-rc.34

### Minor Changes

- 4ce147d: feat: add `server.headers` config to root.config.ts

## 1.0.0-rc.33

## 1.0.0-rc.32
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.33",
"version": "1.0.0-rc.34",
"author": "[email protected]",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 5735cbd

Please sign in to comment.