Skip to content

Commit

Permalink
chore: release dev
Browse files Browse the repository at this point in the history
  • Loading branch information
leather-bot authored and pete-watters committed Dec 6, 2024
1 parent 9eed0d4 commit d307c3a
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"apps/mobile": "1.58.2",
"packages/analytics": "2.0.1",
"apps/mobile": "2.0.0",
"packages/analytics": "3.0.0",
"packages/bitcoin": "0.19.0",
"packages/constants": "0.14.0",
"packages/eslint-config": "0.7.0",
Expand Down
23 changes: 23 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,29 @@
* @leather.io/query bumped to 2.26.1
* @leather.io/ui bumped to 1.40.1

## [2.0.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.0.0) (2024-12-06)


### ⚠ BREAKING CHANGES

* track pages views, closes LEA-1799

### Features

* track pages views, closes LEA-1799 ([5b76e36](https://github.com/leather-io/mono/commit/5b76e36e2f53230caa4e208880cb686154d68250))


### Bug Fixes

* lingui explicit ids ([9eed0d4](https://github.com/leather-io/mono/commit/9eed0d4576e21f2257677f3c4af39ed9aaf31da4))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/analytics bumped to 3.0.0

## [1.58.2](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.58.2) (2024-12-06)


Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leather.io/mobile",
"version": "1.58.2",
"version": "2.0.0",
"type": "module",
"scripts": {
"android": "expo run:android",
Expand Down
11 changes: 11 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.0.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/analytics-v3.0.0) (2024-12-06)


### ⚠ BREAKING CHANGES

* track pages views, closes LEA-1799

### Features

* track pages views, closes LEA-1799 ([5b76e36](https://github.com/leather-io/mono/commit/5b76e36e2f53230caa4e208880cb686154d68250))

## [2.0.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/analytics-v2.0.1) (2024-11-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/analytics",
"author": "Leather.io [email protected]",
"description": "Analytics package for Leather using Segment",
"version": "2.0.1",
"version": "3.0.0",
"license": "MIT",
"homepage": "https://github.com/leather.io/mono/tree/dev/packages/analytics",
"repository": {
Expand Down

0 comments on commit d307c3a

Please sign in to comment.