Skip to content

Commit

Permalink
chore: authors
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Sep 17, 2024
1 parent 0848125 commit 1a2bcd6
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 5 deletions.
4 changes: 4 additions & 0 deletions packages/money/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ import { formatAmount } from '@glocurrency/money'

formatAmount('GBP', 5) // £5
```

## Authors

- [Ivan Stasiuk](https://github.com/brokeyourbike) | [Twitter](https://twitter.com/brokeyourbike) | [LinkedIn](https://www.linkedin.com/in/brokeyourbike) | [stasi.uk](https://stasi.uk)
2 changes: 1 addition & 1 deletion packages/money/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@glocurrency/money",
"description": "Money Helpers",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"engines": {
"node": ">=20.x"
Expand Down
4 changes: 4 additions & 0 deletions packages/storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ import { isLocalStorageAvailable } from '@glocurrency/storage'

const available = isLocalStorageAvailable()
```

## Authors

- [Ivan Stasiuk](https://github.com/brokeyourbike) | [Twitter](https://twitter.com/brokeyourbike) | [LinkedIn](https://www.linkedin.com/in/brokeyourbike) | [stasi.uk](https://stasi.uk)
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@glocurrency/storage",
"description": "A small utility to use storage",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"engines": {
"node": ">=20.x"
Expand Down
4 changes: 4 additions & 0 deletions packages/time/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ import { formatTime } from '@glocurrency/time'

formatTime(new Date())
```

## Authors

- [Ivan Stasiuk](https://github.com/brokeyourbike) | [Twitter](https://twitter.com/brokeyourbike) | [LinkedIn](https://www.linkedin.com/in/brokeyourbike) | [stasi.uk](https://stasi.uk)
2 changes: 1 addition & 1 deletion packages/time/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@glocurrency/time",
"description": "Time Helpers",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"engines": {
"node": ">=20.x"
Expand Down
4 changes: 4 additions & 0 deletions packages/use-form/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ const OrderForm() => {
)
}
```

## Authors

- [Ivan Stasiuk](https://github.com/brokeyourbike) | [Twitter](https://twitter.com/brokeyourbike) | [LinkedIn](https://www.linkedin.com/in/brokeyourbike) | [stasi.uk](https://stasi.uk)
2 changes: 1 addition & 1 deletion packages/use-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glocurrency/use-form",
"version": "0.0.4",
"version": "0.0.5",
"description": "A React hook to help manage form data",
"engines": {
"node": ">=20.x"
Expand Down
4 changes: 4 additions & 0 deletions packages/use-get/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ export function useGetOrders() {
return useGet<OrderData[]>('/orders')
}
```

## Authors

- [Ivan Stasiuk](https://github.com/brokeyourbike) | [Twitter](https://twitter.com/brokeyourbike) | [LinkedIn](https://www.linkedin.com/in/brokeyourbike) | [stasi.uk](https://stasi.uk)
2 changes: 1 addition & 1 deletion packages/use-get/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glocurrency/use-get",
"version": "0.0.3",
"version": "0.0.4",
"description": "A React hook to interact with APIs",
"engines": {
"node": ">=20.x"
Expand Down

0 comments on commit 1a2bcd6

Please sign in to comment.