Skip to content

Commit 79cf74c

Browse files
chore(release): v0.7.4
1 parent 5beb987 commit 79cf74c

File tree

14 files changed

+92
-12
lines changed

14 files changed

+92
-12
lines changed

CHANGELOG.md

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

33

4+
## v0.7.4
5+
6+
[compare changes](https://github.com/adhesivejs/adhesive/compare/v0.7.3...v0.7.4)
7+
8+
### 📖 Documentation
9+
10+
- **vue:** Update bounding el description ([03d0575](https://github.com/adhesivejs/adhesive/commit/03d0575))
11+
12+
### 🏡 Chore
13+
14+
- Add publish config to each package ([5beb987](https://github.com/adhesivejs/adhesive/commit/5beb987))
15+
16+
### ❤️ Contributors
17+
18+
- Daniel Waltz ([@danielwaltz](https://github.com/danielwaltz))
19+
420
## v0.7.3
521

622
[compare changes](https://github.com/adhesivejs/adhesive/compare/v0.7.2...v0.7.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adhesivejs/monorepo",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"private": true,
55
"packageManager": "pnpm@10.14.0",
66
"type": "module",

packages/core/CHANGELOG.md

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

33

4+
## v0.7.4
5+
6+
[compare changes](https://github.com/adhesivejs/adhesive/compare/v0.7.3...v0.7.4)
7+
8+
### 📖 Documentation
9+
10+
- **vue:** Update bounding el description ([03d0575](https://github.com/adhesivejs/adhesive/commit/03d0575))
11+
12+
### 🏡 Chore
13+
14+
- Add publish config to each package ([5beb987](https://github.com/adhesivejs/adhesive/commit/5beb987))
15+
16+
### ❤️ Contributors
17+
18+
- Daniel Waltz ([@danielwaltz](https://github.com/danielwaltz))
19+
420
## v0.7.3
521

622
[compare changes](https://github.com/adhesivejs/adhesive/compare/v0.7.2...v0.7.3)

packages/core/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adhesivejs/core",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"exports": "./src/index.ts",
55
"include": ["LICENSE", "README.md", "src/**/*.ts"],
66
"exclude": [

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adhesivejs/core",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"description": "A modern, performant, lightweight, dependency free, cross platform solution for flexible sticky positioned elements",
55
"type": "module",
66
"keywords": [

packages/react/CHANGELOG.md

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

33

4+
## v0.7.4
5+
6+
[compare changes](https://github.com/adhesivejs/adhesive/compare/v0.7.3...v0.7.4)
7+
8+
### 📖 Documentation
9+
10+
- **vue:** Update bounding el description ([03d0575](https://github.com/adhesivejs/adhesive/commit/03d0575))
11+
12+
### 🏡 Chore
13+
14+
- Add publish config to each package ([5beb987](https://github.com/adhesivejs/adhesive/commit/5beb987))
15+
16+
### ❤️ Contributors
17+
18+
- Daniel Waltz ([@danielwaltz](https://github.com/danielwaltz))
19+
420
## v0.7.3
521

622
[compare changes](https://github.com/adhesivejs/adhesive/compare/v0.7.2...v0.7.3)

packages/react/jsr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adhesivejs/react",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"exports": "./src/index.ts",
55
"include": ["LICENSE", "README.md", "src/**/*.ts"],
66
"exclude": [
@@ -11,7 +11,7 @@
1111
"tsdown.config.ts"
1212
],
1313
"imports": {
14-
"@adhesivejs/core": "jsr:@adhesivejs/core@0.7.3",
14+
"@adhesivejs/core": "jsr:@adhesivejs/core@0.7.4",
1515
"react": "npm:react@^19.0.0"
1616
}
1717
}

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adhesivejs/react",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"description": "React adapter for Adhesive - A modern, performant, lightweight, dependency free, cross platform solution for flexible sticky positioned elements",
55
"type": "module",
66
"keywords": [

packages/svelte/CHANGELOG.md

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

33

4+
## v0.7.4
5+
6+
[compare changes](https://github.com/adhesivejs/adhesive/compare/v0.7.3...v0.7.4)
7+
8+
### 📖 Documentation
9+
10+
- **vue:** Update bounding el description ([03d0575](https://github.com/adhesivejs/adhesive/commit/03d0575))
11+
12+
### 🏡 Chore
13+
14+
- Add publish config to each package ([5beb987](https://github.com/adhesivejs/adhesive/commit/5beb987))
15+
16+
### ❤️ Contributors
17+
18+
- Daniel Waltz ([@danielwaltz](https://github.com/danielwaltz))
19+
420
## v0.7.3
521

622
[compare changes](https://github.com/adhesivejs/adhesive/compare/v0.7.2...v0.7.3)

packages/svelte/jsr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adhesivejs/svelte",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"exports": "./src/index.ts",
55
"include": ["LICENSE", "README.md", "src/**/*.ts"],
66
"exclude": [
@@ -11,7 +11,7 @@
1111
"tsdown.config.ts"
1212
],
1313
"imports": {
14-
"@adhesivejs/core": "jsr:@adhesivejs/core@0.7.3",
14+
"@adhesivejs/core": "jsr:@adhesivejs/core@0.7.4",
1515
"svelte": "npm:svelte@^5.29.0"
1616
}
1717
}

0 commit comments

Comments
 (0)