Skip to content

Commit d24f92d

Browse files
Merge pull request #30 from dportillo-ixs/changeset-release/canary
2 parents 546066a + d485a5d commit d24f92d

File tree

12 files changed

+76
-25
lines changed

12 files changed

+76
-25
lines changed

.changeset/package-rename-for-independent-publishing.md

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

apps/examples/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @htmldocs/examples
22

3+
## 0.0.45
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e044272]
8+
9+
10+
11+
312
## 0.0.44
413

514
### Patch Changes

apps/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "htmldocs-v2-examples",
3-
"version": "0.0.44",
3+
"version": "0.0.45",
44
"private": true,
55
"scripts": {
66
"lint": "eslint . --max-warnings 0",

packages/htmldocs/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- e044272: Renamed packages from @htmldocs/_ scope to htmldocs-v2-_ prefix for independent npm publishing
8+
9+
All internal packages have been renamed to use the `htmldocs-v2-` prefix without a scope:
10+
11+
- `@htmldocs/render``htmldocs-v2-render`
12+
- `@htmldocs/react``htmldocs-v2-react`
13+
- Main package name remains `htmldocs-v2`
14+
15+
This change allows the packages to be published to npm independently without conflicts with the existing @htmldocs scope owned by another maintainer.
16+
17+
### Patch Changes
18+
19+
- Updated dependencies [e044272]
20+
21+
322
## 0.3.0
423

524
### Minor Changes

packages/htmldocs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"report-generator",
2828
"contract-generator"
2929
],
30-
"version": "0.3.0",
30+
"version": "0.4.0",
3131
"homepage": "https://htmldocs.com",
3232
"repository": {
3333
"type": "git",

packages/htmldocs/public/template/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# htmldocs-starter
22

3+
## 0.4.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e044272]
8+
9+
10+
11+
312
## 0.3.0
413

514
### Patch Changes

packages/htmldocs/public/template/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "htmldocs-starter",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"private": true,
55
"scripts": {
66
"lint": "eslint . --max-warnings 0",
77
"dev": "npx htmldocs-v2@latest dev"
88
},
99
"dependencies": {
1010
"@formatjs/intl": "^2.10.4",
11-
"htmldocs-v2-react": "workspace:0.3.0",
12-
"htmldocs-v2-render": "workspace:0.3.0",
11+
"htmldocs-v2-react": "workspace:0.4.0",
12+
"htmldocs-v2-render": "workspace:0.4.0",
1313
"@react-email/components": "0.0.18",
1414
"clsx": "^2.1.1",
15-
"htmldocs-v2": "workspace:0.3.0",
15+
"htmldocs-v2": "workspace:0.4.0",
1616
"markdown-it": "^14.1.0",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0",

packages/react/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @htmldocs/react
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- e044272: Renamed packages from @htmldocs/_ scope to htmldocs-v2-_ prefix for independent npm publishing
8+
9+
All internal packages have been renamed to use the `htmldocs-v2-` prefix without a scope:
10+
11+
- `@htmldocs/render``htmldocs-v2-render`
12+
- `@htmldocs/react``htmldocs-v2-react`
13+
- Main package name remains `htmldocs-v2`
14+
15+
This change allows the packages to be published to npm independently without conflicts with the existing @htmldocs scope owned by another maintainer.
16+
317
## 0.3.0
418

519
### Minor Changes

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": "htmldocs-v2-react",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"private": false,
55
"publishConfig": {
66
"access": "public"

packages/render/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @htmldocs/render
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- e044272: Renamed packages from @htmldocs/_ scope to htmldocs-v2-_ prefix for independent npm publishing
8+
9+
All internal packages have been renamed to use the `htmldocs-v2-` prefix without a scope:
10+
11+
- `@htmldocs/render``htmldocs-v2-render`
12+
- `@htmldocs/react``htmldocs-v2-react`
13+
- Main package name remains `htmldocs-v2`
14+
15+
This change allows the packages to be published to npm independently without conflicts with the existing @htmldocs scope owned by another maintainer.
16+
317
## 0.3.0
418

519
### Minor Changes

0 commit comments

Comments
 (0)