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

Commit

Permalink
v1.3.0 (#1740)
Browse files Browse the repository at this point in the history
  • Loading branch information
sliptype committed Aug 18, 2022
1 parent 53128be commit d035b6d
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.2.4"
"version": "1.3.0"
}
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
@@ -1,6 +1,6 @@
{
"name": "@audius/common",
"version": "1.2.4",
"version": "1.3.0",
"description": "Common utilities and store for web and mobile.",
"private": "true",
"author": "Audius",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@types/bn.js": "4.11.6",
"@types/react": "17.0.2",
"eslint": "8.19.0",
"eslint-config-audius": "1.2.2",
"eslint-config-audius": "1.3.0",
"rollup": "2.76.0",
"rollup-plugin-dts": "4.2.2",
"rollup-plugin-typescript2": "0.32.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-audius/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-audius",
"version": "1.2.2",
"version": "1.3.0",
"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.

8 changes: 4 additions & 4 deletions packages/mobile/package.json
@@ -1,6 +1,6 @@
{
"name": "audius-mobile-client",
"version": "1.2.4",
"version": "1.3.0",
"private": true,
"scripts": {
"jetifier": "jetifier",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@amplitude/react-native": "2.6.0",
"@audius/common": "1.2.4",
"@audius/common": "1.3.0",
"@audius/sdk": "0.0.37",
"@gorhom/portal": "1.0.9",
"@hcaptcha/react-native-hcaptcha": "1.3.4",
Expand All @@ -62,7 +62,7 @@
"@sentry/react-native": "3.2.8",
"@svgr/core": "5.5.0",
"array.prototype.flat": "1.2.5",
"audius-client": "1.2.4",
"audius-client": "1.3.0",
"babel-plugin-transform-remove-console": "6.9.4",
"bn.js": "5.2.0",
"color": "3.2.1",
Expand Down Expand Up @@ -151,7 +151,7 @@
"babel-jest": "24.9.0",
"babel-plugin-macros": "3.1.0",
"eslint": "8.19.0",
"eslint-config-audius": "1.2.2",
"eslint-config-audius": "1.3.0",
"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
@@ -1,6 +1,6 @@
{
"name": "@audius/stems",
"version": "1.2.3",
"version": "1.3.0",
"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.2.2",
"eslint-config-audius": "1.3.0",
"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
Expand Up @@ -3,12 +3,12 @@
"productName": "Audius",
"description": "The Audius decentralized application",
"author": "Audius",
"version": "1.2.4",
"version": "1.3.0",
"private": true,
"dependencies": {
"@audius/common": "1.2.4",
"@audius/common": "1.3.0",
"@audius/sdk": "0.0.37",
"@audius/stems": "1.2.3",
"@audius/stems": "1.3.0",
"@coinbase/cbpay-js": "1.0.2",
"@craco/craco": "7.0.0-alpha.3",
"@fingerprintjs/fingerprintjs-pro": "3.5.6",
Expand Down Expand Up @@ -240,7 +240,7 @@
"electron-notarize": "0.1.1",
"env-cmd": "8.0.2",
"eslint": "8.19.0",
"eslint-config-audius": "1.2.2",
"eslint-config-audius": "1.3.0",
"fetch-mock": "9.9.1",
"fs": "0.0.1-security",
"fs-extra": "8.1.0",
Expand Down

0 comments on commit d035b6d

Please sign in to comment.