Skip to content

Commit 56bd9ee

Browse files
committed
chore: final release updates
1 parent d9e81b0 commit 56bd9ee

File tree

4 files changed

+16155
-16132
lines changed

4 files changed

+16155
-16132
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## [3.0.2]
1+
## [4.0.0](https://github.com/ionic-team/ionic-storage/compare/v3.0.6...v4.0.0) (2023-05-19)
2+
3+
Improves compatibility with Angular 15+ applications.
4+
5+
## [3.0.2](https://github.com/ionic-team/ionic-storage/compare/v2.3.1...v3.0.2) (2021-03-16)
26

37
Major release with breaking changes. Adds support for non-Angular projects, such as React, Vue, or plain JS, as well as the ability to specify different storage engines. Also adds support for [Ionic Secure Storage](https://ionic.io/docs/secure-storage) with Encryption support.
48

RELEASE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Releasing a new version
2+
3+
## `@ionic/core`
4+
5+
1. Update the version in `lerna.json` and `lib/package.json`
6+
2. Update the `CHANGELOG.md` file with the new version and date.
7+
3. Install dependencies from `lib/` to ensure the `package-lock.json` is updated with the latest version.
8+
4. Run `npm publish` to publish the new version of `@ionic/core` (this will build and publish the package).
9+
5. Commit the changes.
10+
11+
## `@ionic/angular`
12+
13+
1. Update the version in `angular/package.json`
14+
2. Update the `dependencies` of `angular/package.json` to reference the new version of `@ionic/core`.
15+
3. Install the new version of `@ionic/core` by running `npm install` in the `angular` directory.
16+
4. Build `@ionic/angular` by running `npm run build` in the `angular` directory.
17+
5. Set the current working directory to `angular/dist`.
18+
6. Run `npm publish` to publish the new version of `@ionic/angular`.
19+
7. Commit the changes.

angular/package-lock.json

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

0 commit comments

Comments
 (0)