Skip to content

Commit

Permalink
Merge pull request #1300 from hydephp/hydephp-version-1.0.0
Browse files Browse the repository at this point in the history
HydePHP version v1.0.0
  • Loading branch information
caendesilva committed Mar 14, 2023
2 parents c587a5e + b2d0454 commit bf6fe27
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ HydePHP consists of two primary components, Hyde/Hyde and Hyde/Framework. Develo

<!-- CHANGELOG_START -->

## [v1.0.0](https://github.com/hydephp/develop/releases/tag/v1.0.0) - 2023-03-14

### Changed
- Compiled TailwindCSS and HydeFront for production [#1295](https://github.com/hydephp/develop/pull/1295)
- Updated to HydeFront v3.2 [#1297](https://github.com/hydephp/develop/pull/1297)

### Security
- Bumped Webpack from 5.73.0 to 5.76.1 [#1292](https://github.com/hydephp/develop/pull/1292)


## [v1.0.0-RC.8](https://github.com/hydephp/develop/releases/tag/v1.0.0-RC.8) - 2023-03-14

### Changed
Expand Down
5 changes: 2 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ This serves two purposes:
- for new features.

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

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

### Security
- Bumped Webpack from 5.73.0 to 5.76.1 [#1292](https://github.com/hydephp/develop/pull/1292)
- in case of vulnerabilities.
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
Expand Up @@ -7,7 +7,7 @@
},
"name": "hyde",
"description": "Elegant and Powerful Static App Builder",
"version": "1.0.0-RC.8",
"version": "1.0.0",
"main": "hyde",
"directories": {
"test": "tests"
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/src/Foundation/HydeKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class HydeKernel implements SerializableContract
use Serializable;
use Macroable;

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

protected static self $instance;

Expand Down

0 comments on commit bf6fe27

Please sign in to comment.