Skip to content

Commit

Permalink
Merge pull request #140 from trydofor/changeset-release/main
Browse files Browse the repository at this point in the history
🚀 release versions @0.4.0
  • Loading branch information
trydofor authored Dec 28, 2024
2 parents 1735919 + 2ce7337 commit e71d40d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/gold-tips-count.md

This file was deleted.

6 changes: 6 additions & 0 deletions layers/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fessional/razor-common

## 0.4.0

### Minor Changes

- 1735919: ♻️ fetcher can handle the return #139

## 0.3.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion layers/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fessional/razor-common",
"version": "0.3.14",
"version": "0.4.0",
"description": "common layer for mobile and desktop",
"type": "module",
"main": "./nuxt.config.ts",
Expand Down
6 changes: 6 additions & 0 deletions layers/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fessional/razor-mobile

## 0.4.0

### Minor Changes

- 1735919: ♻️ fetcher can handle the return #139

## 0.3.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion layers/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fessional/razor-mobile",
"version": "0.3.14",
"version": "0.4.0",
"description": "mobile layer with ionic and capacitor",
"type": "module",
"main": "./nuxt.config.ts",
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": "@fessional/razor",
"version": "0.3.14",
"version": "0.4.0",
"description": "Use front-end tech (Nuxt/Ts) to build multi-platform from one codebase, suitable for small team and app to write app once, apply almost anywhere.",
"type": "module",
"files": [
Expand Down

0 comments on commit e71d40d

Please sign in to comment.