1
0
Fork 0

release: v3.1.0-rc-0

This commit is contained in:
joostdecock 2023-12-24 14:06:17 +01:00
parent 83111ac646
commit 14bca334f6
169 changed files with 671 additions and 671 deletions

View file

@ -1,4 +1,4 @@
// This file is auto-generated | All changes you make will be overwritten.
export const name = '@freesewing/plugin-i18n'
export const version = '3.0.0'
export const version = '3.1.0-rc.0'
export const data = { name, version }

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/plugin-i18n",
"version": "3.0.0",
"version": "3.1.0-rc.0",
"description": "A FreeSewing plugin for pattern translation",
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
@ -49,7 +49,7 @@
"wbuild:all": "yarn wbuild"
},
"peerDependencies": {
"@freesewing/core": "3.0.0"
"@freesewing/core": "3.1.0-rc.0"
},
"dependencies": {},
"devDependencies": {
@ -62,7 +62,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=18",