Skip to content

Commit 0a05c3e

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.1...v2.0.0) (2021-10-15) ### Code Refactoring * remove dependency from react query ([e26ab58](e26ab58)) ### Features * **provider:** add onGetSettingsFail option to provider ([ee53b0b](ee53b0b)) ### BREAKING CHANGES * remove react query
1 parent f91e4b1 commit 0a05c3e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "@loadsmart/react-frontend-settings",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Dynamic frontend settings for React applications",
55
"source": "src/index.ts",
66
"main": "dist/main.js",
77
"types": "dist/index.d.ts",
88
"module": "dist/module.js",
99
"author": "Loadsmart <[email protected]>",
1010
"license": "MIT",
11-
"files": ["dist/**/*"],
11+
"files": [
12+
"dist/**/*"
13+
],
1214
"repository": {
1315
"type": "git",
1416
"url": "https://github.com/loadsmart/react-frontend-settings.git"

0 commit comments

Comments
 (0)