Skip to content

Commit

Permalink
Update README file to add instruction on how to work around local dev…
Browse files Browse the repository at this point in the history
…elopment 💞 (#289)
  • Loading branch information
willnguyen1312 committed May 9, 2024
1 parent dd054ae commit 6a75c4b
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 9 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ pnpm build

## Commands

Please change all versions from "latest" to "workspace\*" inside the example project you want to start, run pnpm install
before executing one of the commands below. I wanted to keep those packages for Stackblitz usage so I use "latest",
unfortunately pnpm doesn't understand it during local development 🙈

### With Docs

```bash
Expand Down
3 changes: 2 additions & 1 deletion packages/angular/projects/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

### Patch Changes

- Updated dependencies [[`3779615`](https://github.com/willnguyen1312/zoom-image/commit/3779615ba4f60e699afb8b1058571fcfea193c51)]:
- Updated dependencies
[[`3779615`](https://github.com/willnguyen1312/zoom-image/commit/3779615ba4f60e699afb8b1058571fcfea193c51)]:
- @zoom-image/core@0.34.1

## 0.2.10
Expand Down
4 changes: 3 additions & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

### Patch Changes

- [#287](https://github.com/willnguyen1312/zoom-image/pull/287) [`3779615`](https://github.com/willnguyen1312/zoom-image/commit/3779615ba4f60e699afb8b1058571fcfea193c51) Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Fix zoom on wheel when going from two to one touch 💞
- [#287](https://github.com/willnguyen1312/zoom-image/pull/287)
[`3779615`](https://github.com/willnguyen1312/zoom-image/commit/3779615ba4f60e699afb8b1058571fcfea193c51) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Fix zoom on wheel when going from two to one touch 💞

## 0.34.0

Expand Down
3 changes: 2 additions & 1 deletion packages/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

### Patch Changes

- Updated dependencies [[`3779615`](https://github.com/willnguyen1312/zoom-image/commit/3779615ba4f60e699afb8b1058571fcfea193c51)]:
- Updated dependencies
[[`3779615`](https://github.com/willnguyen1312/zoom-image/commit/3779615ba4f60e699afb8b1058571fcfea193c51)]:
- @zoom-image/core@0.34.1

## 0.3.10
Expand Down
3 changes: 2 additions & 1 deletion packages/qwik/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

### Patch Changes

- Updated dependencies [[`3779615`](https://github.com/willnguyen1312/zoom-image/commit/3779615ba4f60e699afb8b1058571fcfea193c51)]:
- Updated dependencies
[[`3779615`](https://github.com/willnguyen1312/zoom-image/commit/3779615ba4f60e699afb8b1058571fcfea193c51)]:
- @zoom-image/core@0.34.1

## 0.2.10
Expand Down
3 changes: 2 additions & 1 deletion packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

### Patch Changes

- Updated dependencies [[`3779615`](https://github.com/willnguyen1312/zoom-image/commit/3779615ba4f60e699afb8b1058571fcfea193c51)]:
- Updated dependencies
[[`3779615`](https://github.com/willnguyen1312/zoom-image/commit/3779615ba4f60e699afb8b1058571fcfea193c51)]:
- @zoom-image/core@0.34.1

## 0.4.10
Expand Down
3 changes: 2 additions & 1 deletion packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

### Patch Changes

- Updated dependencies [[`3779615`](https://github.com/willnguyen1312/zoom-image/commit/3779615ba4f60e699afb8b1058571fcfea193c51)]:
- Updated dependencies
[[`3779615`](https://github.com/willnguyen1312/zoom-image/commit/3779615ba4f60e699afb8b1058571fcfea193c51)]:
- @zoom-image/core@0.34.1

## 0.2.10
Expand Down
3 changes: 2 additions & 1 deletion packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

### Patch Changes

- Updated dependencies [[`3779615`](https://github.com/willnguyen1312/zoom-image/commit/3779615ba4f60e699afb8b1058571fcfea193c51)]:
- Updated dependencies
[[`3779615`](https://github.com/willnguyen1312/zoom-image/commit/3779615ba4f60e699afb8b1058571fcfea193c51)]:
- @zoom-image/core@0.34.1

## 0.2.10
Expand Down
3 changes: 2 additions & 1 deletion packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

### Patch Changes

- Updated dependencies [[`3779615`](https://github.com/willnguyen1312/zoom-image/commit/3779615ba4f60e699afb8b1058571fcfea193c51)]:
- Updated dependencies
[[`3779615`](https://github.com/willnguyen1312/zoom-image/commit/3779615ba4f60e699afb8b1058571fcfea193c51)]:
- @zoom-image/core@0.34.1

## 0.2.10
Expand Down
10 changes: 9 additions & 1 deletion pnpm-lock.yaml

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

0 comments on commit 6a75c4b

Please sign in to comment.