Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit d177f2c

Browse files
committed
v1.0.0
1 parent a30ad42 commit d177f2c

File tree

6 files changed

+27
-3
lines changed

6 files changed

+27
-3
lines changed

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+
# [1.0.0](https://github.com/crutchcorn/hexhelpers/compare/v0.0.1-alpha.2...v1.0.0) (2021-08-27)
7+
8+
**Note:** Version bump only for package root
9+
10+
11+
12+
13+
614
## [0.0.1-alpha.2](https://github.com/crutchcorn/hexhelpers/compare/v0.0.1-alpha.1...v0.0.1-alpha.2) (2021-08-27)
715

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.1-alpha.2",
2+
"version": "1.0.0",
33
"npmClient": "yarn",
44
"packages": [
55
"packages/*"

packages/decimaltohex/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+
# [1.0.0](https://github.com/crutchcorn/hexhelpers/compare/v0.0.1-alpha.2...v1.0.0) (2021-08-27)
7+
8+
**Note:** Version bump only for package decimaltohex
9+
10+
11+
12+
13+
614
## [0.0.1-alpha.2](https://github.com/crutchcorn/hexhelpers/compare/v0.0.1-alpha.1...v0.0.1-alpha.2) (2021-08-27)
715

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

packages/decimaltohex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "decimaltohex",
3-
"version": "0.0.1-alpha.2",
3+
"version": "1.0.0",
44
"description": "Convert a decimal number to HEX easily",
55
"license": "MIT",
66
"repository": {

packages/hextodecimal/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+
# [1.0.0](https://github.com/crutchcorn/hexhelpers/compare/v0.0.1-alpha.2...v1.0.0) (2021-08-27)
7+
8+
**Note:** Version bump only for package hextodecimal
9+
10+
11+
12+
13+
614
## [0.0.1-alpha.2](https://github.com/crutchcorn/hexhelpers/compare/v0.0.1-alpha.1...v0.0.1-alpha.2) (2021-08-27)
715

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

packages/hextodecimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hextodecimal",
3-
"version": "0.0.1-alpha.2",
3+
"version": "1.0.0",
44
"description": "Convert a HEX number to decimal easily",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)