Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Links): Fix links to release in readme + fix action workflow #7

Merged
merged 1 commit into from
Mar 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
with:
node-version: 14

- run: npm install

# publishes to NPM using third party tool (more info here https://github.com/JS-DevTools/npm-publish)
- uses: JS-DevTools/npm-publish@v1
with:
Expand Down
25 changes: 2 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,29 +120,8 @@ Since Lob charges per request, you can set `delaySearch` to true which delays an
[Click here for more details about the props for each component](https://github.com/lob/react-address-autocomplete/wiki/React-Address-Autocomplete-Component-Props)


## Latest Release
### 1.0.9 (LATEST RELEASE)
| Latest improvements |
| :--- |
| Moved to an open source repo |
### 1.0.8
| Latest improvements |
| :--- |
| Introduction of Autocomplete Forms |
| Removed UI restrictions blocking flow of autocomplete results |
### 1.0.7
| 1.0.7 |
| :--- |
| README updates |
| Improved API performance and autocomplete accuracy |
### 1.0.6
| 1.0.6 |
| :--- |
| Minor bug fixes in the demo app |
| Prevents Autocomplete from calling API on render |


[View release notes from previous versions](https://github.com/lob/av-integrations/wiki/React-Address-Autocomplete-Release-Log)
## Release Logs
[View release notes from previous versions](https://github.com/lob/react-address-autocomplete/releases)

## License

Expand Down