Skip to content

Commit 66a2f56

Browse files
ci(release): Release packages and bump versions
Congratulations on the new release! 🎉 This is an automated commit triggered by the `release` workflow.
1 parent 0309382 commit 66a2f56

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

packages/live-tiles/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# @metro-ui/live-tiles
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- feat: Add documentation generation and publishing
8+
9+
### Patch Changes
10+
11+
- chore: Migrate the expo app from the root into the apps/launcher
12+
directory, enable composite projects, update dependencies, add some
13+
tests, migrate to using turbo for task running, add changeset support
14+
with some experimental conventional commits support with it, add
15+
commitlint, finally fix a bunch of minor issues here and there.
16+
17+
With this commit, we're finally off to the races!
18+
19+
- chore: Try and fix the `release` job

packages/live-tiles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metro-ui/live-tiles",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"private": false,
55
"types": "./dist/index.d.ts",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)