Skip to content

Commit ac1aa4f

Browse files
authored
Merge pull request #5 from sonofmagic/changeset-release/main
Version Packages
2 parents e661ecb + 9cd8233 commit ac1aa4f

File tree

7 files changed

+28
-11
lines changed

7 files changed

+28
-11
lines changed

.changeset/yellow-pots-worry.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

apps/website/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @icebreakers/website
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e661ecb`](https://github.com/sonofmagic/monorepo-template/commit/e661ecb05176dddb3c58df21ff2a28b36c4867ba)]:
8+
- @icebreakers/bar@0.1.2
9+
- @icebreakers/foo@0.1.2

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@icebreakers/website",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "icebreaker's demo website",
55
"author": "",
66
"license": "MIT",

packages/bar/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @icebreakers/bar
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [`e661ecb`](https://github.com/sonofmagic/monorepo-template/commit/e661ecb05176dddb3c58df21ff2a28b36c4867ba) Thanks [@sonofmagic](https://github.com/sonofmagic)! - ## 优化
8+
9+
`package.json` 使用新的 `export` 策略,使其更适合 `monorepo` 的结构
10+
311
## 0.1.1
412

513
### Patch Changes

packages/bar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@icebreakers/bar",
33
"type": "module",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"description": "my foo your bar pkg",
66
"author": "",
77
"license": "ISC",

packages/foo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @icebreakers/foo
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [`e661ecb`](https://github.com/sonofmagic/monorepo-template/commit/e661ecb05176dddb3c58df21ff2a28b36c4867ba) Thanks [@sonofmagic](https://github.com/sonofmagic)! - ## 优化
8+
9+
`package.json` 使用新的 `export` 策略,使其更适合 `monorepo` 的结构
10+
311
## 0.1.1
412

513
### Patch Changes

packages/foo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@icebreakers/foo",
33
"type": "module",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"description": "my foo your bar pkg",
66
"author": "",
77
"license": "ISC",

0 commit comments

Comments
 (0)