semantic-release-bot commited on
Commit
33b7340
·
1 Parent(s): a0eae6d

chore(release): 1.0.0 [skip ci]

Browse files

# 1.0.0 (2025-02-12)

### Features

* **homepage:** implement banner section ([#3](https://github.com/thanhhoang021095/x-app/issues/3)) ([bc70bde](https://github.com/thanhhoang021095/x-app/commit/bc70bdec7f7aa04fc5c0ce35aabc668b285ab41f))
* **login:** init form signin + signup ([#2](https://github.com/thanhhoang021095/x-app/issues/2)) ([a0eae6d](https://github.com/thanhhoang021095/x-app/commit/a0eae6d6c0eb3b02fa81e61f4586669bdfb4b3a3))

Files changed (3) hide show
  1. CHANGELOG.md +8 -0
  2. package-lock.json +2 -2
  3. package.json +1 -1
CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  ## [3.60.5](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.60.4...v3.60.5) (2024-12-20)
2
 
3
 
 
1
+ # 1.0.0 (2025-02-12)
2
+
3
+
4
+ ### Features
5
+
6
+ * **homepage:** implement banner section ([#3](https://github.com/thanhhoang021095/x-app/issues/3)) ([bc70bde](https://github.com/thanhhoang021095/x-app/commit/bc70bdec7f7aa04fc5c0ce35aabc668b285ab41f))
7
+ * **login:** init form signin + signup ([#2](https://github.com/thanhhoang021095/x-app/issues/2)) ([a0eae6d](https://github.com/thanhhoang021095/x-app/commit/a0eae6d6c0eb3b02fa81e61f4586669bdfb4b3a3))
8
+
9
  ## [3.60.5](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.60.4...v3.60.5) (2024-12-20)
10
 
11
 
package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
  "name": "next-js-boilerplate",
3
- "version": "3.60.5",
4
  "lockfileVersion": 3,
5
  "requires": true,
6
  "packages": {
7
  "": {
8
  "name": "next-js-boilerplate",
9
- "version": "3.60.5",
10
  "dependencies": {
11
  "@arcjet/next": "^1.0.0-alpha.34",
12
  "@clerk/localizations": "^3.9.0",
 
1
  {
2
  "name": "next-js-boilerplate",
3
+ "version": "1.0.0",
4
  "lockfileVersion": 3,
5
  "requires": true,
6
  "packages": {
7
  "": {
8
  "name": "next-js-boilerplate",
9
+ "version": "1.0.0",
10
  "dependencies": {
11
  "@arcjet/next": "^1.0.0-alpha.34",
12
  "@clerk/localizations": "^3.9.0",
package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "next-js-boilerplate",
3
- "version": "3.60.5",
4
  "author": "Ixartz (https://github.com/ixartz)",
5
  "scripts": {
6
  "dev:spotlight": "spotlight-sidecar",
 
1
  {
2
  "name": "next-js-boilerplate",
3
+ "version": "1.0.0",
4
  "author": "Ixartz (https://github.com/ixartz)",
5
  "scripts": {
6
  "dev:spotlight": "spotlight-sidecar",