Skip to content

Commit

Permalink
Upgrade release-it-lerna-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Aug 17, 2023
1 parent 7557da2 commit 21fcef9
Show file tree
Hide file tree
Showing 4 changed files with 453 additions and 56 deletions.
11 changes: 6 additions & 5 deletions ember-element-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,24 +53,27 @@
"devDependencies": {
"@babel/core": "7.18.6",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-syntax-decorators": "7.18.6",
"@babel/plugin-proposal-decorators": "7.18.6",
"@babel/plugin-syntax-decorators": "7.18.6",
"@babel/preset-typescript": "7.22.5",
"@babel/runtime": "7.22.6",
"@embroider/addon-dev": "4.1.0",
"@glimmer/component": "^1.1.2",
"@glint/core": "1.0.2",
"@glint/template": "1.0.2",
"@glint/environment-ember-loose": "1.0.2",
"@glint/template": "1.0.2",
"@nullvoxpopuli/eslint-configs": "2.2.36",
"@release-it-plugins/lerna-changelog": "^6.0.0",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-node-resolve": "15.1.0",
"@tsconfig/ember": "^3.0.0",
"@types/rsvp": "^4.0.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-eslint": "10.1.0",
"concurrently": "7.2.2",
"ember-source": "~4.12.3",
"eslint": "^7.31.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-decorator-position": "5.0.0",
"eslint-plugin-ember": "10.6.1",
Expand All @@ -80,8 +83,6 @@
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-simple-import-sort": "7.0.0",
"rollup": "3.26.3",
"babel-eslint": "10.1.0",
"eslint": "^7.31.0",
"typescript": "5.1.6"
},
"publishConfig": {
Expand Down Expand Up @@ -109,7 +110,7 @@
},
"release-it": {
"plugins": {
"release-it-lerna-changelog": {
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": true
}
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"private": true,
"workspaces": [
"ember-element-helper",
"test-app"
],
"repository": "https://github.com/tildeio/ember-element-helper",
"license": "MIT",
"author": "Godfrey Chan <[email protected]>",
Expand Down
Loading

0 comments on commit 21fcef9

Please sign in to comment.