Skip to content

Commit

Permalink
Merge pull request #643 from nextcloud/chore/prepare-2-2-0-release
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Jun 25, 2023
2 parents 445771a + f92c779 commit 965b02a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .npmignore

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file.

## 2.2.0 - 2023-06-26

[Full Changelog](https://github.com/nextcloud/nextcloud-l10n/compare/v2.1.0...v2.2.0)

### Added
- `isRTL` was added to check whether a given, or the current, language is read right-to-left [\#639](https://github.com/nextcloud/nextcloud-l10n/pull/639) ([susnux](https://github.com/susnux))

### Fixed
- Add typings to the package exports to fix build for Typescript projects using `node16` or `nodenext` module resolution [\#633](https://github.com/nextcloud/nextcloud-l10n/pull/633) ([susnux](https://github.com/susnux))
- Update exported `NextcloudWindowWithRegistry` type for Nextcloud 27 [\#640](https://github.com/nextcloud/nextcloud-l10n/pull/640) ([susnux](https://github.com/susnux))

### Changed
- Update node engines to next LTS (Node 20 + NPM 9)
- Dependency updates

## 2.1.0 - 2023-02-25

[Full Changelog](https://github.com/nextcloud/nextcloud-l10n/compare/v2.0.1...v2.1.0)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@nextcloud/l10n",
"version": "2.1.0",
"description": "",
"version": "2.2.0",
"description": "Nextcloud L10n helpers for apps and libraries",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down Expand Up @@ -68,5 +68,9 @@
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
}
},
"files": [
"CHANGELOG.md",
"dist"
]
}

0 comments on commit 965b02a

Please sign in to comment.