Skip to content

Commit bf6fe27

Browse files
authored
Merge pull request #1300 from hydephp/hydephp-version-1.0.0
HydePHP version v1.0.0
2 parents c587a5e + b2d0454 commit bf6fe27

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ HydePHP consists of two primary components, Hyde/Hyde and Hyde/Framework. Develo
1717

1818
<!-- CHANGELOG_START -->
1919

20+
## [v1.0.0](https://github.com/hydephp/develop/releases/tag/v1.0.0) - 2023-03-14
21+
22+
### Changed
23+
- Compiled TailwindCSS and HydeFront for production [#1295](https://github.com/hydephp/develop/pull/1295)
24+
- Updated to HydeFront v3.2 [#1297](https://github.com/hydephp/develop/pull/1297)
25+
26+
### Security
27+
- Bumped Webpack from 5.73.0 to 5.76.1 [#1292](https://github.com/hydephp/develop/pull/1292)
28+
29+
2030
## [v1.0.0-RC.8](https://github.com/hydephp/develop/releases/tag/v1.0.0-RC.8) - 2023-03-14
2131

2232
### Changed

RELEASE_NOTES.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ This serves two purposes:
1313
- for new features.
1414

1515
### Changed
16-
- Compiled TailwindCSS and HydeFront for production [#1295](https://github.com/hydephp/develop/pull/1295)
17-
- Updated to HydeFront v3.2 [#1297](https://github.com/hydephp/develop/pull/1297)
16+
- for changes in existing functionality.
1817

1918
### Deprecated
2019
- for soon-to-be removed features.
@@ -26,4 +25,4 @@ This serves two purposes:
2625
- for any bug fixes.
2726

2827
### Security
29-
- Bumped Webpack from 5.73.0 to 5.76.1 [#1292](https://github.com/hydephp/develop/pull/1292)
28+
- in case of vulnerabilities.

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"name": "hyde",
99
"description": "Elegant and Powerful Static App Builder",
10-
"version": "1.0.0-RC.8",
10+
"version": "1.0.0",
1111
"main": "hyde",
1212
"directories": {
1313
"test": "tests"

packages/framework/src/Foundation/HydeKernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class HydeKernel implements SerializableContract
4949
use Serializable;
5050
use Macroable;
5151

52-
final public const VERSION = '1.0.0-RC.8';
52+
final public const VERSION = '1.0.0';
5353

5454
protected static self $instance;
5555

0 commit comments

Comments
 (0)