Skip to content

Commit b260990

Browse files
chore: release main (#38)
1 parent a46b60f commit b260990

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"packages/mcp-cafe24-admin": "0.2.1",
88
"packages/biome-plugin": "0.2.2",
99
"packages/zotero-plugin-uts": "0.1.2",
10-
"packages/react-share": "0.1.0"
10+
"packages/react-share": "0.1.1"
1111
}

packages/react-share/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/gracefullight/pkgs/compare/@gracefullight/react-share@0.1.0...@gracefullight/react-share@0.1.1) (2026-01-29)
4+
5+
6+
### Features
7+
8+
* **react-share:** add headless social sharing library with strategy pattern ([2eacbab](https://github.com/gracefullight/pkgs/commit/2eacbabd4d066879b9959274ff826a1c0145ec4a))

packages/react-share/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gracefullight/react-share",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A lightweight, headless social sharing library for React",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)