Skip to content

Commit

Permalink
ci: publish prod versions
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 24, 2020
1 parent 925858a commit 5e47e7e
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions packages/bigint-money/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easymoney/bigint-money",
"version": "1.0.1-rc.2",
"version": "1.0.1",
"author": "Whispers12",
"sideEffects": false,
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@easymoney/core": "^1.0.1-rc.2"
"@easymoney/core": "^1.0.1"
},
"engines": {
"node": ">=10.8.x"
Expand Down
6 changes: 3 additions & 3 deletions packages/bignumber.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easymoney/bignumber.js",
"version": "1.0.1-rc.2",
"version": "1.0.1",
"author": "Whispers12",
"sideEffects": false,
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -37,9 +37,9 @@
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@easymoney/core": "^1.0.1-rc.2",
"@easymoney/core": "^1.0.1",
"bignumber.js": "^9.0.0",
"@easymoney/money": "^1.0.1-rc.2"
"@easymoney/money": "^1.0.1"
},
"files": [
"/README.md",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easymoney/core",
"version": "1.0.1-rc.2",
"version": "1.0.1",
"author": "Whispers12",
"sideEffects": false,
"main": "dist/index.cjs.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/crypto-formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easymoney/crypto-formatter",
"version": "1.0.1-rc.2",
"version": "1.0.1",
"author": "Whispers12",
"sideEffects": false,
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -37,14 +37,14 @@
"registry": "https://registry.npmjs.org"
},
"peerDependencies": {
"@easymoney/currencies": "^1.0.2-rc.2"
"@easymoney/currencies": "^1.0.2"
},
"dependencies": {
"@easymoney/core": "^1.0.1-rc.2"
"@easymoney/core": "^1.0.1"
},
"devDependencies": {
"@easymoney/currencies": "^1.0.2-rc.2",
"@easymoney/money": "^1.0.1-rc.2"
"@easymoney/currencies": "^1.0.2",
"@easymoney/money": "^1.0.1"
},
"files": [
"/README.md",
Expand Down
4 changes: 2 additions & 2 deletions packages/currencies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easymoney/currencies",
"version": "1.0.2-rc.2",
"version": "1.0.2",
"author": "Whispers12",
"sideEffects": false,
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@easymoney/core": "^1.0.1-rc.2"
"@easymoney/core": "^1.0.1"
},
"files": [
"/README.md",
Expand Down
10 changes: 5 additions & 5 deletions packages/formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easymoney/formatter",
"version": "1.0.1-rc.2",
"version": "1.0.1",
"author": "Whispers12",
"sideEffects": false,
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -37,14 +37,14 @@
"registry": "https://registry.npmjs.org"
},
"peerDependencies": {
"@easymoney/currencies": "^1.0.2-rc.2"
"@easymoney/currencies": "^1.0.2"
},
"dependencies": {
"@easymoney/core": "^1.0.1-rc.2"
"@easymoney/core": "^1.0.1"
},
"devDependencies": {
"@easymoney/currencies": "^1.0.2-rc.2",
"@easymoney/money": "^1.0.1-rc.2"
"@easymoney/currencies": "^1.0.2",
"@easymoney/money": "^1.0.1"
},
"files": [
"/README.md",
Expand Down
4 changes: 2 additions & 2 deletions packages/money/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easymoney/money",
"version": "1.0.1-rc.2",
"version": "1.0.1",
"author": "Whispers12",
"sideEffects": false,
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@easymoney/core": "^1.0.1-rc.2"
"@easymoney/core": "^1.0.1"
},
"files": [
"/README.md",
Expand Down

0 comments on commit 5e47e7e

Please sign in to comment.