Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9204cc9

Browse files
committedAug 30, 2022
Publish
- @4c/cli@4.0.4 - hookem@3.0.4 - svg2c@3.0.1
1 parent 099b4be commit 9204cc9

File tree

6 files changed

+32
-5
lines changed

6 files changed

+32
-5
lines changed
 

‎packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.4](https://github.com/4Catalyzer/cli/compare/@4c/cli@4.0.3...@4c/cli@4.0.4) (2022-08-30)
7+
8+
**Note:** Version bump only for package @4c/cli
9+
10+
11+
12+
13+
614
## [4.0.3](https://github.com/4Catalyzer/cli/compare/@4c/cli@4.0.2...@4c/cli@4.0.3) (2022-08-29)
715

816
**Note:** Version bump only for package @4c/cli

‎packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@4c/cli",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"homepage": "https://github.com/4Catalyzer/cli/tree/master/packages/cli",
55
"bugs": {
66
"url": "https://github.com/4Catalyzer/cli/issues"
@@ -24,7 +24,7 @@
2424
"@4c/rollout": "^4.0.2",
2525
"@4c/start": "^4.0.0",
2626
"pedantic": "^7.0.0",
27-
"svg2c": "^3.0.0",
27+
"svg2c": "^3.0.1",
2828
"ts-doctor": "^3.0.0",
2929
"yargs": "^17.3.0"
3030
},

‎packages/hooks/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.4](https://github.com/4Catalyzer/cli/compare/hookem@3.0.3...hookem@3.0.4) (2022-08-30)
7+
8+
**Note:** Version bump only for package hookem
9+
10+
11+
12+
13+
614
## [3.0.3](https://github.com/4Catalyzer/cli/compare/hookem@3.0.2...hookem@3.0.3) (2022-08-29)
715

816
**Note:** Version bump only for package hookem

‎packages/hooks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hookem",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"main": "lib.js",
55
"type": "module",
66
"repository": {
@@ -29,7 +29,7 @@
2929
"testEnvironment": "node"
3030
},
3131
"devDependencies": {
32-
"@4c/cli": "^4.0.3",
32+
"@4c/cli": "^4.0.4",
3333
"@4c/jest-preset": "^1.7.0",
3434
"@4c/prettier-config": "^1.1.0",
3535
"jest": "^27.5.1",

‎packages/svg-to-component/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.1](https://github.com/4Catalyzer/cli/compare/svg2c@3.0.0...svg2c@3.0.1) (2022-08-30)
7+
8+
9+
### Bug Fixes
10+
11+
* svg options ([099b4be](https://github.com/4Catalyzer/cli/commit/099b4bea8b47561db7c2fdd2a049cb246c5b8d26))
12+
13+
14+
15+
16+
617
# [3.0.0](https://github.com/4Catalyzer/cli/compare/svg2c@2.0.0...svg2c@3.0.0) (2022-08-19)
718

819

‎packages/svg-to-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svg2c",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"homepage": "https://github.com/4Catalyzer/cli/tree/master/packages/svg-to-component",
55
"bugs": {
66
"url": "https://github.com/4Catalyzer/cli/issues"

0 commit comments

Comments
 (0)
Please sign in to comment.