Skip to content

Commit

Permalink
Merge pull request #109 from trydofor/changeset-release/main
Browse files Browse the repository at this point in the history
🚀 release [email protected]
  • Loading branch information
trydofor authored Dec 6, 2024
2 parents bc407af + f1d3219 commit cd4f4f4
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/tough-buckets-exercise.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.2.7

### Patch Changes

- bc407af: ✨ add IonAlertDismiss type #108

## 0.2.6

### 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,7 +1,7 @@
{
"name": "@fessional/razor-common",
"type": "module",
"version": "0.2.6",
"version": "0.2.7",
"description": "common layer for mobile and desktop",
"main": "./nuxt.config.ts",
"types": "./index.d.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.2.7

### Patch Changes

- bc407af: ✨ add IonAlertDismiss type #108

## 0.2.6

### 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,7 +1,7 @@
{
"name": "@fessional/razor-mobile",
"type": "module",
"version": "0.2.6",
"version": "0.2.7",
"description": "mobile layer with ionic and capacitor",
"main": "./nuxt.config.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fessional/razor",
"type": "module",
"version": "0.2.6",
"version": "0.2.7",
"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.",
"packageManager": "[email protected]",
"engines": {
Expand Down

0 comments on commit cd4f4f4

Please sign in to comment.