Skip to content

Commit

Permalink
chore: release 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ubermanu committed Nov 22, 2022
1 parent 0e98f9a commit 4e017b4
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magefront",
"version": "0.21.5",
"version": "0.22.0",
"type": "module",
"keywords": [
"magefront",
Expand Down
2 changes: 1 addition & 1 deletion plugins/babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magefront-plugin-babel",
"version": "0.6.1",
"version": "0.6.2",
"type": "module",
"keywords": [
"magefront",
Expand Down
2 changes: 1 addition & 1 deletion plugins/concat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magefront-plugin-concat",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"keywords": [
"magefront",
Expand Down
2 changes: 1 addition & 1 deletion plugins/cssnano/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magefront-plugin-cssnano",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"keywords": [
"magefront",
Expand Down
2 changes: 1 addition & 1 deletion plugins/js-translation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magefront-plugin-js-translation",
"version": "0.5.0",
"version": "0.5.1",
"type": "module",
"keywords": [
"magefront",
Expand Down
5 changes: 2 additions & 3 deletions plugins/less/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magefront-plugin-less",
"version": "0.14.3",
"version": "0.14.4",
"type": "module",
"keywords": [
"magefront",
Expand Down Expand Up @@ -36,8 +36,7 @@
".": {
"types": "./dist/plugin.d.ts",
"require": "./dist/plugin.cjs",
"import": "./dist/plugin.mjs",
"require": "./dist/plugin.cjs"
"import": "./dist/plugin.mjs"
}
}
}
2 changes: 1 addition & 1 deletion plugins/postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magefront-plugin-postcss",
"version": "0.2.2",
"version": "0.2.3",
"type": "module",
"keywords": [
"magefront",
Expand Down
2 changes: 1 addition & 1 deletion plugins/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magefront-plugin-react",
"version": "0.3.1",
"version": "0.3.2",
"type": "module",
"keywords": [
"magefront",
Expand Down
2 changes: 1 addition & 1 deletion plugins/requirejs-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magefront-plugin-requirejs-config",
"version": "0.5.0",
"version": "0.5.1",
"type": "module",
"keywords": [
"magefront",
Expand Down
2 changes: 1 addition & 1 deletion plugins/sass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magefront-plugin-sass",
"version": "0.6.0",
"version": "0.6.1",
"type": "module",
"keywords": [
"magefront",
Expand Down
2 changes: 1 addition & 1 deletion plugins/stylus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magefront-plugin-stylus",
"version": "0.6.0",
"version": "0.6.1",
"type": "module",
"keywords": [
"magefront",
Expand Down
2 changes: 1 addition & 1 deletion plugins/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magefront-plugin-svelte",
"version": "0.5.1",
"version": "0.5.2",
"type": "module",
"keywords": [
"magefront",
Expand Down
2 changes: 1 addition & 1 deletion plugins/svgo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magefront-plugin-svgo",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"keywords": [
"magefront",
Expand Down
2 changes: 1 addition & 1 deletion plugins/terser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magefront-plugin-terser",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"keywords": [
"magefront",
Expand Down
4 changes: 2 additions & 2 deletions plugins/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magefront-plugin-typescript",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"keywords": [
"magefront",
Expand All @@ -21,7 +21,7 @@
"files": [
"dist"
],
"scripts":{
"scripts": {
"build": "unbuild",
"prepublishOnly": "pnpm run build"
},
Expand Down

0 comments on commit 4e017b4

Please sign in to comment.