Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Oct 15, 2021
1 parent f91e4b1 commit 0a05c3e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "@loadsmart/react-frontend-settings",
"version": "1.0.0",
"version": "2.0.0",
"description": "Dynamic frontend settings for React applications",
"source": "src/index.ts",
"main": "dist/main.js",
"types": "dist/index.d.ts",
"module": "dist/module.js",
"author": "Loadsmart <[email protected]>",
"license": "MIT",
"files": ["dist/**/*"],
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "https://github.com/loadsmart/react-frontend-settings.git"
Expand Down

0 comments on commit 0a05c3e

Please sign in to comment.