Skip to content

Commit

Permalink
Merge pull request #29 from design-blocks/changeset-release/main
Browse files Browse the repository at this point in the history
ci(release): version packages (beta)
  • Loading branch information
wootsbot authored Oct 9, 2023
2 parents cbea3f0 + 027cae0 commit 8a54d0e
Show file tree
Hide file tree
Showing 17 changed files with 93 additions and 8 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"fuzzy-terms-cross",
"gold-bobcats-call",
"khaki-nails-crash",
"lazy-shoes-warn",
"many-lies-live",
"mean-berries-hunt",
"new-baboons-carry",
Expand Down
11 changes: 11 additions & 0 deletions packages/@blocks-colors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @design-blocks/colors

## 1.0.0-beta.17

### Major Changes

- [`cbea3f0`](https://github.com/design-blocks/design-blocks/commit/cbea3f0c4b1f0aea2cf7a9b42f6af9b36024082a) Thanks [@wootsbot](https://github.com/wootsbot)! - RFC: remplace build tool to Typescript

### Patch Changes

- Updated dependencies [[`cbea3f0`](https://github.com/design-blocks/design-blocks/commit/cbea3f0c4b1f0aea2cf7a9b42f6af9b36024082a)]:
- @design-blocks/types@1.0.0-beta.19

## 1.0.0-beta.16

### Major 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.16",
"version": "1.0.0-beta.17",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/@blocks-primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @design-blocks/primitives

## 1.0.0-beta.22

### Major Changes

- [`cbea3f0`](https://github.com/design-blocks/design-blocks/commit/cbea3f0c4b1f0aea2cf7a9b42f6af9b36024082a) Thanks [@wootsbot](https://github.com/wootsbot)! - RFC: remplace build tool to Typescript

### Patch Changes

- Updated dependencies [[`cbea3f0`](https://github.com/design-blocks/design-blocks/commit/cbea3f0c4b1f0aea2cf7a9b42f6af9b36024082a)]:
- @design-blocks/system@1.0.0-beta.20
- @design-blocks/types@1.0.0-beta.19
- @design-blocks/utils@1.0.0-beta.16
- @design-blocks/block@1.0.0-beta.22

## 1.0.0-beta.21

### Major 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.21",
"version": "1.0.0-beta.22",
"main": "dist/commonjs/index.js",
"module": "dist/module/index.js",
"types": "dist/typescript/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/@blocks-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @design-blocks/system

## 1.0.0-beta.20

### Major Changes

- [`cbea3f0`](https://github.com/design-blocks/design-blocks/commit/cbea3f0c4b1f0aea2cf7a9b42f6af9b36024082a) Thanks [@wootsbot](https://github.com/wootsbot)! - RFC: remplace build tool to Typescript

### Patch Changes

- Updated dependencies [[`cbea3f0`](https://github.com/design-blocks/design-blocks/commit/cbea3f0c4b1f0aea2cf7a9b42f6af9b36024082a)]:
- @design-blocks/theme@1.0.0-beta.19
- @design-blocks/types@1.0.0-beta.19
- @design-blocks/utils@1.0.0-beta.16
- @design-blocks/block@1.0.0-beta.22

## 1.0.0-beta.19

### Major 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.19",
"version": "1.0.0-beta.20",
"main": "dist/commonjs/index.js",
"module": "dist/module/index.js",
"types": "dist/typescript/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/@blocks-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @design-blocks/theme

## 1.0.0-beta.19

### Major Changes

- [`cbea3f0`](https://github.com/design-blocks/design-blocks/commit/cbea3f0c4b1f0aea2cf7a9b42f6af9b36024082a) Thanks [@wootsbot](https://github.com/wootsbot)! - RFC: remplace build tool to Typescript

### Patch Changes

- Updated dependencies [[`cbea3f0`](https://github.com/design-blocks/design-blocks/commit/cbea3f0c4b1f0aea2cf7a9b42f6af9b36024082a)]:
- @design-blocks/utils@1.0.0-beta.16

## 1.0.0-beta.18

### Major 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.18",
"version": "1.0.0-beta.19",
"main": "dist/commonjs/index.js",
"module": "dist/module/index.js",
"types": "dist/typescript/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/@blocks-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @design-blocks/types

## 1.0.0-beta.19

### Major Changes

- [`cbea3f0`](https://github.com/design-blocks/design-blocks/commit/cbea3f0c4b1f0aea2cf7a9b42f6af9b36024082a) Thanks [@wootsbot](https://github.com/wootsbot)! - RFC: remplace build tool to Typescript

### Patch Changes

- Updated dependencies [[`cbea3f0`](https://github.com/design-blocks/design-blocks/commit/cbea3f0c4b1f0aea2cf7a9b42f6af9b36024082a)]:
- @design-blocks/theme@1.0.0-beta.19

## 1.0.0-beta.18

### Major 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.18",
"version": "1.0.0-beta.19",
"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-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @design-blocks/utils

## 1.0.0-beta.16

### Major Changes

- [`cbea3f0`](https://github.com/design-blocks/design-blocks/commit/cbea3f0c4b1f0aea2cf7a9b42f6af9b36024082a) Thanks [@wootsbot](https://github.com/wootsbot)! - RFC: remplace build tool to Typescript

## 1.0.0-beta.15

### Major 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.15",
"version": "1.0.0-beta.16",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @design-blocks/block

## 1.0.0-beta.22

### Patch Changes

- Updated dependencies [[`cbea3f0`](https://github.com/design-blocks/design-blocks/commit/cbea3f0c4b1f0aea2cf7a9b42f6af9b36024082a)]:
- @design-blocks/theme@1.0.0-beta.19

## 1.0.0-beta.21

### Major 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.21",
"version": "1.0.0-beta.22",
"main": "dist/commonjs/index.js",
"module": "dist/module/index.js",
"types": "./types/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @design-blocks/native

## 1.0.0-beta.22

### Patch Changes

- Updated dependencies [[`cbea3f0`](https://github.com/design-blocks/design-blocks/commit/cbea3f0c4b1f0aea2cf7a9b42f6af9b36024082a)]:
- @design-blocks/system@1.0.0-beta.20
- @design-blocks/theme@1.0.0-beta.19
- @design-blocks/types@1.0.0-beta.19
- @design-blocks/utils@1.0.0-beta.16

## 1.0.0-beta.21

### Major 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.21",
"version": "1.0.0-beta.22",
"main": "dist/commonjs/index.js",
"module": "dist/module/index.js",
"types": "dist/typescript/index.d.ts",
Expand Down

0 comments on commit 8a54d0e

Please sign in to comment.