Skip to content

Commit

Permalink
ci: release (#305)
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 Apr 3, 2024
1 parent 9434215 commit d430a6d
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/good-tables-tell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slimy-flies-hear.md

This file was deleted.

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.2

## 1.0.1

## 1.0.0
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.1",
"version": "1.0.2",
"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.2

### Patch Changes

- Updated dependencies [8496db8]
- Updated dependencies [9434215]
- @blinkk/root@1.0.2

## 1.0.1

### 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.1",
"version": "1.0.2",
"author": "[email protected]",
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"typescript": "^5.0.4"
},
"peerDependencies": {
"@blinkk/root": "1.0.1",
"@blinkk/root": "1.0.2",
"preact": "*"
},
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/root-cms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @blinkk/root-cms

## 1.0.2

### Patch Changes

- 9434215: feat: auto generate .d.ts types when .schema.ts files change
- Updated dependencies [8496db8]
- Updated dependencies [9434215]
- @blinkk/root@1.0.2

## 1.0.1

### 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.1",
"version": "1.0.2",
"author": "[email protected]",
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -122,7 +122,7 @@
"vitest": "0.34.6"
},
"peerDependencies": {
"@blinkk/root": "1.0.1",
"@blinkk/root": "1.0.2",
"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.2

### Patch Changes

- Updated dependencies [8496db8]
- Updated dependencies [9434215]
- @blinkk/root@1.0.2

## 1.0.1

### 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.1",
"version": "1.0.2",
"author": "[email protected]",
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"micromatch": "4.0.5"
},
"peerDependencies": {
"@blinkk/root": "1.0.1",
"@blinkk/root": "1.0.2",
"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.2

### Patch Changes

- 8496db8: fix: add missing css output to build
- 9434215: feat: auto generate .d.ts types when .schema.ts files change

## 1.0.1

### 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.1",
"version": "1.0.2",
"author": "[email protected]",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit d430a6d

Please sign in to comment.