Skip to content

Commit

Permalink
chore: release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bae-unidev committed Dec 6, 2024
1 parent f009078 commit 0cbd08c
Show file tree
Hide file tree
Showing 33 changed files with 56 additions and 20 deletions.
2 changes: 2 additions & 0 deletions packages/utils-eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.90.11](https://github.com/pedaling/opensource/compare/utils-eslint-config-0.90.9...utils-eslint-config-0.90.11) (2024-12-06)

### [0.90.3](https://github.com/pedaling/opensource/compare/utils-eslint-config-0.90.2...utils-eslint-config-0.90.3) (2024-11-10)

### [0.90.2](https://github.com/pedaling/opensource/compare/utils-eslint-config-0.90.1...utils-eslint-config-0.90.2) (2024-10-21)
Expand Down
2 changes: 1 addition & 1 deletion packages/utils-eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@class101/eslint-config",
"version": "0.90.3",
"version": "0.90.11",
"private": false,
"sideEffects": false,
"main": "src/index.js",
Expand Down
4 changes: 3 additions & 1 deletion packages/utils-eslint-config/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"trackDeps": true,
"postTargets": [
"utils-eslint-config:github",
"utils-eslint-config:build",
"utils-eslint-config:deploy"
]
}
Expand All @@ -60,9 +61,10 @@
},
"deploy": {
"executor": "ngx-deploy-npm:deploy",
"dependsOn": ["build"],
"options": {
"access": "public",
"distFolderPath": "dist/packages/utils-eslint-config"
"distFolderPath": "dist/shared-utils-eslint-config"
}
}
}
Expand Down
2 changes: 2 additions & 0 deletions packages/vibrant-components-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.93.11](https://github.com/pedaling/opensource/compare/vibrant-components-web-0.93.9...vibrant-components-web-0.93.11) (2024-12-06)

### [0.93.3](https://github.com/pedaling/opensource/compare/vibrant-components-web-0.93.2...vibrant-components-web-0.93.3) (2024-11-10)

### [0.93.2](https://github.com/pedaling/opensource/compare/vibrant-components-web-0.93.1...vibrant-components-web-0.93.2) (2024-10-21)
Expand Down
2 changes: 1 addition & 1 deletion packages/vibrant-components-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibrant-ui/components-web",
"version": "0.93.3",
"version": "0.93.11",
"private": false,
"sideEffects": false,
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/vibrant-components-web/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"trackDeps": true,
"postTargets": [
"vibrant-components-web:github",
"vibrant-components-web:build",
"vibrant-components-web:deploy"
]
}
Expand All @@ -96,6 +97,7 @@
},
"deploy": {
"executor": "ngx-deploy-npm:deploy",
"dependsOn": ["build"],
"options": {
"access": "public",
"distFolderPath": "dist/packages/vibrant-components-web"
Expand Down
2 changes: 2 additions & 0 deletions packages/vibrant-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.93.14](https://github.com/pedaling/opensource/compare/vibrant-components-0.93.9...vibrant-components-0.93.14) (2024-12-06)

### [0.93.3](https://github.com/pedaling/opensource/compare/vibrant-components-0.93.2...vibrant-components-0.93.3) (2024-11-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/vibrant-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibrant-ui/components",
"version": "0.93.3",
"version": "0.93.14",
"private": false,
"sideEffects": false,
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/vibrant-components/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"trackDeps": true,
"postTargets": [
"vibrant-components:github",
"vibrant-components:build",
"vibrant-components:deploy"
]
}
Expand All @@ -115,6 +116,7 @@
},
"deploy": {
"executor": "ngx-deploy-npm:deploy",
"dependsOn": ["build"],
"options": {
"access": "public",
"distFolderPath": "dist/packages/vibrant-components"
Expand Down
2 changes: 2 additions & 0 deletions packages/vibrant-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.93.11](https://github.com/pedaling/opensource/compare/vibrant-core-0.93.9...vibrant-core-0.93.11) (2024-12-06)

### [0.93.3](https://github.com/pedaling/opensource/compare/vibrant-core-0.93.2...vibrant-core-0.93.3) (2024-11-10)

### [0.93.2](https://github.com/pedaling/opensource/compare/vibrant-core-0.93.1...vibrant-core-0.93.2) (2024-10-21)
Expand Down
2 changes: 1 addition & 1 deletion packages/vibrant-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibrant-ui/core",
"version": "0.93.3",
"version": "0.93.11",
"private": false,
"sideEffects": false,
"react-native": "index.native",
Expand Down
3 changes: 2 additions & 1 deletion packages/vibrant-core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"preset": "conventional",
"skipCommit": true,
"trackDeps": true,
"postTargets": ["vibrant-core:github", "vibrant-core:deploy"]
"postTargets": ["vibrant-core:github", "vibrant-core:build", "vibrant-core:deploy"]
}
},
"github": {
Expand All @@ -109,6 +109,7 @@
},
"deploy": {
"executor": "ngx-deploy-npm:deploy",
"dependsOn": ["build"],
"options": {
"access": "public",
"distFolderPath": "dist/packages/vibrant-core"
Expand Down
2 changes: 2 additions & 0 deletions packages/vibrant-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.93.11](https://github.com/pedaling/opensource/compare/vibrant-forms-0.93.9...vibrant-forms-0.93.11) (2024-12-06)

### [0.93.3](https://github.com/pedaling/opensource/compare/vibrant-forms-0.93.2...vibrant-forms-0.93.3) (2024-11-10)

### [0.93.2](https://github.com/pedaling/opensource/compare/vibrant-forms-0.93.1...vibrant-forms-0.93.2) (2024-10-21)
Expand Down
2 changes: 1 addition & 1 deletion packages/vibrant-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibrant-ui/forms",
"version": "0.93.3",
"version": "0.93.11",
"private": false,
"sideEffects": false,
"peerDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/vibrant-forms/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"preset": "conventional",
"skipCommit": true,
"trackDeps": true,
"postTargets": ["vibrant-forms:github", "vibrant-forms:deploy"]
"postTargets": ["vibrant-forms:github", "vibrant-forms:build", "vibrant-forms:deploy"]
}
},
"github": {
Expand All @@ -90,6 +90,7 @@
},
"deploy": {
"executor": "ngx-deploy-npm:deploy",
"dependsOn": ["build"],
"options": {
"access": "public",
"distFolderPath": "dist/packages/vibrant-forms"
Expand Down
2 changes: 2 additions & 0 deletions packages/vibrant-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.93.11](https://github.com/pedaling/opensource/compare/vibrant-icons-0.93.9...vibrant-icons-0.93.11) (2024-12-06)

### [0.93.3](https://github.com/pedaling/opensource/compare/vibrant-icons-0.93.2...vibrant-icons-0.93.3) (2024-11-10)

### [0.93.2](https://github.com/pedaling/opensource/compare/vibrant-icons-0.93.1...vibrant-icons-0.93.2) (2024-10-21)
Expand Down
2 changes: 1 addition & 1 deletion packages/vibrant-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibrant-ui/icons",
"version": "0.93.3",
"version": "0.93.11",
"private": false,
"sideEffects": false,
"peerDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/vibrant-icons/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"preset": "conventional",
"skipCommit": true,
"trackDeps": true,
"postTargets": ["vibrant-icons:github", "vibrant-icons:deploy"]
"postTargets": ["vibrant-icons:github", "vibrant-icons:build", "vibrant-icons:deploy"]
}
},
"github": {
Expand All @@ -110,6 +110,7 @@
},
"deploy": {
"executor": "ngx-deploy-npm:deploy",
"dependsOn": ["build"],
"options": {
"access": "public",
"distFolderPath": "dist/packages/vibrant-icons"
Expand Down
2 changes: 2 additions & 0 deletions packages/vibrant-layouts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.93.11](https://github.com/pedaling/opensource/compare/vibrant-layouts-0.93.9...vibrant-layouts-0.93.11) (2024-12-06)

### [0.93.3](https://github.com/pedaling/opensource/compare/vibrant-layouts-0.93.2...vibrant-layouts-0.93.3) (2024-11-10)

### [0.93.2](https://github.com/pedaling/opensource/compare/vibrant-layouts-0.93.1...vibrant-layouts-0.93.2) (2024-10-21)
Expand Down
2 changes: 1 addition & 1 deletion packages/vibrant-layouts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibrant-ui/layouts",
"version": "0.93.3",
"version": "0.93.11",
"private": false,
"sideEffects": false,
"react-native": "index.native",
Expand Down
3 changes: 2 additions & 1 deletion packages/vibrant-layouts/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"preset": "conventional",
"skipCommit": true,
"trackDeps": true,
"postTargets": ["vibrant-layouts:github", "vibrant-layouts:deploy"]
"postTargets": ["vibrant-layouts:github", "vibrant-layouts:build", "vibrant-layouts:deploy"]
}
},
"github": {
Expand All @@ -112,6 +112,7 @@
},
"deploy": {
"executor": "ngx-deploy-npm:deploy",
"dependsOn": ["build"],
"options": {
"access": "public",
"distFolderPath": "dist/packages/vibrant-layouts"
Expand Down
2 changes: 2 additions & 0 deletions packages/vibrant-motion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.93.11](https://github.com/pedaling/opensource/compare/vibrant-motion-0.93.9...vibrant-motion-0.93.11) (2024-12-06)

### [0.93.3](https://github.com/pedaling/opensource/compare/vibrant-motion-0.93.2...vibrant-motion-0.93.3) (2024-11-10)

### [0.93.2](https://github.com/pedaling/opensource/compare/vibrant-motion-0.93.1...vibrant-motion-0.93.2) (2024-10-21)
Expand Down
2 changes: 1 addition & 1 deletion packages/vibrant-motion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibrant-ui/motion",
"version": "0.93.3",
"version": "0.93.11",
"private": false,
"sideEffects": false,
"react-native": "index.native",
Expand Down
3 changes: 2 additions & 1 deletion packages/vibrant-motion/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"preset": "conventional",
"skipCommit": true,
"trackDeps": true,
"postTargets": ["vibrant-motion:github", "vibrant-motion:deploy"]
"postTargets": ["vibrant-motion:github", "vibrant-motion:build", "vibrant-motion:deploy"]
}
},
"github": {
Expand All @@ -113,6 +113,7 @@
},
"deploy": {
"executor": "ngx-deploy-npm:deploy",
"dependsOn": ["build"],
"options": {
"access": "public",
"distFolderPath": "dist/packages/vibrant-motion"
Expand Down
2 changes: 2 additions & 0 deletions packages/vibrant-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.93.13](https://github.com/pedaling/opensource/compare/vibrant-theme-0.93.9...vibrant-theme-0.93.13) (2024-12-06)

### [0.93.3](https://github.com/pedaling/opensource/compare/vibrant-theme-0.93.2...vibrant-theme-0.93.3) (2024-11-10)

### [0.93.2](https://github.com/pedaling/opensource/compare/vibrant-theme-0.93.1...vibrant-theme-0.93.2) (2024-10-21)
Expand Down
2 changes: 1 addition & 1 deletion packages/vibrant-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibrant-ui/theme",
"version": "0.93.3",
"version": "0.93.13",
"private": false,
"sideEffects": false,
"peerDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/vibrant-theme/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"preset": "conventional",
"skipCommit": true,
"trackDeps": true,
"postTargets": ["vibrant-theme:github", "vibrant-theme:deploy"]
"postTargets": ["vibrant-theme:github", "vibrant-theme:build", "vibrant-theme:deploy"]
}
},
"github": {
Expand All @@ -68,6 +68,7 @@
},
"deploy": {
"executor": "ngx-deploy-npm:deploy",
"dependsOn": ["build"],
"options": {
"access": "public",
"distFolderPath": "dist/packages/vibrant-theme"
Expand Down
2 changes: 2 additions & 0 deletions packages/vibrant-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.93.13](https://github.com/pedaling/opensource/compare/vibrant-utils-0.93.9...vibrant-utils-0.93.13) (2024-12-06)

### [0.93.3](https://github.com/pedaling/opensource/compare/vibrant-utils-0.93.2...vibrant-utils-0.93.3) (2024-11-10)

### [0.93.2](https://github.com/pedaling/opensource/compare/vibrant-utils-0.93.1...vibrant-utils-0.93.2) (2024-10-21)
Expand Down
2 changes: 1 addition & 1 deletion packages/vibrant-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibrant-ui/utils",
"version": "0.93.3",
"version": "0.93.13",
"private": false,
"sideEffects": false,
"peerDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/vibrant-utils/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"preset": "conventional",
"skipCommit": true,
"trackDeps": true,
"postTargets": ["vibrant-utils:github", "vibrant-utils:deploy"]
"postTargets": ["vibrant-utils:github", "vibrant-utils:build", "vibrant-utils:deploy"]
}
},
"github": {
Expand All @@ -66,6 +66,7 @@
},
"deploy": {
"executor": "ngx-deploy-npm:deploy",
"dependsOn": ["build"],
"options": {
"access": "public",
"distFolderPath": "dist/packages/vibrant-utils"
Expand Down
2 changes: 2 additions & 0 deletions packages/workspace-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.72.9](https://github.com/pedaling/opensource/compare/workspace-plugin-0.72.8...workspace-plugin-0.72.9) (2024-12-06)

### [0.72.3](https://github.com/pedaling/opensource/compare/workspace-plugin-0.72.2...workspace-plugin-0.72.3) (2024-11-10)

### [0.72.2](https://github.com/pedaling/opensource/compare/workspace-plugin-0.72.1...workspace-plugin-0.72.2) (2024-10-21)
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@class101/workspace-plugin",
"version": "0.72.3",
"version": "0.72.9",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json"
Expand Down
3 changes: 2 additions & 1 deletion packages/workspace-plugin/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"preset": "conventional",
"skipCommit": true,
"trackDeps": true,
"postTargets": ["workspace-plugin:github", "workspace-plugin:deploy"]
"postTargets": ["workspace-plugin:github", "workspace-plugin:build", "workspace-plugin:deploy"]
}
},
"github": {
Expand All @@ -75,6 +75,7 @@
},
"deploy": {
"executor": "ngx-deploy-npm:deploy",
"dependsOn": ["build"],
"options": {
"access": "public",
"distFolderPath": "dist/packages/workspace-plugin"
Expand Down

0 comments on commit 0cbd08c

Please sign in to comment.