Skip to content

Commit c1cd8c6

Browse files
Version Packages
1 parent 6237bf3 commit c1cd8c6

File tree

9 files changed

+44
-12
lines changed

9 files changed

+44
-12
lines changed

.changeset/dull-parrots-sip.md

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

packages/codecs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @journeyapps-labs/micro-codecs
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 3b6c502: Initial publish

packages/codecs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@journeyapps-labs/micro-codecs",
33
"main": "./dist/index",
44
"typings": "./dist/index",
5-
"version": "0.0.1",
5+
"version": "1.0.0",
66
"repository": "https://github.com/journeyapps-labs/journey-micro",
77
"files": [
88
"dist/**"

packages/errors/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @journeyapps-labs/micro-errors
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 3b6c502: Initial publish

packages/errors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@journeyapps-labs/micro-errors",
33
"main": "./dist/index",
44
"typings": "./dist/index",
5-
"version": "0.0.1",
5+
"version": "1.0.0",
66
"repository": "https://github.com/journeyapps-labs/journey-micro",
77
"files": [
88
"dist/**"

packages/schema/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @journeyapps-labs/micro-schema
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 3b6c502: Initial publish
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [3b6c502]
12+
- @journeyapps-labs/micro-codecs@1.0.0
13+
- @journeyapps-labs/micro-errors@1.0.0

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@journeyapps-labs/micro-schema",
33
"main": "./dist/index",
44
"typings": "./dist/index",
5-
"version": "0.0.1",
5+
"version": "1.0.0",
66
"repository": "https://github.com/journeyapps-labs/journey-micro",
77
"scripts": {
88
"test": "vitest"

packages/streaming/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @journeyapps-labs/micro-streaming
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 3b6c502: Initial publish
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [3b6c502]
12+
- @journeyapps-labs/micro-errors@1.0.0
13+
- @journeyapps-labs/micro-schema@1.0.0

packages/streaming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "./dist/index",
44
"browser": "./dist/web",
55
"typings": "./dist/index",
6-
"version": "0.0.1",
6+
"version": "1.0.0",
77
"repository": "https://github.com/journeyapps-labs/journey-micro",
88
"files": [
99
"dist/**"

0 commit comments

Comments
 (0)