Skip to content

Commit f7a8966

Browse files
authored
Merge pull request #71 from launchcodedev/release-v2
Releasing Version 2 🎉
2 parents 2a76fa9 + ca03d96 commit f7a8966

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

app-config-inject/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lcdev/app-config-inject",
33
"description": "Runtime injection of app-config into static HTML files",
4-
"version": "2.0.0-rc.10",
4+
"version": "2.0.0",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",
@@ -34,7 +34,7 @@
3434
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
3535
},
3636
"dependencies": {
37-
"@lcdev/app-config": "2.0.0-rc.10",
37+
"@lcdev/app-config": "2",
3838
"node-html-parser": "1",
3939
"yargs": "16"
4040
},

app-config-react-native-transformer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lcdev/react-native-app-config-transformer",
33
"description": "React Native Metro transformer that loads your app-config values into bundles statically",
4-
"version": "2.0.0-rc.10",
4+
"version": "2.0.0",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",
@@ -33,7 +33,7 @@
3333
"semver": "7"
3434
},
3535
"peerDependencies": {
36-
"@lcdev/app-config": "2.0.0-rc.10",
36+
"@lcdev/app-config": "2",
3737
"react-native": ">=0.45.0"
3838
},
3939
"devDependencies": {

app-config-vault/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@app-config/vault",
33
"description": "Hashicorp Vault support for App Config",
4-
"version": "2.0.0-rc.10",
4+
"version": "2.0.0",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",
@@ -35,10 +35,10 @@
3535
"node-vault": "0.9"
3636
},
3737
"peerDependencies": {
38-
"@lcdev/app-config": "2.0.0-rc.10"
38+
"@lcdev/app-config": "2"
3939
},
4040
"devDependencies": {
41-
"@lcdev/app-config": "2.0.0-rc.10"
41+
"@lcdev/app-config": "2"
4242
},
4343
"prettier": "@lcdev/prettier",
4444
"jest": {

app-config-webpack-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lcdev/app-config-webpack-plugin",
33
"description": "Webpack plugin that loads your app-config values into bundles statically",
4-
"version": "2.0.0-rc.10",
4+
"version": "2.0.0",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",
@@ -34,13 +34,13 @@
3434
"loader-utils": "2"
3535
},
3636
"peerDependencies": {
37-
"@lcdev/app-config": "1 || 2 || 2.0.0-rc.10",
37+
"@lcdev/app-config": "1 || 2",
3838
"ajv": "7",
3939
"html-webpack-plugin": "4",
4040
"webpack": "4"
4141
},
4242
"devDependencies": {
43-
"@lcdev/app-config": "1 || 2 || 2.0.0-rc.10",
43+
"@lcdev/app-config": "1 || 2",
4444
"@types/loader-utils": "1",
4545
"html-webpack-plugin": "4",
4646
"webpack": "4"

app-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lcdev/app-config",
33
"description": "Easy to use configuration loader with schema validation",
4-
"version": "2.0.0-rc.10",
4+
"version": "2.0.0",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",

examples/cli-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "echo"
1414
},
1515
"dependencies": {
16-
"@lcdev/app-config": "2.0.0-rc.10"
16+
"@lcdev/app-config": "2"
1717
},
1818
"devDependencies": {
1919
"@lcdev/tsconfig": "0.2",

examples/frontend-webpack-project/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"test": "echo"
1313
},
1414
"dependencies": {
15-
"@lcdev/app-config": "2.0.0-rc.10",
15+
"@lcdev/app-config": "2",
1616
"ajv": "7"
1717
},
1818
"devDependencies": {
19-
"@lcdev/app-config-webpack-plugin": "2.0.0-rc.10",
19+
"@lcdev/app-config-webpack-plugin": "2",
2020
"@lcdev/tsconfig": "0.2",
2121
"cross-env": "7",
2222
"cypress": "6",

examples/nodejs-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test": "echo"
1717
},
1818
"dependencies": {
19-
"@lcdev/app-config": "2.0.0-rc.10",
19+
"@lcdev/app-config": "2",
2020
"fastify": "3"
2121
},
2222
"devDependencies": {

examples/react-native-project/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test": "echo"
1818
},
1919
"dependencies": {
20-
"@lcdev/app-config": "2.0.0-rc.10",
20+
"@lcdev/app-config": "2",
2121
"expo": "39",
2222
"expo-status-bar": "1",
2323
"react": "16",
@@ -26,8 +26,8 @@
2626
},
2727
"devDependencies": {
2828
"@babel/core": "7",
29-
"@lcdev/app-config": "2.0.0-rc.10",
30-
"@lcdev/react-native-app-config-transformer": "2.0.0-rc.10",
29+
"@lcdev/app-config": "2",
30+
"@lcdev/react-native-app-config-transformer": "2",
3131
"@lcdev/tsconfig": "0.1",
3232
"@types/react": "16",
3333
"@types/react-native": "0.63",

test-webpack-projects/query-parameter-overrides/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"test": "echo"
1414
},
1515
"dependencies": {
16-
"@lcdev/app-config": "2.0.0-rc.10",
16+
"@lcdev/app-config": "2",
1717
"ajv": "7",
1818
"lodash.merge": "^4.6.2"
1919
},
2020
"devDependencies": {
21-
"@lcdev/app-config-webpack-plugin": "2.0.0-rc.10",
21+
"@lcdev/app-config-webpack-plugin": "2",
2222
"@lcdev/tsconfig": "0.2",
2323
"cross-env": "7",
2424
"cypress": "6",

0 commit comments

Comments
 (0)