Skip to content

Commit 4f7665b

Browse files
github-actions[bot]daKmoR
authored andcommitted
Version Packages
1 parent 1971f5d commit 4f7665b

File tree

21 files changed

+90
-30
lines changed

21 files changed

+90
-30
lines changed

.changeset/honest-pumas-wink.md

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

packages/blog/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# @rocket/blog
2+
3+
## 0.1.0
4+
### Minor Changes
5+
6+
- 1971f5d: Initial Release

packages/blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket/blog",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"publishConfig": {
55
"access": "public"
66
},
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# @rocket/building-rollup
2+
3+
## 0.1.0
4+
### Minor Changes
5+
6+
- 1971f5d: Initial Release

packages/building-rollup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket/building-rollup",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"publishConfig": {
55
"access": "public"
66
},

packages/cli/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# @rocket/cli
2+
3+
## 0.1.0
4+
### Minor Changes
5+
6+
- 1971f5d: Initial Release
7+
8+
### Patch Changes
9+
10+
- Updated dependencies [1971f5d]
11+
- @rocket/building-rollup@0.1.0
12+
- @rocket/core@0.1.0
13+
- @rocket/eleventy-plugin-mdjs-unified@0.1.0
14+
- @rocket/eleventy-rocket-nav@0.1.0

packages/cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket/cli",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -50,10 +50,10 @@
5050
],
5151
"dependencies": {
5252
"@11ty/eleventy": "^0.11.1",
53-
"@rocket/building-rollup": "^0.0.0",
54-
"@rocket/core": "^0.0.0",
55-
"@rocket/eleventy-plugin-mdjs-unified": "^0.0.0",
56-
"@rocket/eleventy-rocket-nav": "^0.0.0",
53+
"@rocket/building-rollup": "^0.1.0",
54+
"@rocket/core": "^0.1.0",
55+
"@rocket/eleventy-plugin-mdjs-unified": "^0.1.0",
56+
"@rocket/eleventy-rocket-nav": "^0.1.0",
5757
"@rollup/plugin-babel": "^5.2.2",
5858
"@rollup/plugin-node-resolve": "^11.0.1",
5959
"@web/config-loader": "^0.1.3",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# @rocket/core
2+
3+
## 0.1.0
4+
### Minor Changes
5+
6+
- 1971f5d: Initial Release

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": "@rocket/core",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"publishConfig": {
55
"access": "public"
66
},

packages/drawer/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# @rocket/drawer
2+
3+
## 0.1.0
4+
### Minor Changes
5+
6+
- 1971f5d: Initial Release

0 commit comments

Comments
 (0)