Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 2.0.0-alpha.1 #3179

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
webthings-gateway (2.0.0-1) UNRELEASED; urgency=medium

* Update to 2.0.0.

-- WebThingsIO <[email protected]> Fri, 22 Nov 2024 18:30:00 +0000

webthings-gateway (1.2.0-1) UNRELEASED; urgency=medium

* Update to 1.2.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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webthings-gateway",
"version": "1.2.0-alpha.1",
"version": "2.0.0-alpha.1",
"description": "Web of Things gateway",
"main": "build/app.js",
"scripts": {
Expand Down
6 changes: 4 additions & 2 deletions rpm/webthings-gateway.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: webthings-gateway
Version: 1.2.0
Version: 2.0.0
Release: 1%{?dist}
Summary: WebThings Gateway

Expand All @@ -10,7 +10,7 @@ BuildRequires: autoconf automake nodejs npm git python python3 python3-pip pytho
Requires: {{nodejs}} {{python3}} python3-pip libffi python2-six
Requires(pre): shadow-utils

Source0: %{name}_1.2.0.orig.tar.gz
Source0: %{name}_2.0.0.orig.tar.gz
Source1: %{name}.service

Patch0: fix-config.patch
Expand Down Expand Up @@ -78,6 +78,8 @@ fi
/etc/profile.d/%{name}.sh

%changelog
* Fri Nov 22 2024 WebThingsIO <[email protected]>
- Update to 2.0.0.
* Wed Nov 30 2022 WebThingsIO <[email protected]>
- Update to 1.2.0.
* Wed Aug 18 2021 WebThingsIO <[email protected]>
Expand Down
Loading