Skip to content

Commit 7d28e2d

Browse files
authored
release: 2.0.0 (#8)
Signed-off-by: Lexus Drumgold <[email protected]> Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 2f5dad0 commit 7d28e2d

File tree

3 files changed

+49
-3
lines changed

3 files changed

+49
-3
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
## [2.0.0](https://github.com/flex-development/pkg-types/compare/1.0.0...2.0.0) (2023-01-02)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* **exports:** add subpaths `"."` and `"./package.json"`
7+
8+
### :package: Build
9+
10+
* **deps-dev:** Bump lint-staged from 13.0.4 to 13.1.0 ([#4](https://github.com/flex-development/pkg-types/issues/4)) ([0948ea5](https://github.com/flex-development/pkg-types/commit/0948ea5f93d22061448ed8e0516f0b9dce2d2333))
11+
* **exports:** add subpaths `"."` and `"./package.json"` ([2f5dad0](https://github.com/flex-development/pkg-types/commit/2f5dad08c4362639dce2db12c0e7fb49e7b22cee))
12+
* **yarn:** bump yarn from 4.0.0-rc.14 to 4.0.0-rc.34 ([8ccaf59](https://github.com/flex-development/pkg-types/commit/8ccaf590152118a8ce5c288e8fef90b31cff9d76))
13+
14+
15+
### :robot: Continuous Integration
16+
17+
* [[@dependabot](https://github.com/dependabot)] fix npm package-ecosystem x yarn integration ([c18e3e2](https://github.com/flex-development/pkg-types/commit/c18e3e278a5821e8990c9aba25c7cab9f5884743))
18+
* **deps:** Bump actions/checkout from 3.1.0 to 3.2.0 ([#3](https://github.com/flex-development/pkg-types/issues/3)) ([63aa69d](https://github.com/flex-development/pkg-types/commit/63aa69dade88d24862b7b350a235345cb330effc))
19+
* **deps:** Bump dessant/lock-threads from 3.0.0 to 4.0.0 ([#2](https://github.com/flex-development/pkg-types/issues/2)) ([eefa23e](https://github.com/flex-development/pkg-types/commit/eefa23ee8898a4bc1e209d58e715706c3cf790a0))
20+
* **workflows:** [`add-to-project`] add items from repo admin account ([21ca38b](https://github.com/flex-development/pkg-types/commit/21ca38b4918db3752f0c19549c313d26f854ba1a))
21+
* **workflows:** [`publish`] cleanup registry scope ([9e89b98](https://github.com/flex-development/pkg-types/commit/9e89b98b59bf290d42996f9ceefb3f4484701b34))
22+
* **workflows:** [`publish`] use node version file ([caf9cff](https://github.com/flex-development/pkg-types/commit/caf9cfff30c8f42892c533b700982ab44e42626b))
23+
* **workflows:** [`typescript`] add typescript workflow ([f169f70](https://github.com/flex-development/pkg-types/commit/f169f7080f32a099997a6de2e30bae9bfb3de05f))
24+
25+
26+
### :pencil: Documentation
27+
28+
* add "contributor covenant code of conduct" ([30019d2](https://github.com/flex-development/pkg-types/commit/30019d25c484141dcd096cb8a16735acad2a6ae1))
29+
30+
31+
### :bug: Fixes
32+
33+
* **install:** [git] make `postinstall` script work with git install ([99ce5e0](https://github.com/flex-development/pkg-types/commit/99ce5e0126b5e0a337ed3ed6297145f7b2a76b07))
34+
35+
36+
### :house_with_garden: Housekeeping
37+
38+
* update project architecture ([a7de0af](https://github.com/flex-development/pkg-types/commit/a7de0af123b97baf01a78d4f8d3f175fd6670709))
39+
* **github:** add "package manager" dropdown to bug report template ([78e41eb](https://github.com/flex-development/pkg-types/commit/78e41eb945ebbe6c5fc190a2cfdaa791d9d07726))
40+
* **github:** add "typescript version" input to bug report template ([d7edc57](https://github.com/flex-development/pkg-types/commit/d7edc5712ca944ad73eea497e0b48b250ae91120))
41+
* **github:** add commit scope `exports` ([86d5ab9](https://github.com/flex-development/pkg-types/commit/86d5ab9ecd2c6c9aaad1a93d108da153a3605f37))
42+
* **github:** add commit scope `install` ([dd4f9db](https://github.com/flex-development/pkg-types/commit/dd4f9dbc7b82d062c506ba9a6eb85a827b9ef5cf))
43+
* **github:** add label `scope:install` ([6d67de7](https://github.com/flex-development/pkg-types/commit/6d67de7459cfaa7ac013ce74af197a81f20d0b3a))
44+
* **github:** add label `status:triaged` ([35bb58c](https://github.com/flex-development/pkg-types/commit/35bb58c8492d8cd35e0671045779a105ff2b81ea))
45+
* **vscode:** update settings ([358a6f6](https://github.com/flex-development/pkg-types/commit/358a6f68a59ce385dc3d3ae8d6891b188b418aae))
46+
147
## 1.0.0 (2022-12-03)
248

349

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/pkg-types",
33
"description": "TypeScript definitions for package.json",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"keywords": [
66
"package.json",
77
"typescript"

scripts/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Local Release Workflow
44

5-
# 1. run tests
5+
# 1. run typecheck
66
# 2. pack project
77
# 3. get new package version
88
# 4. get release branch name
@@ -12,7 +12,7 @@
1212
# 8. push release branch to origin
1313
# 9. cleanup
1414

15-
yarn test
15+
yarn typecheck
1616
yarn pack -o %s-%v.tgz
1717
VERSION=$(jq .version package.json -r)
1818
RELEASE_BRANCH=release/$VERSION

0 commit comments

Comments
 (0)