Skip to content

Commit

Permalink
Version Packages (#17)
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 Mar 7, 2025
1 parent b0679a6 commit 3004b76
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-boats-sink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/huge-suns-show.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-planets-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/upset-lemons-boil.md

This file was deleted.

6 changes: 6 additions & 0 deletions examples/Gallery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lynx-example/discover-page

## 0.3.1

### Patch Changes

- b0679a6: feat: Change the usage of lynx.\_\_globalProps to SystemInfo in Gallery

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/Gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@lynx-example/gallery",
"description": "An example shows how to build a picture gallery and master Lynx better",
"type": "module",
"version": "0.3.0",
"version": "0.3.1",
"license": "Apache-2.0",
"scripts": {
"build": "rspeedy build",
Expand Down
6 changes: 6 additions & 0 deletions examples/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lynx-example/layout

## 0.3.3

### Patch Changes

- 850812d: Better Web example

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@lynx-example/layout",
"description": "Examples of the layout related styling",
"type": "module",
"version": "0.3.2",
"version": "0.3.3",
"license": "Apache-2.0",
"scripts": {
"build": "rspeedy build && rspeedy build --config lynx.web.config.mjs",
Expand Down
6 changes: 6 additions & 0 deletions examples/react-lifecycle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lynx-example/react-lifecycle

## 0.2.1

### Patch Changes

- 7e654d0: Add margin for better experience.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/react-lifecycle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-example/react-lifecycle",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"description": "ReactLynx lifecycle demo",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions examples/swiper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lynx-example/swiper

## 0.2.1

### Patch Changes

- 073a75f: Use `SystemInfo` instead of `globalProps`

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/swiper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@lynx-example/swiper",
"description": "An example shows how to use main thread script for interaction",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"license": "Apache-2.0",
"scripts": {
"build": "rspeedy build",
Expand Down

0 comments on commit 3004b76

Please sign in to comment.