Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/auto-follow-artist-coin-purchase.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/playlist-play-analytics.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/playlist-play-collection-id.md

This file was deleted.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @audius/common

## 1.5.78

### Patch Changes

- 44dba8d: Automatically follow an artist when a user successfully purchases their artist coin
- 6da21c6: Add a dedicated Playlist: Play amplitude event that fires when a user starts playback of a playlist or album from the collection page or from a collection tile on web and mobile
- 2e2e7b3: Add collectionId to PLAYBACK_PLAY analytics events when a track is played from a playlist or album context

## 1.5.77

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@audius/common",
"version": "1.5.77",
"version": "1.5.78",
"description": "Common utilities and store for web and mobile.",
"private": true,
"author": "Audius",
Expand Down
12 changes: 12 additions & 0 deletions packages/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @audius/mobile

## 1.5.177

### Patch Changes

- 44dba8d: Automatically follow an artist when a user successfully purchases their artist coin
- 6da21c6: Add a dedicated Playlist: Play amplitude event that fires when a user starts playback of a playlist or album from the collection page or from a collection tile on web and mobile
- 2e2e7b3: Add collectionId to PLAYBACK_PLAY analytics events when a track is played from a playlist or album context
- Updated dependencies [44dba8d]
- Updated dependencies [6da21c6]
- Updated dependencies [2e2e7b3]
- @audius/common@1.5.78

## 1.5.175

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@audius/mobile",
"version": "1.5.176",
"version": "1.5.177",
"private": true,
"scripts": {
"android:dev": "ENVFILE=.env.dev turbo run android -- --mode=prodDebug",
Expand Down Expand Up @@ -217,7 +217,9 @@
},
"jest": {
"preset": "react-native",
"setupFilesAfterEnv": ["<rootDir>/jest.setup.js"],
"setupFilesAfterEnv": [
"<rootDir>/jest.setup.js"
],
"moduleNameMapper": {
"^react-native$": "<rootDir>/node_modules/react-native",
"^@testing-library/react-native$": "<rootDir>/node_modules/@testing-library/react-native"
Expand Down
12 changes: 12 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @audius/web

## 1.5.170

### Patch Changes

- 44dba8d: Automatically follow an artist when a user successfully purchases their artist coin
- 6da21c6: Add a dedicated Playlist: Play amplitude event that fires when a user starts playback of a playlist or album from the collection page or from a collection tile on web and mobile
- 2e2e7b3: Add collectionId to PLAYBACK_PLAY analytics events when a track is played from a playlist or album context
- Updated dependencies [44dba8d]
- Updated dependencies [6da21c6]
- Updated dependencies [2e2e7b3]
- @audius/common@1.5.78

## 1.5.169

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "Audius",
"description": "The Audius web client reference implementation",
"author": "Audius",
"version": "1.5.169",
"version": "1.5.170",
"private": true,
"scripts": {
"DEV & BUILD========================================": "",
Expand Down