semantic-release-bot
9fa726c3d0
fix: pull new editor translations from Transifex
2024-02-06 03:18:39 +00:00
semantic-release-bot
3b380d0927
fix: pull new editor translations from Transifex
2024-01-30 03:17:58 +00:00
semantic-release-bot
25f6a876da
fix: pull new editor translations from Transifex
2024-01-29 03:18:03 +00:00
semantic-release-bot
6e38dea547
chore(release): 3.18.3 [skip ci]
...
## [3.18.3](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.2...v3.18.3 ) (2024-01-28)
### Bug Fixes
* **deps:** update babel monorepo to v7.23.9 ([fa373f0
](fa373f0fce
))
2024-01-28 22:22:20 +00:00
renovate[bot]
fa373f0fce
fix(deps): update babel monorepo to v7.23.9
2024-01-28 22:21:14 +00:00
semantic-release-bot
933238913a
chore(release): 3.18.2 [skip ci]
...
## [3.18.2](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.1...v3.18.2 ) (2024-01-28)
### Bug Fixes
* pull new editor translations from Transifex ([e75188b
](e75188b7d7
))
2024-01-28 18:18:03 +00:00
renovate[bot]
4f0d3d7ebb
chore(deps): update commitlint monorepo to v18.6.0
2024-01-28 18:16:58 +00:00
semantic-release-bot
e75188b7d7
fix: pull new editor translations from Transifex
2024-01-27 03:19:29 +00:00
semantic-release-bot
69bbdd6702
chore(release): 3.18.1 [skip ci]
...
## [3.18.1](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.0...v3.18.1 ) (2024-01-25)
### Bug Fixes
* pull new editor translations from Transifex ([f1f0b25
](f1f0b258d5
))
* pull new editor translations from Transifex ([1dd13a1
](1dd13a17af
))
* pull new editor translations from Transifex ([12fe563
](12fe563dc9
))
2024-01-25 13:02:02 +00:00
renovate[bot]
7f09852ccd
chore(deps): update commitlint monorepo to v18.5.0
2024-01-25 13:00:57 +00:00
semantic-release-bot
f1f0b258d5
fix: pull new editor translations from Transifex
2024-01-24 03:18:11 +00:00
semantic-release-bot
1dd13a17af
fix: pull new editor translations from Transifex
2024-01-19 03:18:29 +00:00
semantic-release-bot
12fe563dc9
fix: pull new editor translations from Transifex
2024-01-18 03:18:50 +00:00
semantic-release-bot
d72066a18e
chore(release): 3.18.0 [skip ci]
...
# [3.18.0](https://github.com/scratchfoundation/scratch-l10n/compare/v3.17.0...v3.18.0 ) (2024-01-16)
### Features
* realign version numbers ([c4f9f06
](c4f9f06744
))
2024-01-16 20:44:57 +00:00
Christopher Willis-Ford
c4f9f06744
feat: realign version numbers
2024-01-16 12:43:47 -08:00
Christopher Willis-Ford
0c48c7c8f5
feat: realign version numbers
2024-01-16 10:42:27 -08:00
semantic-release-bot
575065ed65
chore(release): 1.0.0 [skip ci]
...
# 1.0.0 (2024-01-16)
### Bug Fixes
* add missing stdout ([113c0c0
](113c0c095e
))
* **deps:** update babel monorepo ([0ec47c2
](0ec47c2d6f
))
* **deps:** update babel monorepo to v7.23.7 ([172691f
](172691f133
))
* **deps:** update dependency @transifex/api to v4.3.0 ([8787503
](8787503122
))
* fetch languages and correctly get language code in txAvailableLanguages ([a3eed89
](a3eed8987b
))
* fix some errors with validation and error output ([bc151d5
](bc151d5ef8
))
* remove unnecessary if statement ([34fcab3
](34fcab3ce0
))
* **scripts:** add retries, correct formatting for editor ([137b6e3
](137b6e3d09
))
* use correct name for Filipino ([2634e78
](2634e78806
))
* use correct return type for async functions ([beda44e
](beda44ed7b
))
* use es6 in eslint to avoid disabling linting on some lines ([b67ea68
](b67ea684e7
))
* use stdout instead of console ([f298a58
](f298a58aeb
))
* use tidier import for transifex imports ([d6f1224
](d6f1224931
))
* Add scratch-paint ([0cb13cb
](0cb13cbaee
))
### Features
* add asturian language ([01e29ea
](01e29ea229
))
* add esperanto language ([af35fe0
](af35fe0dbe
))
* add filipino translations ([ccae0fc
](ccae0fc838
))
* add hausa language ([b6f145b
](b6f145bb94
))
* add hindi ([74f5560
](74f5560888
))
* add occitan language ([8b1d255
](8b1d25597f
))
* mark automated Transifex updates as fixes ([94c3353
](94c3353f54
))
* migrate help utils to v3 api ([db7a2a4
](db7a2a4ca0
))
* migrate push help script ([2907601
](2907601077
))
### BREAKING CHANGES
* - bumped major version to 2.
Restructured to support multiple components. Package default is just localeData for currently supported locales including the name for each language.
messages for each component are exported as separate files in locales. Clients of l10n will need to import messages for each of the compents used and combine them.
2024-01-16 18:36:18 +00:00
Christopher Willis-Ford
c55be08db2
Merge pull request #224 from scratchfoundation/implement-semantic-release
...
Implement semantic release
2024-01-16 10:35:14 -08:00
Christopher Willis-Ford
041a151f38
docs: add basic conventional commit info to README.md
2024-01-16 10:33:36 -08:00
Christopher Willis-Ford
eb422f9f64
ci: use semantic-release
2024-01-16 10:33:36 -08:00
Christopher Willis-Ford
a8eba81724
chore: add commitizen config
2024-01-16 10:33:36 -08:00
Christopher Willis-Ford
4383d94cc9
chore: add husky hook for commitlint
2024-01-16 10:33:36 -08:00
Christopher Willis-Ford
e3378ee380
chore: add commitlint
2024-01-16 10:33:36 -08:00
Christopher Willis-Ford
94c3353f54
feat: mark automated Transifex updates as fixes
...
Marking this a `feat` because it's effectively a versioning scheme
change.
2024-01-16 10:33:13 -08:00
renovate[bot]
a1c217bc1d
pull new editor translations from Transifex
2024-01-16 03:18:47 +00:00
renovate[bot]
8350dfcefd
pull new editor translations from Transifex
2024-01-14 03:18:44 +00:00
renovate[bot]
6534d94d38
pull new editor translations from Transifex
2024-01-13 03:19:14 +00:00
renovate[bot]
587cfdfa54
pull new editor translations from Transifex
2024-01-12 03:20:11 +00:00
renovate[bot]
4b5a5537f0
chore(deps): update dependency @babel/preset-env to v7.23.8
2024-01-11 23:34:15 +00:00
renovate[bot]
87981d5436
pull new editor translations from Transifex
2024-01-11 03:18:54 +00:00
renovate[bot]
c2978cc001
pull new editor translations from Transifex
2024-01-10 03:20:25 +00:00
renovate[bot]
70686f9af8
pull new editor translations from Transifex
2024-01-09 03:19:06 +00:00
renovate[bot]
7e8a13e6ff
pull new editor translations from Transifex
2024-01-06 03:18:22 +00:00
renovate[bot]
08ee941bf8
pull new editor translations from Transifex
2024-01-02 03:18:36 +00:00
renovate[bot]
172691f133
fix(deps): update babel monorepo to v7.23.7
2024-01-02 01:11:56 +00:00
renovate[bot]
0ca0fb1dc4
pull new editor translations from Transifex
2023-12-31 03:17:57 +00:00
renovate[bot]
df608e2467
pull new editor translations from Transifex
2023-12-27 03:19:49 +00:00
renovate[bot]
b52c7cdf33
pull new editor translations from Transifex
2023-12-23 03:20:17 +00:00
renovate[bot]
0e13cb3e3e
pull new editor translations from Transifex
2023-12-22 03:18:35 +00:00
renovate[bot]
7838c10332
pull new editor translations from Transifex
2023-12-20 03:19:02 +00:00
renovate[bot]
b3f69bc6d2
pull new editor translations from Transifex
2023-12-19 03:19:14 +00:00
renovate[bot]
84436bea6c
chore(deps): update dependency eslint-plugin-import to v2.29.1
2023-12-17 22:12:44 +00:00
renovate[bot]
8787503122
fix(deps): update dependency @transifex/api to v4.3.0
2023-12-17 16:16:32 +00:00
renovate[bot]
0ec47c2d6f
fix(deps): update babel monorepo
2023-12-17 12:10:37 +00:00
renovate[bot]
2f13585d7d
chore(deps): update dependency webpack to v4.47.0
2023-12-17 10:25:52 +00:00
renovate[bot]
f6eaab0f8a
chore(deps): update dependency p-queue to v3.2.0
2023-12-17 06:42:39 +00:00
renovate[bot]
2195dee4e0
chore(deps): update dependency p-limit to v2.3.0
2023-12-17 03:23:33 +00:00
renovate[bot]
bfa7ee5849
chore(deps): update dependency node-fetch to v2.7.0
2023-12-17 01:44:43 +00:00
renovate[bot]
a9f830c549
chore(deps): update dependency jshint to v2.13.6
2023-12-16 22:16:47 +00:00
renovate[bot]
052074cde0
chore(deps): update dependency glob to v7.2.3
2023-12-16 19:05:33 +00:00