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

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
[2bba549] [C-707] Remove extra search bar from the search results page (#1643) Kyle Shanks
[3922ac6] [Flare-97]: sdk changes for isCreator sanity check (#1642) Dylan Jeffers
  • Loading branch information
audius-infra committed Jul 23, 2022
1 parent 2bba549 commit 8280c0e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.2.0"
"version": "1.2.1"
}
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.

4 changes: 2 additions & 2 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.2.0",
"version": "1.2.1",
"private": true,
"scripts": {
"jetifier": "jetifier",
Expand Down Expand Up @@ -61,7 +61,7 @@
"@sentry/react-native": "3.2.8",
"@svgr/core": "5.5.0",
"array.prototype.flat": "1.2.5",
"audius-client": "^1.2.0",
"audius-client": "1.2.1",
"babel-plugin-transform-remove-console": "6.9.4",
"bn.js": "5.2.0",
"color": "3.2.1",
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.

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 decentralized application",
"author": "Audius",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"dependencies": {
"@audius/common": "1.1.13",
Expand Down

0 comments on commit 8280c0e

Please sign in to comment.