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

Commit 486c6bd

Browse files
committed
chore(release): publish
- @nsf-open/ember-contact-utils@2.0.0 - @nsf-open/ember-currency-utils@2.0.0 - @nsf-open/ember-datetime-utils@2.0.0 - @nsf-open/ember-general-utils@2.0.0 - @nsf-open/ember-username-utils@2.0.0
1 parent 1cb8817 commit 486c6bd

File tree

10 files changed

+49
-5
lines changed

10 files changed

+49
-5
lines changed

packages/@nsf-open/ember-contact-utils/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+
# 2.0.0 (2022-06-17)
7+
8+
**Note:** Version bump only for package @nsf-open/ember-contact-utils
9+
10+
11+
12+
13+
614
## 1.0.2 (2022-06-16)
715

816
**Note:** Version bump only for package @nsf-open/ember-contact-utils

packages/@nsf-open/ember-contact-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nsf-open/ember-contact-utils",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "Utilities for phone numbers, email, physical addresses, and more.",
55
"keywords": [
66
"ember-addon"

packages/@nsf-open/ember-currency-utils/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+
# 2.0.0 (2022-06-17)
7+
8+
**Note:** Version bump only for package @nsf-open/ember-currency-utils
9+
10+
11+
12+
13+
614
## 1.1.2 (2022-06-16)
715

816
**Note:** Version bump only for package @nsf-open/ember-currency-utils

packages/@nsf-open/ember-currency-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nsf-open/ember-currency-utils",
3-
"version": "1.1.2",
3+
"version": "2.0.0",
44
"description": "Utilities for converting numbers to currency, and currency to numbers.",
55
"keywords": [
66
"ember-addon"

packages/@nsf-open/ember-datetime-utils/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
# 2.0.0 (2022-06-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency moment to v2.29.2 [security] ([cd6975e](https://github.com/nsf-open/ember-utility-library/commit/cd6975e09d3da244e5f7cddabaaf031cdbad04a7))
12+
* **deps:** update dependency moment to v2.29.3 ([76d26ce](https://github.com/nsf-open/ember-utility-library/commit/76d26ceaf5884ad126c94bd258a45b88a431517c))
13+
14+
15+
16+
17+
618
## 1.2.1 (2022-06-16)
719

820

packages/@nsf-open/ember-datetime-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nsf-open/ember-datetime-utils",
3-
"version": "1.2.1",
3+
"version": "2.0.0",
44
"description": "Date and time parsing + formatting utilities using MomentJS.",
55
"keywords": [
66
"ember-addon"

packages/@nsf-open/ember-general-utils/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+
# 2.0.0 (2022-06-17)
7+
8+
**Note:** Version bump only for package @nsf-open/ember-general-utils
9+
10+
11+
12+
13+
614
## 1.2.1 (2022-06-16)
715

816
**Note:** Version bump only for package @nsf-open/ember-general-utils

packages/@nsf-open/ember-general-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nsf-open/ember-general-utils",
3-
"version": "1.2.1",
3+
"version": "2.0.0",
44
"description": "",
55
"keywords": [
66
"ember-addon"

packages/@nsf-open/ember-username-utils/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+
# 2.0.0 (2022-06-17)
7+
8+
**Note:** Version bump only for package @nsf-open/ember-username-utils
9+
10+
11+
12+
13+
614
## 1.0.2 (2022-06-16)
715

816
**Note:** Version bump only for package @nsf-open/ember-username-utils

packages/@nsf-open/ember-username-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nsf-open/ember-username-utils",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "Utilities to help stitch together a person's name.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)