Skip to content

Commit 0a528dc

Browse files
committed
chore(release): 0.1.1
1 parent e3b180b commit 0a528dc

9 files changed

Lines changed: 51 additions & 15 deletions

File tree

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json",
3-
"changelog": ["@changesets/cli/changelog", { "repo": "snwol/protoeffects" }],
3+
"changelog": ["@changesets/cli/changelog", { "repo": "protohiro-com/effects" }],
44
"commit": false,
55
"fixed": [],
66
"linked": [],

.changeset/initial-release.md

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

apps/demo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @protohiro/effects-demo
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @protohiro/effects@0.1.1

apps/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protohiro/effects-demo",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "protohiro-effects-monorepo",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"description": "Zero-wrapper React CSS effects engine.",
66
"packageManager": "pnpm@9.15.0",
77
"scripts": {

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @protohiro/effects-core
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Patch release with documentation and deployment fixes, including live demo link updates.

packages/core/package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protohiro/effects-core",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Core runtime utilities for ProtoEffects CSS-first effects.",
55
"license": "MIT",
66
"type": "module",
@@ -16,7 +16,13 @@
1616
"bugs": {
1717
"url": "https://github.com/protohiro-com/effects/issues"
1818
},
19-
"keywords": ["protoeffects", "css", "effects", "runtime", "utilities"],
19+
"keywords": [
20+
"protoeffects",
21+
"css",
22+
"effects",
23+
"runtime",
24+
"utilities"
25+
],
2026
"publishConfig": {
2127
"access": "public"
2228
},
@@ -27,7 +33,10 @@
2733
"require": "./dist/index.cjs"
2834
}
2935
},
30-
"files": ["dist", "README.md"],
36+
"files": [
37+
"dist",
38+
"README.md"
39+
],
3140
"sideEffects": false,
3241
"scripts": {
3342
"build": "tsup",

packages/react/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @protohiro/effects
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Patch release with documentation and deployment fixes, including live demo link updates.
8+
- Updated dependencies
9+
- @protohiro/effects-core@0.1.1

packages/react/package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protohiro/effects",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Zero-wrapper React hooks for composable CSS effects.",
55
"license": "MIT",
66
"type": "module",
@@ -16,7 +16,13 @@
1616
"bugs": {
1717
"url": "https://github.com/protohiro-com/effects/issues"
1818
},
19-
"keywords": ["protoeffects", "react", "hooks", "css", "effects"],
19+
"keywords": [
20+
"protoeffects",
21+
"react",
22+
"hooks",
23+
"css",
24+
"effects"
25+
],
2026
"publishConfig": {
2127
"access": "public"
2228
},
@@ -27,7 +33,10 @@
2733
"require": "./dist/index.cjs"
2834
}
2935
},
30-
"files": ["dist", "README.md"],
36+
"files": [
37+
"dist",
38+
"README.md"
39+
],
3140
"sideEffects": false,
3241
"dependencies": {
3342
"@protohiro/effects-core": "workspace:*"

0 commit comments

Comments
 (0)