Skip to content

Commit

Permalink
Docs/prepare for release (#20)
Browse files Browse the repository at this point in the history
* prepare for release

* edit flows

* test run example
  • Loading branch information
SilentCatD authored Dec 4, 2023
1 parent 7a3c647 commit 479344b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: cd example
- run: yarn
- run: yarn test
- run: yarn build
- working-directory: ./example
run: |
yarn
yarn test
yarn build
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.2

- Fix docs typo
- Fix test run example

# 1.0.1

- Fix docs typo
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-scoped-provider",
"version": "1.0.1",
"version": "1.0.2",
"description": "Library for DI in react without the need of self-creating context everytime.",
"type": "module",
"source": "src/index.ts",
Expand Down

0 comments on commit 479344b

Please sign in to comment.