Skip to content

Commit

Permalink
Version v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrichardson committed Sep 12, 2022
1 parent 00eaafe commit 821116c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 9 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
# Changelog

## [2.1.1](https://github.com/andyrichardson/fielder/tree/2.1.1) (2021-11-02)
## [v2.2.0](https://github.com/andyrichardson/fielder/tree/v2.2.0) (2022-09-12)

[Full Changelog](https://github.com/andyrichardson/fielder/compare/v2.1.0...2.1.1)
[Full Changelog](https://github.com/andyrichardson/fielder/compare/v2.1.1...v2.2.0)

**Additions:**

- Add support for persisting state [\#12](https://github.com/andyrichardson/fielder/issues/12)

**Merged pull requests:**

- Update docs dependencies [\#336](https://github.com/andyrichardson/fielder/pull/336) ([andyrichardson](https://github.com/andyrichardson))
- Add "fromState" to docs [\#335](https://github.com/andyrichardson/fielder/pull/335) ([andyrichardson](https://github.com/andyrichardson))
- Fix formatting [\#334](https://github.com/andyrichardson/fielder/pull/334) ([andyrichardson](https://github.com/andyrichardson))
- Move to Github Actions [\#333](https://github.com/andyrichardson/fielder/pull/333) ([andyrichardson](https://github.com/andyrichardson))
- Fix e2e tests [\#321](https://github.com/andyrichardson/fielder/pull/321) ([andyrichardson](https://github.com/andyrichardson))
- Add value restoration \(optional\) [\#320](https://github.com/andyrichardson/fielder/pull/320) ([andyrichardson](https://github.com/andyrichardson))

## [v2.1.1](https://github.com/andyrichardson/fielder/tree/v2.1.1) (2021-11-02)

[Full Changelog](https://github.com/andyrichardson/fielder/compare/v2.1.0...v2.1.1)

**Closed issues:**

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npm run changelog -- --future-release [release version] --token [your github oau
### 3. Push/merge new version to master

```
git add package.json CHANGELOG.md
git add CHANGELOG.md
git commit -m "Version v0.0.0"
git push origin master
```
Expand Down
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fielder",
"version": "2.1.1",
"version": "0.0.0",
"description": "A field-first form library for React and React Native",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"build:preact": "rm -rf preact/dist && PREACT=true rollup -c rollup.config.js",
"check-formatting": "prettier --check \"./**/*.{ts,tsx,md,mdx,html}\" \"!./CHANGELOG.md\"",
"lint": "eslint -c .eslintrc \"src/**.{ts,tsx}\"",
"changelog": "docker run -it --rm -v \"$(pwd)\":/usr/local/src/your-app ferrarimarco/github-changelog-generator -u andyrichardson -p fielder"
"changelog": "docker run -it --rm -v \"$(pwd)\":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u andyrichardson -p fielder"
},
"author": "Andy Richardson (andyrichardson)",
"license": "MIT",
Expand Down Expand Up @@ -75,9 +75,5 @@
"optionalDependencies": {
"preact": ">=10.5.9",
"react": ">=16.8.0"
},
"dependencies": {
"preact": ">=10.5.9",
"react": ">=16.8.0"
}
}

0 comments on commit 821116c

Please sign in to comment.