Skip to content

Commit 89bc7ba

Browse files
github-actions[bot]hstove
authored andcommitted
Version Packages
1 parent 6a957b5 commit 89bc7ba

17 files changed

+79
-19
lines changed

.changeset/dry-beans-eat.md

-11
This file was deleted.

demo-project/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# demo-project
22

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- [`6a957b5`](https://github.com/hstove/clarigen/commit/6a957b512738bba67c9b7aed1e222cc24919ae68) Thanks [@hstove](https://github.com/hstove)! - Updates dependencies to get rid of punycode warning
8+
9+
- Updated dependencies [[`6a957b5`](https://github.com/hstove/clarigen/commit/6a957b512738bba67c9b7aed1e222cc24919ae68)]:
10+
- @clarigen/boot@2.1.2
11+
- @clarigen/test@2.1.2
12+
- @clarigen/core@2.1.2
13+
314
## 2.1.1
415

516
### Patch Changes

demo-project/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"name": "demo-project",
55
"scripts": {
66
"build": "shx rm -rf ./dist && tsup",

docs-site/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# clarigen-docs
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [`6a957b5`](https://github.com/hstove/clarigen/commit/6a957b512738bba67c9b7aed1e222cc24919ae68) Thanks [@hstove](https://github.com/hstove)! - Updates dependencies to get rid of punycode warning
8+
9+
- Updated dependencies [[`6a957b5`](https://github.com/hstove/clarigen/commit/6a957b512738bba67c9b7aed1e222cc24919ae68)]:
10+
- @clarigen/cli@2.1.2
11+
- @clarigen/core@2.1.2
12+
313
## 0.2.1
414

515
### Patch Changes

docs-site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clarigen-docs",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/boot/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @clarigen/boot
22

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- [`6a957b5`](https://github.com/hstove/clarigen/commit/6a957b512738bba67c9b7aed1e222cc24919ae68) Thanks [@hstove](https://github.com/hstove)! - Updates dependencies to get rid of punycode warning
8+
9+
- Updated dependencies [[`6a957b5`](https://github.com/hstove/clarigen/commit/6a957b512738bba67c9b7aed1e222cc24919ae68)]:
10+
- @clarigen/cli@2.1.2
11+
- @clarigen/core@2.1.2
12+
313
## 2.1.1
414

515
### Patch Changes

packages/boot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.1",
2+
"version": "2.1.2",
33
"license": "MIT",
44
"types": "./dist/index.d.ts",
55
"exports": {

packages/clarigen-test/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @clarigen/test
22

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- [`6a957b5`](https://github.com/hstove/clarigen/commit/6a957b512738bba67c9b7aed1e222cc24919ae68) Thanks [@hstove](https://github.com/hstove)! - Updates dependencies to get rid of punycode warning
8+
9+
- Updated dependencies [[`6a957b5`](https://github.com/hstove/clarigen/commit/6a957b512738bba67c9b7aed1e222cc24919ae68)]:
10+
- @clarigen/core@2.1.2
11+
312
## 2.1.1
413

514
### Patch Changes

packages/clarigen-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.1",
2+
"version": "2.1.2",
33
"license": "MIT",
44
"types": "./dist/index.d.ts",
55
"main": "./dist/index.js",

packages/cli/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @clarigen/cli
22

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- [`6a957b5`](https://github.com/hstove/clarigen/commit/6a957b512738bba67c9b7aed1e222cc24919ae68) Thanks [@hstove](https://github.com/hstove)! - Updates dependencies to get rid of punycode warning
8+
9+
- Updated dependencies [[`6a957b5`](https://github.com/hstove/clarigen/commit/6a957b512738bba67c9b7aed1e222cc24919ae68)]:
10+
- @clarigen/core@2.1.2
11+
312
## 2.1.1
413

514
### Patch Changes

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.1",
2+
"version": "2.1.2",
33
"license": "MIT",
44
"types": "./dist/index.d.ts",
55
"module": "./dist/index.js",

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @clarigen/core
22

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- [`6a957b5`](https://github.com/hstove/clarigen/commit/6a957b512738bba67c9b7aed1e222cc24919ae68) Thanks [@hstove](https://github.com/hstove)! - Updates dependencies to get rid of punycode warning
8+
39
## 2.1.1
410

511
## 2.1.0

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.1",
2+
"version": "2.1.2",
33
"license": "MIT",
44
"types": "./dist/index.d.ts",
55
"main": "./dist/index.js",

packages/node/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @clarigen/node
22

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6a957b5`](https://github.com/hstove/clarigen/commit/6a957b512738bba67c9b7aed1e222cc24919ae68)]:
8+
- @clarigen/core@2.1.2
9+
310
## 2.1.1
411

512
### Patch Changes

packages/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.1",
2+
"version": "2.1.2",
33
"private": true,
44
"license": "MIT",
55
"types": "./dist/index.d.ts",

packages/web/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @clarigen/web
22

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- [`6a957b5`](https://github.com/hstove/clarigen/commit/6a957b512738bba67c9b7aed1e222cc24919ae68) Thanks [@hstove](https://github.com/hstove)! - Updates dependencies to get rid of punycode warning
8+
9+
- Updated dependencies [[`6a957b5`](https://github.com/hstove/clarigen/commit/6a957b512738bba67c9b7aed1e222cc24919ae68)]:
10+
- @clarigen/core@2.1.2
11+
312
## 2.1.1
413

514
### Patch Changes

packages/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.1",
2+
"version": "2.1.2",
33
"private": true,
44
"license": "MIT",
55
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)