@strapi/strapi 4.1.5 → 4.1.6-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -114,8 +114,7 @@ For general help using Strapi, please refer to [the official Strapi documentatio
114
114
  - [Discord](https://discord.strapi.io) (For live discussion with the Community and Strapi team)
115
115
  - [GitHub](https://github.com/strapi/strapi) (Bug reports, Contributions)
116
116
  - [Community Forum](https://forum.strapi.io) (Questions and Discussions)
117
- - [Academy](https://academy.strapi.io) (Learn the fundamentals of Strapi)
118
- - [ProductBoard](https://portal.productboard.com/strapi/tabs/2-under-consideration) (Roadmap, Feature requests)
117
+ - [Roadmap & Feature Requests](https://feedback.strapi.io/)
119
118
  - [Twitter](https://twitter.com/strapijs) (Get the news fast)
120
119
  - [Facebook](https://www.facebook.com/Strapi-616063331867161)
121
120
  - [YouTube Channel](https://www.youtube.com/strapi) (Learn from Video Tutorials)
@@ -126,7 +125,7 @@ Follow our [migration guides](https://docs.strapi.io/developer-docs/latest/updat
126
125
 
127
126
  ## Roadmap
128
127
 
129
- Check out our [roadmap](https://portal.productboard.com/strapi) to get informed of the latest features released and the upcoming ones. You may also give us insights and vote for a specific feature.
128
+ Check out our [roadmap](https://feedback.strapi.io/) to get informed of the latest features released and the upcoming ones. You may also give us insights and vote for a specific feature.
130
129
 
131
130
  ## Documentation
132
131
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/strapi",
3
- "version": "4.1.5",
3
+ "version": "4.1.6-alpha.0",
4
4
  "description": "An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MySQL, MariaDB, PostgreSQL, SQLite",
5
5
  "keywords": [
6
6
  "strapi",
@@ -80,16 +80,16 @@
80
80
  "dependencies": {
81
81
  "@koa/cors": "3.1.0",
82
82
  "@koa/router": "10.1.1",
83
- "@strapi/admin": "4.1.5",
84
- "@strapi/database": "4.1.5",
85
- "@strapi/generate-new": "4.1.5",
86
- "@strapi/generators": "4.1.5",
87
- "@strapi/logger": "4.1.5",
88
- "@strapi/plugin-content-manager": "4.1.5",
89
- "@strapi/plugin-content-type-builder": "4.1.5",
90
- "@strapi/plugin-email": "4.1.5",
91
- "@strapi/plugin-upload": "4.1.5",
92
- "@strapi/utils": "4.1.5",
83
+ "@strapi/admin": "4.1.6-alpha.0",
84
+ "@strapi/database": "4.1.6-alpha.0",
85
+ "@strapi/generate-new": "4.1.6-alpha.0",
86
+ "@strapi/generators": "4.1.6-alpha.0",
87
+ "@strapi/logger": "4.1.6-alpha.0",
88
+ "@strapi/plugin-content-manager": "4.1.6-alpha.0",
89
+ "@strapi/plugin-content-type-builder": "4.1.6-alpha.0",
90
+ "@strapi/plugin-email": "4.1.6-alpha.0",
91
+ "@strapi/plugin-upload": "4.1.6-alpha.0",
92
+ "@strapi/utils": "4.1.6-alpha.0",
93
93
  "bcryptjs": "2.4.3",
94
94
  "boxen": "5.1.2",
95
95
  "chalk": "4.1.2",
@@ -136,5 +136,5 @@
136
136
  "node": ">=12.22.0 <=16.x.x",
137
137
  "npm": ">=6.0.0"
138
138
  },
139
- "gitHead": "f1859f03756a5feb888583dba85bcec7745ce21f"
139
+ "gitHead": "c52f42c80df62e95876235db368f84a7eda09c97"
140
140
  }