Skip to content

Commit

Permalink
Version Packages (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 23, 2024
1 parent c1ee4f7 commit bb67455
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/hungry-dingos-hope.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/core/react-loosely-lazy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# react-loosely-lazy

## 1.2.1

### Patch Changes

- c1ee4f7: Avoid accessing global at module initialization time.
2 changes: 1 addition & 1 deletion packages/core/react-loosely-lazy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-loosely-lazy",
"version": "1.2.0",
"version": "1.2.1",
"description": "Suspense enable and SSR compatible async components with priorities",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"mini-css-extract-plugin": "^1.6.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-loosely-lazy": "1.2.0",
"react-loosely-lazy": "1.2.1",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"url-loader": "^4.1.1",
"webpack": "^4.46.0"
Expand Down

0 comments on commit bb67455

Please sign in to comment.