Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
v1.3.9
Browse files Browse the repository at this point in the history
[5cd5d68] [C-1322] Android and general performance improvements (#2149) Sebastian Klingler
[f6ef033] [C-1341] Add notifications bottom tab screen (#2148) Dylan Jeffers
[9ddfe72] [C-1335] Upgrade and share typescript version (#2145) Dylan Jeffers
[b701102] [C-1336] Implement account drawer (#2146) Dylan Jeffers
[8587b3f] Add structured data and update head (#2131) Joseph Lee
[40ef3b7] [C-1317] Improve client startup tooling (#2140) Raymond Jacobson
[e09c6f9] Update new tables to allow drag to add to playlist (#2134) Kyle Shanks
[4633581] Bump ios (#2144) Sebastian Klingler
[f331426] Slow down $AUDIO page Stripe/Coinbase button animation speed (#2143) Marcus Pasell
[44916a5] [C-1291] Add base layout for navbar overhaul (#2139) Dylan Jeffers
[e85955c] Prepend audius url to share url (#2142) Sebastian Klingler
[068917e] Use Hermes for Android app C-1329 (#2130) nicoback2
[98f845c] [C-1327] Fix deep linking for tracks with diacritics (#2137) Sebastian Klingler
[0ec460f] [PAY-685] Update Stripe button to use approved brand assets (#2138) Marcus Pasell
[1b1a377] Refactor bottom-tab-bar (#2136) Dylan Jeffers
[9dbb11e] fix play bar buttons target (#2135) nicoback2
[9daba05] [C-1303][C-1304] Fix misc. profile layout issues (#2129) Raymond Jacobson
[04eb0c9] [C-1272] Fix Search UI jank (#2133) Sebastian Klingler
[feaa6f0] Bump react-screens to 3.17.0 to avoid crash on android (#2132) Sebastian Klingler
[db996e8] Remove old table components and rename new table components (#2126) Kyle Shanks
[92a2c7e] [C-1319] Fix native profile collectibles (#2127) Dylan Jeffers
[7a83f29] [C-1282] Remove followUser social action in profile reducer (#2121) Dylan Jeffers
[26de098] [C-1309] Fix playlists/collectibles not loading (#2125) Dylan Jeffers
[78dee89] Fix getState undefined when opening reopening app on android (#2123) Sebastian Klingler
[ef69b70] [C-1318] Revert "[C-1184] Fetch lineups after coming back online (#2083)" (#2122) Andrew Mendelsohn
[42efd1b] [PAY-457] Add Geofilter for Coinbase, Stripe (#2118) Marcus Pasell
[e413d9a] Bring back unhealthySlotDiffPlays (#2119) Dylan Jeffers
[fb96ea4] Fix favorites page filtering on old tables (#2120) Kyle Shanks
[cf73f53] Fix android build (#2113) Sebastian Klingler
[ebaa5d8] [C-1040] Remove extraneous mobile logs (#2107) Dylan Jeffers
[bc7e7b0] bump libs in web and common (#2117) nicoback2
[dc16dcb] bump libs 1.0.12 (#2116) nicoback2
[c737535] Undo change to prevent cache update when no collectibles (#2114) Sebastian Klingler
[b2764ba] Keep screen awake when confirming tip (#2103) nicoback2
[4b39ec1] fix pw clipping on mobile (#2102) nicoback2
  • Loading branch information
audius-infra committed Oct 15, 2022
1 parent 5cd5d68 commit 4275f79
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 23 deletions.
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"packages": [
"packages/*"
],
"version": "1.3.8"
"packages": ["packages/*"],
"version": "1.3.9"
}
2 changes: 1 addition & 1 deletion packages/common/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@audius/common",
"version": "1.3.8",
"version": "1.3.9",
"description": "Common utilities and store for web and mobile.",
"private": "true",
"author": "Audius",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@types/react-redux": "7.1.7",
"@types/redux-saga": "0.10.5",
"eslint": "8.19.0",
"eslint-config-audius": "1.3.7",
"eslint-config-audius": "1.3.9",
"react": "17.0.2",
"rollup": "2.76.0",
"rollup-plugin-dts": "4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-audius/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/eslint-config-audius/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-audius",
"version": "1.3.7",
"version": "1.3.9",
"description": "Custom eslint config for Audius.",
"author": "Audius",
"homepage": "https://github.com/AudiusProject/audius-client#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "audius-mobile-client",
"version": "1.3.8",
"version": "1.3.9",
"private": true,
"scripts": {
"jetifier": "jetifier",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@amplitude/react-native": "2.6.0",
"@audius/common": "1.3.8",
"@audius/common": "1.3.9",
"@audius/sdk": "1.0.12",
"@fingerprintjs/fingerprintjs-pro-react-native": "2.0.0-test.2",
"@gorhom/portal": "1.0.9",
Expand All @@ -60,13 +60,14 @@
"@sentry/react-native": "3.2.8",
"@svgr/core": "5.5.0",
"array.prototype.flat": "1.2.5",
"audius-client": "1.3.8",
"audius-client": "1.3.9",
"babel-plugin-transform-remove-console": "6.9.4",
"bn.js": "5.2.0",
"color": "3.2.1",
"expo-crypto": "9.2.0",
"formik": "2.2.9",
"fxa-common-password-list": "0.0.4",
"hermes-engine": "0.9.0",
"lodash.samplesize": "4.2.0",
"lottie-ios": "3.2.3",
"lottie-react-native": "4.1.3",
Expand All @@ -93,7 +94,6 @@
"react-native-haptic-feedback": "1.11.0",
"react-native-image-picker": "4.7.3",
"react-native-keep-awake": "4.0.0",
"hermes-engine": "0.9.0",
"react-native-linear-gradient": "github:react-native-linear-gradient/react-native-linear-gradient.git#9aece37cdf7d33ed52a1747b36e9e84f3c7a49ef",
"react-native-markdown-display": "7.0.0-alpha.2",
"react-native-modal": "11.5.4",
Expand Down Expand Up @@ -154,7 +154,7 @@
"babel-jest": "24.9.0",
"babel-plugin-macros": "3.1.0",
"eslint": "8.19.0",
"eslint-config-audius": "1.3.7",
"eslint-config-audius": "1.3.9",
"jest": "24.9.0",
"jetifier": "1.6.8",
"metro-react-native-babel-preset": "0.67.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/stems/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/stems/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@audius/stems",
"version": "1.3.8",
"version": "1.3.9",
"description": "The Audius React component library",
"author": "",
"license": "",
Expand Down Expand Up @@ -65,7 +65,7 @@
"cross-env": "^5.2.1",
"css-loader": "^3.2.0",
"eslint": "8.19.0",
"eslint-config-audius": "1.3.7",
"eslint-config-audius": "1.3.9",
"eslint-plugin-storybook": "^0.6.1",
"gh-pages": "^2.1.1",
"jest": "^24.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package-lock.json

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

8 changes: 4 additions & 4 deletions 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 decentralized application",
"author": "Audius",
"version": "1.3.8",
"version": "1.3.9",
"private": true,
"scripts": {
"publish-scripts": "./scripts/publishScripts.sh",
Expand Down Expand Up @@ -50,9 +50,9 @@
"install-dmg-license": "npx lerna add dmg-license --scope=audius-client --no-bootstrap && npx lerna bootstrap --no-ci"
},
"dependencies": {
"@audius/common": "1.3.8",
"@audius/common": "1.3.9",
"@audius/sdk": "1.0.12",
"@audius/stems": "1.3.8",
"@audius/stems": "1.3.9",
"@coinbase/cbpay-js": "1.2.0",
"@craco/craco": "7.0.0-alpha.3",
"@fingerprintjs/fingerprintjs-pro": "3.5.6",
Expand Down Expand Up @@ -232,7 +232,7 @@
"electron-notarize": "0.1.1",
"env-cmd": "8.0.2",
"eslint": "8.19.0",
"eslint-config-audius": "1.3.7",
"eslint-config-audius": "1.3.9",
"fetch-mock": "9.9.1",
"fs": "0.0.1-security",
"fs-extra": "8.1.0",
Expand Down

0 comments on commit 4275f79

Please sign in to comment.