Skip to content

Commit ebb98e9

Browse files
author
GitHub Bot
committed
chore: release versions
1 parent 9095e26 commit ebb98e9

File tree

22 files changed

+38
-11
lines changed

22 files changed

+38
-11
lines changed

packages/utils-eslint-config/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
## [0.91.16](https://github.com/pedaling/opensource/compare/utils-eslint-config-0.91.15...utils-eslint-config-0.91.16) (2025-03-04)
6+
57
## [0.91.15](https://github.com/pedaling/opensource/compare/utils-eslint-config-0.91.14...utils-eslint-config-0.91.15) (2025-02-28)
68

79
## [0.91.14](https://github.com/pedaling/opensource/compare/utils-eslint-config-0.91.13...utils-eslint-config-0.91.14) (2025-02-26)

packages/utils-eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@class101/eslint-config",
3-
"version": "0.91.15",
3+
"version": "0.91.16",
44
"private": false,
55
"sideEffects": false,
66
"main": "src/index.js",

packages/vibrant-components-web/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
## [0.94.16](https://github.com/pedaling/opensource/compare/vibrant-components-web-0.94.15...vibrant-components-web-0.94.16) (2025-03-04)
6+
57
## [0.94.15](https://github.com/pedaling/opensource/compare/vibrant-components-web-0.94.14...vibrant-components-web-0.94.15) (2025-02-28)
68

79
## [0.94.14](https://github.com/pedaling/opensource/compare/vibrant-components-web-0.94.13...vibrant-components-web-0.94.14) (2025-02-26)

packages/vibrant-components-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibrant-ui/components-web",
3-
"version": "0.94.15",
3+
"version": "0.94.16",
44
"private": false,
55
"sideEffects": false,
66
"types": "index.d.ts",

packages/vibrant-components/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [0.94.16](https://github.com/pedaling/opensource/compare/vibrant-components-0.94.15...vibrant-components-0.94.16) (2025-03-04)
6+
7+
8+
### Bug Fixes
9+
10+
* popover container ([#1000](https://github.com/pedaling/opensource/issues/1000)) ([9095e26](https://github.com/pedaling/opensource/commit/9095e266ab3d1c0fbcc5506d7450e32c7c09f99f))
11+
512
## [0.94.15](https://github.com/pedaling/opensource/compare/vibrant-components-0.94.14...vibrant-components-0.94.15) (2025-02-28)
613

714

packages/vibrant-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibrant-ui/components",
3-
"version": "0.94.15",
3+
"version": "0.94.16",
44
"private": false,
55
"sideEffects": false,
66
"react-native": "index.native.cjs",

packages/vibrant-core/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
## [0.94.16](https://github.com/pedaling/opensource/compare/vibrant-core-0.94.15...vibrant-core-0.94.16) (2025-03-04)
6+
57
## [0.94.15](https://github.com/pedaling/opensource/compare/vibrant-core-0.94.14...vibrant-core-0.94.15) (2025-02-28)
68

79
## [0.94.14](https://github.com/pedaling/opensource/compare/vibrant-core-0.94.13...vibrant-core-0.94.14) (2025-02-26)

packages/vibrant-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibrant-ui/core",
3-
"version": "0.94.15",
3+
"version": "0.94.16",
44
"private": false,
55
"sideEffects": false,
66
"react-native": "index.native.cjs",

packages/vibrant-forms/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
## [0.94.16](https://github.com/pedaling/opensource/compare/vibrant-forms-0.94.15...vibrant-forms-0.94.16) (2025-03-04)
6+
57
## [0.94.15](https://github.com/pedaling/opensource/compare/vibrant-forms-0.94.14...vibrant-forms-0.94.15) (2025-02-28)
68

79
## [0.94.14](https://github.com/pedaling/opensource/compare/vibrant-forms-0.94.13...vibrant-forms-0.94.14) (2025-02-26)

packages/vibrant-forms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibrant-ui/forms",
3-
"version": "0.94.15",
3+
"version": "0.94.16",
44
"private": false,
55
"sideEffects": false,
66
"types": "index.d.ts",

packages/vibrant-icons/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
## [0.94.16](https://github.com/pedaling/opensource/compare/vibrant-icons-0.94.15...vibrant-icons-0.94.16) (2025-03-04)
6+
57
## [0.94.15](https://github.com/pedaling/opensource/compare/vibrant-icons-0.94.14...vibrant-icons-0.94.15) (2025-02-28)
68

79
## [0.94.14](https://github.com/pedaling/opensource/compare/vibrant-icons-0.94.13...vibrant-icons-0.94.14) (2025-02-26)

packages/vibrant-icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibrant-ui/icons",
3-
"version": "0.94.15",
3+
"version": "0.94.16",
44
"private": false,
55
"sideEffects": false,
66
"types": "index.d.ts",

packages/vibrant-layouts/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
## [0.94.16](https://github.com/pedaling/opensource/compare/vibrant-layouts-0.94.15...vibrant-layouts-0.94.16) (2025-03-04)
6+
57
## [0.94.15](https://github.com/pedaling/opensource/compare/vibrant-layouts-0.94.14...vibrant-layouts-0.94.15) (2025-02-28)
68

79
## [0.94.14](https://github.com/pedaling/opensource/compare/vibrant-layouts-0.94.13...vibrant-layouts-0.94.14) (2025-02-26)

packages/vibrant-layouts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibrant-ui/layouts",
3-
"version": "0.94.15",
3+
"version": "0.94.16",
44
"private": false,
55
"sideEffects": false,
66
"react-native": "index.native.cjs",

packages/vibrant-motion/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
## [0.94.16](https://github.com/pedaling/opensource/compare/vibrant-motion-0.94.15...vibrant-motion-0.94.16) (2025-03-04)
6+
57
## [0.94.15](https://github.com/pedaling/opensource/compare/vibrant-motion-0.94.14...vibrant-motion-0.94.15) (2025-02-28)
68

79
## [0.94.14](https://github.com/pedaling/opensource/compare/vibrant-motion-0.94.13...vibrant-motion-0.94.14) (2025-02-26)

packages/vibrant-motion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibrant-ui/motion",
3-
"version": "0.94.15",
3+
"version": "0.94.16",
44
"private": false,
55
"sideEffects": false,
66
"react-native": "index.native.cjs",

packages/vibrant-theme/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
## [0.94.16](https://github.com/pedaling/opensource/compare/vibrant-theme-0.94.15...vibrant-theme-0.94.16) (2025-03-04)
6+
57
## [0.94.15](https://github.com/pedaling/opensource/compare/vibrant-theme-0.94.14...vibrant-theme-0.94.15) (2025-02-28)
68

79
## [0.94.14](https://github.com/pedaling/opensource/compare/vibrant-theme-0.94.13...vibrant-theme-0.94.14) (2025-02-26)

packages/vibrant-theme/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibrant-ui/theme",
3-
"version": "0.94.15",
3+
"version": "0.94.16",
44
"private": false,
55
"sideEffects": false,
66
"types": "index.d.ts",

packages/vibrant-utils/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
## [0.94.17](https://github.com/pedaling/opensource/compare/vibrant-utils-0.94.16...vibrant-utils-0.94.17) (2025-03-04)
6+
57
## [0.94.16](https://github.com/pedaling/opensource/compare/vibrant-utils-0.94.15...vibrant-utils-0.94.16) (2025-02-28)
68

79
## [0.94.15](https://github.com/pedaling/opensource/compare/vibrant-utils-0.94.14...vibrant-utils-0.94.15) (2025-02-26)

packages/vibrant-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibrant-ui/utils",
3-
"version": "0.94.16",
3+
"version": "0.94.17",
44
"private": false,
55
"sideEffects": false,
66
"types": "index.d.ts",

packages/workspace-plugin/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
## [0.73.16](https://github.com/pedaling/opensource/compare/workspace-plugin-0.73.15...workspace-plugin-0.73.16) (2025-03-04)
6+
57
## [0.73.15](https://github.com/pedaling/opensource/compare/workspace-plugin-0.73.14...workspace-plugin-0.73.15) (2025-02-28)
68

79
## [0.73.14](https://github.com/pedaling/opensource/compare/workspace-plugin-0.73.13...workspace-plugin-0.73.14) (2025-02-26)

packages/workspace-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@class101/workspace-plugin",
3-
"version": "0.73.15",
3+
"version": "0.73.16",
44
"main": "src/index.js",
55
"generators": "./generators.json",
66
"executors": "./executors.json"

0 commit comments

Comments
 (0)