Skip to content

Commit

Permalink
Revert "Update changelog for 2.2.0"
Browse files Browse the repository at this point in the history
This reverts commit 4088721.
  • Loading branch information
tortmayr committed Jul 5, 2024
1 parent bfdbed1 commit 85305d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
13 changes: 4 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Eclipse GLSP Dev Packages Changelog

## 2.2.0 - 04/07/2024

- Contribute the `generateIndex` command to the GLSP CLI. Allows autogeneration of index files in GLSP projects. [#1197](https://github.com/eclipse-glsp/glsp/pull/1197)
- Fix version updating of example servers in `release` CLI command. [#1226](https://github.com/eclipse-glsp/glsp/pull/1226)
- Refactor and simplify `checkHeader` CLI command. Focus on end year copyright header validation and remove the error-prone validation of the start year. [#1289](https://github.com/eclipse-glsp/glsp/pull/1289)
- Contribute the `updateNext` command to the GLSP CLI tool. Allows updating of all dependencies in GLSP projects that are tagged with `next´. [1229](https://github.com/eclipse-glsp/glsp/pull/1299)

## 2.0.0 - 13/10/2023

- [config] Update all dependencies & peerDependencies of the dev to the latest version [#1136](https://github.com/eclipse-glsp/glsp/pull/1136)
Expand All @@ -17,10 +10,12 @@
- [cli] Contribute the `checkHeaders` command to validate the copyright year (range) of license headers. [#834](https://github.com/eclipse-glsp/glsp/pull/834)
- [config] Introduce [`@eclipse-glsp/nyc-config`](https://www.npmjs.com/package/@eclipse-glsp/nyc-config)
package and the [`@eclipse-glsp/config-test`](https://www.npmjs.com/package/@eclipse-glsp/config-test) meta package. [#755](https://github.com/eclipse-glsp/glsp/pull/755)
- Contribute the `coverageReport` command to create a full nyc test coverage report for a lerna/yarn mono repository

- Contribute the `coverageReport` command to create a full nyc test coverage report for a lerna/yarn mono repository

- [cli] Introduce [`@eclipse-glsp/cli`](https://www.npmjs.com/package/@eclipse-glsp/cli)
package to offer CLI tooling & utility scripts for GLSP projects. [#755](https://github.com/eclipse-glsp/glsp/pull/755) - Contributed on behalf of STMicroelectronics
- Contribute the `release` command to prepare & publish a new Github release for a specific GLSP component
- Contribute the `release` command to prepare & publish a new Github release for a specific GLSP component
- [deps] Updates dependencies of `@eclipse-glsp/config` and `@eclipse-glsp/config-test` packages to the latest version [#1023](https://github.com/eclipse-glsp/glsp/pull/1023)

### Breaking Changes
Expand Down
3 changes: 2 additions & 1 deletion dev-packages/cli/src/app.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env node
/********************************************************************************
* Copyright (c) 2022-2024 EclipseSource and others.
* Copyright (c) 2022 EclipseSource and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
Expand Down

0 comments on commit 85305d0

Please sign in to comment.