Skip to content

Commit

Permalink
Merge pull request #10 from MFB-Technologies-Inc/release/v1.3.0
Browse files Browse the repository at this point in the history
Release/v1.3.0
  • Loading branch information
lemke-ethan authored Aug 13, 2022
2 parents d88239a + 428b218 commit 2b29211
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 10 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@mfbtech/react-async-renderer",
"entries": [
{
"version": "1.3.0",
"tag": "@mfbtech/react-async-renderer_v1.3.0",
"date": "Fri, 12 Aug 2022 09:12:00 GMT",
"comments": {
"minor": [
{
"comment": "Fixed the publish action"
},
{
"comment": "Added an example application"
},
{
"comment": "Remove contributing document and added the license to the readme"
},
{
"comment": "Restrict the files that are published"
}
]
}
},
{
"version": "1.2.1",
"tag": "@mfbtech/react-async-renderer_v1.2.1",
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

This log was last generated on Wed, 16 Mar 2022 01:48:17 GMT and should not be manually modified.

## 1.3.0
Fri, 12 Aug 2022 09:12:00 GMT

### Minor changes

- Fixed the publish action
- Added an example application
- Remove contributing document and added the license to the readme
- Restrict the files that are published

## 1.2.1
Wed, 16 Mar 2022 01:48:17 GMT

Expand Down
12 changes: 6 additions & 6 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@mfbtech/react-async-renderer": "file:../packed/mfbtech-react-async-renderer-1.2.1.tgz",
"@mfbtech/react-async-renderer": "file:../packed/mfbtech-react-async-renderer-1.3.0.tgz",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"web-vitals": "^2.1.4"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mfbtech/react-async-renderer",
"version": "1.2.1",
"version": "1.3.0",
"description": "Utilities for rendering JSX with respect to one or more asynchronous operations.",
"author": "MFB Technologies, Inc.",
"homepage": "https://github.com/MFB-Technologies-Inc/react-async-renderer",
Expand Down
1 change: 1 addition & 0 deletions src/components/LoadingSpinner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ $size: 30px;

.spinner {
position: relative;
// TODO: #9: address build warnings
top: calc(50% - math.div(#{$size}, 2));
left: calc(50% - math.div(#{$size}, 2));
width: $size;
Expand Down

0 comments on commit 2b29211

Please sign in to comment.