Skip to content

Commit 12eca11

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 2ffa524 commit 12eca11

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/live-tiles/CHANGELOG.md

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

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.0.1",
44
"private": false,
55
"types": "./dist/index.d.ts",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)