Skip to content

Commit f45b748

Browse files
chore: version packages
1 parent 941461b commit f45b748

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+417
-199
lines changed

.changeset/add-changeset-docs.md

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

.changeset/fix-cli-url-handling.md

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

.changeset/fix-version-display.md

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

apps/demos/destination/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @walkeros/destination-demo
22

3+
## 0.0.0-next-20251219153324
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5163b01]
8+
- @walkeros/core@0.0.0-next-20251219153324
9+
310
## 0.5.1-next.0
411

512
### Patch Changes

apps/demos/destination/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@walkeros/destination-demo",
33
"description": "Demo destination for walkerOS - logs events to console",
4-
"version": "0.5.1-next.0",
4+
"version": "0.0.0-next-20251219153324",
55
"license": "MIT",
66
"main": "./dist/index.js",
77
"module": "./dist/index.mjs",
@@ -24,7 +24,7 @@
2424
"test": "jest"
2525
},
2626
"dependencies": {
27-
"@walkeros/core": "0.5.1-next.0"
27+
"@walkeros/core": "0.0.0-next-20251219153324"
2828
},
2929
"repository": {
3030
"url": "git+https://github.com/elbwalker/walkerOS.git",

apps/demos/react/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# walkeros-demo-react
22

3+
## 0.0.0-next-20251219153324
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5163b01]
8+
- @walkeros/core@0.0.0-next-20251219153324
9+
- @walkeros/collector@0.0.0-next-20251219153324
10+
- @walkeros/web-core@0.0.0-next-20251219153324
11+
- @walkeros/web-source-browser@0.0.0-next-20251219153324
12+
- @walkeros/web-destination-api@0.0.0-next-20251219153324
13+
- @walkeros/web-destination-gtag@0.0.0-next-20251219153324
14+
315
## 1.3.1-next.0
416

517
### Patch Changes

apps/demos/react/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "walkeros-demo-react",
3-
"version": "1.3.1-next.0",
3+
"version": "0.0.0-next-20251219153324",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -16,12 +16,12 @@
1616
},
1717
"dependencies": {
1818
"@remix-run/router": "^1.23.0",
19-
"@walkeros/collector": "0.5.1-next.0",
20-
"@walkeros/core": "0.5.1-next.0",
21-
"@walkeros/web-core": "0.5.1-next.0",
22-
"@walkeros/web-destination-api": "0.5.1-next.0",
23-
"@walkeros/web-destination-gtag": "0.5.1-next.0",
24-
"@walkeros/web-source-browser": "0.5.1-next.0",
19+
"@walkeros/collector": "0.0.0-next-20251219153324",
20+
"@walkeros/core": "0.0.0-next-20251219153324",
21+
"@walkeros/web-core": "0.0.0-next-20251219153324",
22+
"@walkeros/web-destination-api": "0.0.0-next-20251219153324",
23+
"@walkeros/web-destination-gtag": "0.0.0-next-20251219153324",
24+
"@walkeros/web-source-browser": "0.0.0-next-20251219153324",
2525
"react": "^19.2.3",
2626
"react-dom": "^19.2.3",
2727
"react-router-dom": "^7.10.1"

apps/demos/source/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @walkeros/source-demo
22

3+
## 0.0.0-next-20251219153324
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5163b01]
8+
- @walkeros/core@0.0.0-next-20251219153324
9+
310
## 0.5.1-next.0
411

512
### Patch Changes

apps/demos/source/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@walkeros/source-demo",
33
"description": "Demo source for walkerOS - generates events from config",
4-
"version": "0.5.1-next.0",
4+
"version": "0.0.0-next-20251219153324",
55
"license": "MIT",
66
"main": "./dist/index.js",
77
"module": "./dist/index.mjs",
@@ -24,7 +24,7 @@
2424
"test": "jest"
2525
},
2626
"dependencies": {
27-
"@walkeros/core": "0.5.1-next.0"
27+
"@walkeros/core": "0.0.0-next-20251219153324"
2828
},
2929
"repository": {
3030
"url": "git+https://github.com/elbwalker/walkerOS.git",

apps/demos/storybook/CHANGELOG.md

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

3+
## 0.0.0-next-20251219153324
4+
5+
### Patch Changes
6+
7+
- @walkeros/web-source-browser@0.0.0-next-20251219153324
8+
39
## 0.3.1-next.0
410

511
### Patch Changes

0 commit comments

Comments
 (0)