Skip to content

Commit

Permalink
🚀 release: 1.0.1 (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: elisiondan <18164307+elisiondan@users.noreply.github.com>
  • Loading branch information
localazy-ci-auth[bot] and elisiondan authored Jul 16, 2024
1 parent f28afe9 commit a637bb7
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 16 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 1.0.2 (2024-07-16)
### 🔀 Pull Requests

- [Prepare for release #3](https://github.com/localazy/directus-extension-localazy/pull/3)
- [Add CI #1](https://github.com/localazy/directus-extension-localazy/pull/1)

### 📚 Documentation

- Update main read.me. ([f28afe9](https://github.com/localazy/directus-extension-localazy/commit/f28afe9)) ([#3](https://github.com/localazy/directus-extension-localazy/pull/3))

### 🧰 Other Commits

- Fix development environment. ([f28afe9](https://github.com/localazy/directus-extension-localazy/commit/f28afe9)) ([#3](https://github.com/localazy/directus-extension-localazy/pull/3))
- Add CI ([8d866d0](https://github.com/localazy/directus-extension-localazy/commit/8d866d0)) ([#1](https://github.com/localazy/directus-extension-localazy/pull/1))

4 changes: 2 additions & 2 deletions extensions/common/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 extensions/common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "localazy-directus-common",
"description": "Please enter a description for your extension",
"version": "1.0.1",
"version": "1.0.2",
"keywords": [],
"type": "module",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions extensions/module/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 extensions/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@localazy/directus-extension-localazy",
"description": "The official Localazy module extension for Directus",
"icon": "translate",
"version": "1.0.1",
"version": "1.0.2",
"keywords": [
"directus",
"directus-extension",
Expand Down
4 changes: 2 additions & 2 deletions extensions/sync-hook/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 extensions/sync-hook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@localazy/directus-extension-localazy-automation",
"description": "The official Localazy hook extension for Directus to automate synchronization of content",
"icon": "cloud_sync",
"version": "1.0.1",
"version": "1.0.2",
"keywords": [
"directus",
"directus-extension",
Expand Down
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.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "directus-extension-localazy",
"description": "A monorepo for Localazy Directus extensions",
"version": "1.0.1",
"version": "1.0.2",
"keywords": [
"directus",
"directus-extension",
"directus translation",
"directus localization",
"localazy"
"localazy"
],
"type": "module",
"scripts": {
Expand All @@ -18,18 +18,18 @@
"lint": "eslint --ext .ts,.vue src",
"set-production-config": "npm run set-config -- --mode=production",
"set-config": "node ./scripts/set-config.mjs",
"copy-dist": "node ./scripts/copy-dist-to-module.mjs && node ./scripts/copy-dist-to-hook.mjs"
"copy-dist": "node ./scripts/copy-dist-to-module.mjs && node ./scripts/copy-dist-to-hook.mjs"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.11",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vue/eslint-config-airbnb": "^7.0.0",
"eslint": "^8.44.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-vue": "^9.15.1",
"fs-extra": "^11.2.0",
"fs-extra": "^11.2.0",
"nodemon": "^3.0.1",
"typescript": "^5.4.5"
}
Expand Down

0 comments on commit a637bb7

Please sign in to comment.