Skip to content

Commit b558c40

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 0a57b19 commit b558c40

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

packages/live-tiles/CHANGELOG.md

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

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)