Skip to content

Commit 6aebe91

Browse files
chore(release): 🎉 version packages (#6)
1 parent 545ea2a commit 6aebe91

File tree

5 files changed

+36
-19
lines changed

5 files changed

+36
-19
lines changed

.changeset/flat-ravens-return.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

apps/cms-strapi/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# cms-strapi
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
🦋 [#5](https://github.com/timelessco/strapi-ts-monorepo/pull/5) feat(tools): ✨ faster dev tools with better linter, typescript and overall integration ([`545ea2a`](https://github.com/timelessco/strapi-ts-monorepo/commit/545ea2aec23d7bde2d35964a18841443eb1e8e12)) by [@navin-moorthy](https://github.com/navin-moorthy)
8+
9+
- update documentation to reflect the new changes
10+
- add taze for package updates
11+
- add all the files in the plugins despite the usage
12+
- update knip config for better support
13+
- make use of the gitignore in other tooling ignores
14+
- make the ignores on the tools to be more reusable easily
15+
- upgrade to Prettier 3.0
16+
- add custom changeset github changelog with better format
17+
- turn of eslint warnings on TODO: comments to use maxwarning:0
18+
- faster lint-staged script with granular execution
19+
320
## 1.0.0
421

522
### Major Changes

apps/cms-strapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cms-strapi",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"private": true,
55
"description": "Strapi cms App",
66
"keywords": [

apps/cms-strapi/src/plugins/uno/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# strapi-plugin-uno
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
🦋 [#5](https://github.com/timelessco/strapi-ts-monorepo/pull/5) feat(tools): ✨ faster dev tools with better linter, typescript and overall integration ([`545ea2a`](https://github.com/timelessco/strapi-ts-monorepo/commit/545ea2aec23d7bde2d35964a18841443eb1e8e12)) by [@navin-moorthy](https://github.com/navin-moorthy)
8+
9+
- update documentation to reflect the new changes
10+
- add taze for package updates
11+
- add all the files in the plugins despite the usage
12+
- update knip config for better support
13+
- make use of the gitignore in other tooling ignores
14+
- make the ignores on the tools to be more reusable easily
15+
- upgrade to Prettier 3.0
16+
- add custom changeset github changelog with better format
17+
- turn of eslint warnings on TODO: comments to use maxwarning:0
18+
- faster lint-staged script with granular execution
19+
320
## 1.0.0
421

522
### Major Changes

apps/cms-strapi/src/plugins/uno/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-uno",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"private": true,
55
"description": "This is the description of the plugin.",
66
"homepage": "https://github.com/timelessco/strapi-ts-monorepo",

0 commit comments

Comments
 (0)