Skip to content

Commit 21fcef9

Browse files
committed
Upgrade release-it-lerna-changelog
1 parent 7557da2 commit 21fcef9

File tree

4 files changed

+453
-56
lines changed

4 files changed

+453
-56
lines changed

ember-element-helper/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,24 +53,27 @@
5353
"devDependencies": {
5454
"@babel/core": "7.18.6",
5555
"@babel/plugin-proposal-class-properties": "7.18.6",
56-
"@babel/plugin-syntax-decorators": "7.18.6",
5756
"@babel/plugin-proposal-decorators": "7.18.6",
57+
"@babel/plugin-syntax-decorators": "7.18.6",
5858
"@babel/preset-typescript": "7.22.5",
5959
"@babel/runtime": "7.22.6",
6060
"@embroider/addon-dev": "4.1.0",
6161
"@glimmer/component": "^1.1.2",
6262
"@glint/core": "1.0.2",
63-
"@glint/template": "1.0.2",
6463
"@glint/environment-ember-loose": "1.0.2",
64+
"@glint/template": "1.0.2",
6565
"@nullvoxpopuli/eslint-configs": "2.2.36",
66+
"@release-it-plugins/lerna-changelog": "^6.0.0",
6667
"@rollup/plugin-babel": "6.0.3",
6768
"@rollup/plugin-node-resolve": "15.1.0",
6869
"@tsconfig/ember": "^3.0.0",
6970
"@types/rsvp": "^4.0.4",
7071
"@typescript-eslint/eslint-plugin": "^5.62.0",
7172
"@typescript-eslint/parser": "^5.62.0",
73+
"babel-eslint": "10.1.0",
7274
"concurrently": "7.2.2",
7375
"ember-source": "~4.12.3",
76+
"eslint": "^7.31.0",
7477
"eslint-config-prettier": "8.5.0",
7578
"eslint-plugin-decorator-position": "5.0.0",
7679
"eslint-plugin-ember": "10.6.1",
@@ -80,8 +83,6 @@
8083
"eslint-plugin-prettier": "4.2.1",
8184
"eslint-plugin-simple-import-sort": "7.0.0",
8285
"rollup": "3.26.3",
83-
"babel-eslint": "10.1.0",
84-
"eslint": "^7.31.0",
8586
"typescript": "5.1.6"
8687
},
8788
"publishConfig": {
@@ -109,7 +110,7 @@
109110
},
110111
"release-it": {
111112
"plugins": {
112-
"release-it-lerna-changelog": {
113+
"@release-it-plugins/lerna-changelog": {
113114
"infile": "CHANGELOG.md",
114115
"launchEditor": true
115116
}

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"private": true,
3-
"workspaces": [
4-
"ember-element-helper",
5-
"test-app"
6-
],
73
"repository": "https://github.com/tildeio/ember-element-helper",
84
"license": "MIT",
95
"author": "Godfrey Chan <[email protected]>",

0 commit comments

Comments
 (0)