Skip to content

Commit

Permalink
Release Management: prepare changelogs for Jetpack 10.6-a.3 release (…
Browse files Browse the repository at this point in the history
…#22381)

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/1712356652
  • Loading branch information
jeherve authored and matticbot committed Jan 18, 2022
1 parent 9885bfd commit 9ab3e40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.3-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [0.6.3] - 2022-01-18
### Changed
- General: update required node version to v16.13.2

Expand Down Expand Up @@ -135,7 +132,7 @@ This is an alpha version! The changes listed here are not final.
- Use Connection/Urls for home_url and site_url functions migrated from Sync.

[0.6.3]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.6.2...v0.6.3
[0.6.3-alpha]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.6.2...v0.6.3-alpha
[0.6.3]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.6.2...v0.6.3
[0.6.2]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.6.1...v0.6.2
[0.6.1]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.5.0...v0.6.0
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jetpack-identity-crisis",
"version": "0.6.3-alpha",
"version": "0.6.3",
"description": "Jetpack Identity Crisis",
"main": "_inc/admin.jsx",
"repository": "https://github.com/Automattic/jetpack-identity-crisis",
Expand All @@ -16,11 +16,11 @@
},
"browserslist": "extends @wordpress/browserslist-config",
"dependencies": {
"@automattic/jetpack-idc": "workspace:^0.8.2-alpha",
"@automattic/jetpack-idc": "workspace:^0.8.2",
"@wordpress/data": "6.1.5"
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:^1.0.2-alpha",
"@automattic/jetpack-webpack-config": "workspace:^1.0.2",
"@babel/core": "7.16.0",
"@babel/preset-env": "7.16.4",
"@babel/register": "7.16.0",
Expand Down
2 changes: 1 addition & 1 deletion src/class-identity-crisis.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Identity_Crisis {
/**
* Package Version
*/
const PACKAGE_VERSION = '0.6.3-alpha';
const PACKAGE_VERSION = '0.6.3';

/**
* Instance of the object.
Expand Down

0 comments on commit 9ab3e40

Please sign in to comment.