Skip to content

Commit f7e5a1e

Browse files
committed
chore: release version packages
1 parent 827abee commit f7e5a1e

File tree

7 files changed

+78
-15
lines changed

7 files changed

+78
-15
lines changed

.changeset/all-times-cut.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/config.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": [
4-
"@changesets/changelog-github",
5-
{
6-
"repo": "DavidAmunga/mpesa2csv"
7-
}
8-
],
3+
"changelog": "@changesets/cli/changelog",
94
"commit": false,
105
"fixed": [],
116
"linked": [],

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# mpesa2csv
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- 97d245d: feat: Replace PDF.js with Tabula for improved PDF table extraction
8+
39
## 0.6.1
410

511
### Patch Changes

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mpesa2csv",
33
"private": true,
4-
"version": "0.6.1",
4+
"version": "0.7.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -48,6 +48,7 @@
4848
"zustand": "^5.0.8"
4949
},
5050
"devDependencies": {
51+
"@changesets/changelog-github": "^0.5.1",
5152
"@changesets/cli": "^2.29.7",
5253
"@tauri-apps/cli": "^2",
5354
"@types/react": "^19.1.8",

pnpm-lock.yaml

Lines changed: 66 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mpesa2csv"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
description = "Convert M-PESA Statements to CSV/Excel Files"
55
authors = ["David Amunga"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "mpesa2csv",
4-
"version": "0.6.1",
4+
"version": "0.7.0",
55
"identifier": "com.amunga.david.mpesa2csv",
66
"build": {
77
"beforeDevCommand": "pnpm dev",
@@ -85,7 +85,7 @@
8585
"updater": {
8686
"active": true,
8787
"endpoints": [
88-
"https://github.com/DavidAmunga/mpesa2csv/releases/download/v0.6.1/latest.json"
88+
"https://github.com/DavidAmunga/mpesa2csv/releases/download/v0.7.0/latest.json"
8989
],
9090
"dialog": true,
9191
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDhEOTM5OERDNTU1QjUwNDUKUldSWTRKaFRuVkVaRzVqWVVGQlJrSkNSa0pEUWpCRFFrSkNSa0pCUWtKQ1FrSkJRa0pCUWc9PQ=="

0 commit comments

Comments
 (0)