Skip to content

Commit 3eaee65

Browse files
committed
chore: release v2.0.2
1 parent 15278a1 commit 3eaee65

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

app-config-inject/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-inject",
33
"description": "Runtime injection of app-config into static HTML files",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",

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

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "2.0.2",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",

app-config-vault/package.json

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "2.0.2",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",

app-config-webpack-plugin/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-webpack-plugin",
33
"description": "Webpack plugin that loads your app-config values into bundles statically",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",

app-config/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",
33
"description": "Easy to use configuration loader with schema validation",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"license": "MPL-2.0",
66
"author": {
77
"name": "Launchcode",
@@ -38,10 +38,10 @@
3838
"@iarna/toml": "3",
3939
"@lcdev/ts": "0.2",
4040
"@lcdev/ws-rpc": "0.4",
41+
"@types/json-schema": "7",
4142
"@types/openpgp": "4",
4243
"@types/prompts": "2",
4344
"@types/readable-stream": "2",
44-
"@types/json-schema": "7",
4545
"@types/urijs": "1",
4646
"ajv": "7",
4747
"ajv-formats": "1",

0 commit comments

Comments
 (0)