Skip to content

Commit 828621e

Browse files
committed
[ui5-fs]Release 3.0.3
1 parent 50c42c9 commit 828621e

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

packages/fs/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

5-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-fs/compare/v3.0.2...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-fs/compare/v3.0.3...HEAD).
6+
7+
<a name="v3.0.3"></a>
8+
## [v3.0.3] - 2023-04-18
9+
### Dependency Updates
10+
- Bump minimatch from 8.0.4 to 9.0.0 ([#497](https://github.com/SAP/ui5-fs/issues/497)) [`56d4542`](https://github.com/SAP/ui5-fs/commit/56d45423458564db7c2bdf7d1cdbd174c2057232)
11+
- Bump minimatch from 7.4.4 to 8.0.2 [`a53a4e3`](https://github.com/SAP/ui5-fs/commit/a53a4e3e531cc880de29a4e8176844dd2c743196)
12+
613

714
<a name="v3.0.2"></a>
815
## [v3.0.2] - 2023-03-01
@@ -163,6 +170,7 @@ Adapters "AbstractAdapter", "FileSystem" and "Memory" used to be accessible via
163170
## v0.0.1 - 2018-06-06
164171
### Bug Fixes
165172
- **AbstractAdapter:** Fix normalization of globstar [`6d484e8`](https://github.com/SAP/ui5-fs/commit/6d484e847b62aa0829641f25a76dcc89b0840d44)
173+
[v3.0.3]: https://github.com/SAP/ui5-fs/compare/v3.0.2...v3.0.3
166174
[v3.0.2]: https://github.com/SAP/ui5-fs/compare/v3.0.1...v3.0.2
167175
[v3.0.1]: https://github.com/SAP/ui5-fs/compare/v3.0.0...v3.0.1
168176
[v3.0.0]: https://github.com/SAP/ui5-fs/compare/v2.0.6...v3.0.0

packages/fs/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/fs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/fs",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "UI5 Tooling - File System Abstraction",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)