Skip to content

Commit a148526

Browse files
chore: version packages
1 parent 4685713 commit a148526

Some content is hidden

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

64 files changed

+472
-192
lines changed

.changeset/pre.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"mode": "pre",
3+
"tag": "next",
4+
"initialVersions": {
5+
"walkeros": "0.5.0",
6+
"@walkeros/destination-demo": "0.5.0",
7+
"walkeros-demo-react": "1.3.0",
8+
"@walkeros/source-demo": "0.5.0",
9+
"@walkeros/storybook-demo": "0.3.0",
10+
"@walkeros/quickstart": "0.5.0",
11+
"@walkeros/storybook-addon": "0.4.0",
12+
"@walkeros/walker.js": "0.5.0",
13+
"@walkeros/cli": "0.5.0",
14+
"@walkeros/collector": "0.5.0",
15+
"@walkeros/core": "0.5.0",
16+
"@walkeros/docker": "0.3.0",
17+
"@walkeros/server-core": "0.5.0",
18+
"@walkeros/server-destination-api": "0.5.0",
19+
"@walkeros/server-destination-aws": "0.5.0",
20+
"@walkeros/server-destination-datamanager": "0.5.0",
21+
"@walkeros/server-destination-gcp": "0.5.0",
22+
"@walkeros/server-destination-meta": "0.5.0",
23+
"@walkeros/server-source-aws": "0.5.0",
24+
"@walkeros/server-source-express": "0.5.0",
25+
"@walkeros/server-source-fetch": "0.5.0",
26+
"@walkeros/server-source-gcp": "0.5.0",
27+
"@walkeros/web-core": "0.5.0",
28+
"@walkeros/web-destination-api": "0.5.0",
29+
"@walkeros/web-destination-gtag": "0.5.0",
30+
"@walkeros/web-destination-meta": "0.5.0",
31+
"@walkeros/web-destination-piwikpro": "0.5.0",
32+
"@walkeros/web-destination-plausible": "0.5.0",
33+
"@walkeros/web-source-browser": "0.5.0",
34+
"@walkeros/web-source-datalayer": "0.5.0",
35+
"@walkeros/website": "0.4.0"
36+
},
37+
"changesets": ["add-changeset-docs"]
38+
}

apps/cli/CHANGELOG.md

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

3+
## 0.5.1-next.0
4+
5+
### Patch Changes
6+
7+
- @walkeros/cli@0.5.1-next.0
8+
39
## 0.5.0
410

511
### Minor Changes

apps/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "walkeros",
3-
"version": "0.5.0",
3+
"version": "0.5.1-next.0",
44
"description": "walkerOS CLI - Bundle and deploy walkerOS components",
55
"license": "MIT",
66
"type": "module",
@@ -18,7 +18,7 @@
1818
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
1919
},
2020
"dependencies": {
21-
"@walkeros/cli": "0.5.0"
21+
"@walkeros/cli": "0.5.1-next.0"
2222
},
2323
"devDependencies": {
2424
"tsup": "^8.5.1",

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.5.1-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5163b01]
8+
- @walkeros/core@0.5.1-next.0
9+
310
## 0.5.0
411

512
### Minor 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.0",
4+
"version": "0.5.1-next.0",
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.0"
27+
"@walkeros/core": "0.5.1-next.0"
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+
## 1.3.1-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5163b01]
8+
- @walkeros/core@0.5.1-next.0
9+
- @walkeros/collector@0.5.1-next.0
10+
- @walkeros/web-core@0.5.1-next.0
11+
- @walkeros/web-source-browser@0.5.1-next.0
12+
- @walkeros/web-destination-api@0.5.1-next.0
13+
- @walkeros/web-destination-gtag@0.5.1-next.0
14+
315
## 1.3.0
416

517
### Minor 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.0",
3+
"version": "1.3.1-next.0",
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": "*",
20-
"@walkeros/core": "*",
21-
"@walkeros/web-core": "*",
22-
"@walkeros/web-destination-api": "*",
23-
"@walkeros/web-destination-gtag": "*",
24-
"@walkeros/web-source-browser": "*",
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",
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.5.1-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5163b01]
8+
- @walkeros/core@0.5.1-next.0
9+
310
## 0.5.0
411

512
### Minor 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.0",
4+
"version": "0.5.1-next.0",
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.0"
27+
"@walkeros/core": "0.5.1-next.0"
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.3.1-next.0
4+
5+
### Patch Changes
6+
7+
- @walkeros/web-source-browser@0.5.1-next.0
8+
39
## 0.3.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)