Skip to content

Commit f041d67

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 6b51d3d commit f041d67

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

packages/live-tiles/CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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+
- docs: Add `jsdoc` to two live-tile classes
12+
13+
- chore(deps): update dependency @types/node to v24.2.0
14+
15+
- chore(deps): update dependency @types/node to v24.2.1
16+
17+
- chore(deps): update dependency eslint-plugin-prettier to v5.5.4
18+
19+
- chore: Migrate the expo app from the root into the apps/launcher
20+
directory, enable composite projects, update dependencies, add some
21+
tests, migrate to using turbo for task running, add changeset support
22+
with some experimental conventional commits support with it, add
23+
commitlint, finally fix a bunch of minor issues here and there.
24+
25+
With this commit, we're finally off to the races!
26+
27+
- chore: Try and fix the `release` job
28+
29+
- chore(deps): update typescript-eslint monorepo to v8.39.0
30+
31+
- chore(deps): update dependency ts-jest to v29.4.1
32+
33+
- fix(live-tiles): Only include the built files as a part of the package
34+
35+
Previously we accidentally included source files,
36+
config files, assets, etc, with the built package;
37+
we now no longer waste data like that.

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)