Skip to content

Commit

Permalink
ci(release): version packages (beta) (#67)
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 Jan 5, 2024
1 parent b4d118c commit 7619f1f
Show file tree
Hide file tree
Showing 21 changed files with 101 additions and 10 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"new-baboons-carry",
"nice-carrots-happen",
"nice-shirts-exercise",
"old-dryers-pull",
"plenty-mayflies-help",
"polite-horses-applaud",
"polite-queens-whisper",
Expand Down
9 changes: 9 additions & 0 deletions packages/@blocks-colors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @design-blocks/colors

## 1.0.0-beta.37

### Patch Changes

- [#66](https://github.com/openkitrun/design-blocks/pull/66) [`b4d118c`](https://github.com/openkitrun/design-blocks/commit/b4d118cdf580fab0e1724b0b7916848e526ae885) Thanks [@wootsbot](https://github.com/wootsbot)! - Fixed export types

- Updated dependencies [[`b4d118c`](https://github.com/openkitrun/design-blocks/commit/b4d118cdf580fab0e1724b0b7916848e526ae885)]:
- @design-blocks/types@1.0.0-beta.38

## 1.0.0-beta.36

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@blocks-colors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@design-blocks/colors",
"version": "1.0.0-beta.36",
"version": "1.0.0-beta.37",
"main": "dist/commonjs/index.js",
"module": "dist/module/index.js",
"types": "dist/typescript/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/@blocks-primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @design-blocks/primitives

## 1.0.0-beta.43

### Patch Changes

- [#66](https://github.com/openkitrun/design-blocks/pull/66) [`b4d118c`](https://github.com/openkitrun/design-blocks/commit/b4d118cdf580fab0e1724b0b7916848e526ae885) Thanks [@wootsbot](https://github.com/wootsbot)! - Fixed export types

- Updated dependencies [[`b4d118c`](https://github.com/openkitrun/design-blocks/commit/b4d118cdf580fab0e1724b0b7916848e526ae885)]:
- @design-blocks/system@1.0.0-beta.39
- @design-blocks/types@1.0.0-beta.38
- @design-blocks/utils@1.0.0-beta.31
- @design-blocks/block@1.0.0-beta.43

## 1.0.0-beta.42

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@blocks-primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@design-blocks/primitives",
"version": "1.0.0-beta.42",
"version": "1.0.0-beta.43",
"main": "dist/commonjs/index.js",
"module": "dist/module/index.js",
"types": "dist/typescript/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/@blocks-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @design-blocks/system

## 1.0.0-beta.39

### Patch Changes

- [#66](https://github.com/openkitrun/design-blocks/pull/66) [`b4d118c`](https://github.com/openkitrun/design-blocks/commit/b4d118cdf580fab0e1724b0b7916848e526ae885) Thanks [@wootsbot](https://github.com/wootsbot)! - Fixed export types

- Updated dependencies [[`b4d118c`](https://github.com/openkitrun/design-blocks/commit/b4d118cdf580fab0e1724b0b7916848e526ae885)]:
- @design-blocks/theme@1.0.0-beta.36
- @design-blocks/types@1.0.0-beta.38
- @design-blocks/utils@1.0.0-beta.31
- @design-blocks/block@1.0.0-beta.43

## 1.0.0-beta.38

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@blocks-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@design-blocks/system",
"version": "1.0.0-beta.38",
"version": "1.0.0-beta.39",
"main": "dist/commonjs/index.js",
"module": "dist/module/index.js",
"types": "dist/typescript/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/@blocks-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @design-blocks/theme

## 1.0.0-beta.36

### Patch Changes

- [#66](https://github.com/openkitrun/design-blocks/pull/66) [`b4d118c`](https://github.com/openkitrun/design-blocks/commit/b4d118cdf580fab0e1724b0b7916848e526ae885) Thanks [@wootsbot](https://github.com/wootsbot)! - Fixed export types

- Updated dependencies [[`b4d118c`](https://github.com/openkitrun/design-blocks/commit/b4d118cdf580fab0e1724b0b7916848e526ae885)]:
- @design-blocks/utils@1.0.0-beta.31

## 1.0.0-beta.35

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@blocks-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@design-blocks/theme",
"version": "1.0.0-beta.35",
"version": "1.0.0-beta.36",
"main": "dist/commonjs/index.js",
"module": "dist/module/index.js",
"types": "dist/typescript/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/@blocks-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @design-blocks/types

## 1.0.0-beta.38

### Patch Changes

- [#66](https://github.com/openkitrun/design-blocks/pull/66) [`b4d118c`](https://github.com/openkitrun/design-blocks/commit/b4d118cdf580fab0e1724b0b7916848e526ae885) Thanks [@wootsbot](https://github.com/wootsbot)! - Fixed export types

- Updated dependencies [[`b4d118c`](https://github.com/openkitrun/design-blocks/commit/b4d118cdf580fab0e1724b0b7916848e526ae885)]:
- @design-blocks/theme@1.0.0-beta.36

## 1.0.0-beta.37

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@blocks-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@design-blocks/types",
"version": "1.0.0-beta.37",
"version": "1.0.0-beta.38",
"main": "dist/commonjs/index.js",
"module": "dist/module/index.js",
"types": "dist/typescript/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/@blocks-unstyled/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @design-blocks/unstyled

## 1.0.0-beta.26

### Patch Changes

- [#66](https://github.com/openkitrun/design-blocks/pull/66) [`b4d118c`](https://github.com/openkitrun/design-blocks/commit/b4d118cdf580fab0e1724b0b7916848e526ae885) Thanks [@wootsbot](https://github.com/wootsbot)! - Fixed export types

## 1.0.0-beta.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@blocks-unstyled/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@design-blocks/unstyled",
"description": "A library 'unstyled' UI components and low-level hooks.",
"version": "1.0.0-beta.25",
"version": "1.0.0-beta.26",
"main": "build/commonjs/index.js",
"module": "build/module/index.js",
"types": "build/typescript/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/@blocks-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @design-blocks/utils

## 1.0.0-beta.31

### Patch Changes

- [#66](https://github.com/openkitrun/design-blocks/pull/66) [`b4d118c`](https://github.com/openkitrun/design-blocks/commit/b4d118cdf580fab0e1724b0b7916848e526ae885) Thanks [@wootsbot](https://github.com/wootsbot)! - Fixed export types

## 1.0.0-beta.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@blocks-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@design-blocks/utils",
"version": "1.0.0-beta.30",
"version": "1.0.0-beta.31",
"main": "dist/commonjs/index.js",
"module": "dist/module/index.js",
"types": "dist/typescript/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @design-blocks/block

## 1.0.0-beta.43

### Patch Changes

- [#66](https://github.com/openkitrun/design-blocks/pull/66) [`b4d118c`](https://github.com/openkitrun/design-blocks/commit/b4d118cdf580fab0e1724b0b7916848e526ae885) Thanks [@wootsbot](https://github.com/wootsbot)! - Fixed export types

- Updated dependencies [[`b4d118c`](https://github.com/openkitrun/design-blocks/commit/b4d118cdf580fab0e1724b0b7916848e526ae885)]:
- @design-blocks/theme@1.0.0-beta.36

## 1.0.0-beta.42

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@design-blocks/block",
"version": "1.0.0-beta.42",
"version": "1.0.0-beta.43",
"main": "dist/commonjs/index.js",
"module": "dist/module/index.js",
"types": "./types/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @design-blocks/native

## 1.0.0-beta.43

### Patch Changes

- [#66](https://github.com/openkitrun/design-blocks/pull/66) [`b4d118c`](https://github.com/openkitrun/design-blocks/commit/b4d118cdf580fab0e1724b0b7916848e526ae885) Thanks [@wootsbot](https://github.com/wootsbot)! - Fixed export types

- Updated dependencies [[`b4d118c`](https://github.com/openkitrun/design-blocks/commit/b4d118cdf580fab0e1724b0b7916848e526ae885)]:
- @design-blocks/system@1.0.0-beta.39
- @design-blocks/theme@1.0.0-beta.36
- @design-blocks/types@1.0.0-beta.38
- @design-blocks/utils@1.0.0-beta.31

## 1.0.0-beta.42

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@design-blocks/native",
"version": "1.0.0-beta.42",
"version": "1.0.0-beta.43",
"main": "dist/commonjs/index.js",
"module": "dist/module/index.js",
"types": "dist/typescript/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tsconfig

## 1.0.0-beta.21

### Patch Changes

- [#66](https://github.com/openkitrun/design-blocks/pull/66) [`b4d118c`](https://github.com/openkitrun/design-blocks/commit/b4d118cdf580fab0e1724b0b7916848e526ae885) Thanks [@wootsbot](https://github.com/wootsbot)! - Fixed export types

## 1.0.0-beta.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "tsconfig",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"private": true
}

0 comments on commit 7619f1f

Please sign in to comment.