Skip to content

Commit

Permalink
Merge pull request #3453 from preactjs/release-10.6.6
Browse files Browse the repository at this point in the history
Release 10.6.6
  • Loading branch information
marvinhagemeister committed Feb 14, 2022
2 parents 25cca32 + 5bc063f commit 00c8d1f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -170,7 +170,7 @@ We closely watch our issues and have a pretty active [Slack workspace](https://c
This guide is intended for core team members that have the necessary
rights to publish new releases on npm.

1. Make a PR where **only** the version number is incremented in `package.json` (note: We follow `SemVer` conventions)
1. Make a PR where **only** the version number is incremented in `package.json` and everywhere else. A simple search and replace works. (note: We follow `SemVer` conventions)
2. Wait until the PR is approved and merged.
3. Switch back to the `master` branch and pull the merged PR
4. Create and push a tag for the new version you want to publish:
Expand Down
2 changes: 1 addition & 1 deletion devtools/src/devtools.js
Expand Up @@ -2,7 +2,7 @@ import { options, Fragment, Component } from 'preact';

export function initDevTools() {
if (typeof window != 'undefined' && window.__PREACT_DEVTOOLS__) {
window.__PREACT_DEVTOOLS__.attachPreact('10.6.5', options, {
window.__PREACT_DEVTOOLS__.attachPreact('10.6.6', options, {
Fragment,
Component
});
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.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "preact",
"amdName": "preact",
"version": "10.6.5",
"version": "10.6.6",
"private": false,
"description": "Fast 3kb React-compatible Virtual DOM library.",
"main": "dist/preact.js",
Expand Down

0 comments on commit 00c8d1f

Please sign in to comment.