Skip to content

Commit 0f74748

Browse files
author
GitHub Bot
committed
chore: release versions
1 parent 4035003 commit 0f74748

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.81.3](https://github.com/pedaling/opensource/compare/utils-eslint-config-0.81.2...utils-eslint-config-0.81.3) (2023-10-25)
6+
57
### [0.81.2](https://github.com/pedaling/opensource/compare/utils-eslint-config-0.81.1...utils-eslint-config-0.81.2) (2023-10-24)
68

79
### [0.81.1](https://github.com/pedaling/opensource/compare/utils-eslint-config-0.81.0...utils-eslint-config-0.81.1) (2023-10-17)

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.81.2",
3+
"version": "0.81.3",
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.84.3](https://github.com/pedaling/opensource/compare/vibrant-components-web-0.84.2...vibrant-components-web-0.84.3) (2023-10-25)
6+
57
### [0.84.2](https://github.com/pedaling/opensource/compare/vibrant-components-web-0.84.1...vibrant-components-web-0.84.2) (2023-10-24)
68

79
### [0.84.1](https://github.com/pedaling/opensource/compare/vibrant-components-web-0.84.0...vibrant-components-web-0.84.1) (2023-10-17)

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.84.2",
3+
"version": "0.84.3",
44
"private": false,
55
"sideEffects": false,
66
"peerDependencies": {

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.84.3](https://github.com/pedaling/opensource/compare/vibrant-components-0.84.2...vibrant-components-0.84.3) (2023-10-25)
6+
7+
8+
### Bug Fixes
9+
10+
* ImageThumbnail 컴포넌트에서 sizes 속성이 Image 컴포넌트에 전달되게 한다 ([#878](https://github.com/pedaling/opensource/issues/878)) ([4035003](https://github.com/pedaling/opensource/commit/4035003084456489be86373b5834d3669cbb3fa8))
11+
512
### [0.84.2](https://github.com/pedaling/opensource/compare/vibrant-components-0.84.1...vibrant-components-0.84.2) (2023-10-24)
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.84.2",
3+
"version": "0.84.3",
44
"private": false,
55
"sideEffects": false,
66
"peerDependencies": {

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.84.3](https://github.com/pedaling/opensource/compare/vibrant-core-0.84.2...vibrant-core-0.84.3) (2023-10-25)
6+
57
### [0.84.2](https://github.com/pedaling/opensource/compare/vibrant-core-0.84.1...vibrant-core-0.84.2) (2023-10-24)
68

79
### [0.84.1](https://github.com/pedaling/opensource/compare/vibrant-core-0.84.0...vibrant-core-0.84.1) (2023-10-17)

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.84.2",
3+
"version": "0.84.3",
44
"private": false,
55
"sideEffects": false,
66
"react-native": "index.native",

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.84.3](https://github.com/pedaling/opensource/compare/vibrant-forms-0.84.2...vibrant-forms-0.84.3) (2023-10-25)
6+
57
### [0.84.2](https://github.com/pedaling/opensource/compare/vibrant-forms-0.84.1...vibrant-forms-0.84.2) (2023-10-24)
68

79
### [0.84.1](https://github.com/pedaling/opensource/compare/vibrant-forms-0.84.0...vibrant-forms-0.84.1) (2023-10-17)

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.84.2",
3+
"version": "0.84.3",
44
"private": false,
55
"sideEffects": false,
66
"peerDependencies": {

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.84.3](https://github.com/pedaling/opensource/compare/vibrant-icons-0.84.2...vibrant-icons-0.84.3) (2023-10-25)
6+
57
### [0.84.2](https://github.com/pedaling/opensource/compare/vibrant-icons-0.84.1...vibrant-icons-0.84.2) (2023-10-24)
68

79

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.84.2",
3+
"version": "0.84.3",
44
"private": false,
55
"sideEffects": false,
66
"peerDependencies": {

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.84.3](https://github.com/pedaling/opensource/compare/vibrant-layouts-0.84.2...vibrant-layouts-0.84.3) (2023-10-25)
6+
57
### [0.84.2](https://github.com/pedaling/opensource/compare/vibrant-layouts-0.84.1...vibrant-layouts-0.84.2) (2023-10-24)
68

79
### [0.84.1](https://github.com/pedaling/opensource/compare/vibrant-layouts-0.84.0...vibrant-layouts-0.84.1) (2023-10-17)

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.84.2",
3+
"version": "0.84.3",
44
"private": false,
55
"sideEffects": false,
66
"react-native": "index.native",

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.84.3](https://github.com/pedaling/opensource/compare/vibrant-motion-0.84.2...vibrant-motion-0.84.3) (2023-10-25)
6+
57
### [0.84.2](https://github.com/pedaling/opensource/compare/vibrant-motion-0.84.1...vibrant-motion-0.84.2) (2023-10-24)
68

79
### [0.84.1](https://github.com/pedaling/opensource/compare/vibrant-motion-0.84.0...vibrant-motion-0.84.1) (2023-10-17)

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.84.2",
3+
"version": "0.84.3",
44
"private": false,
55
"sideEffects": false,
66
"react-native": "index.native",

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.84.3](https://github.com/pedaling/opensource/compare/vibrant-theme-0.84.2...vibrant-theme-0.84.3) (2023-10-25)
6+
57
### [0.84.2](https://github.com/pedaling/opensource/compare/vibrant-theme-0.84.1...vibrant-theme-0.84.2) (2023-10-24)
68

79
### [0.84.1](https://github.com/pedaling/opensource/compare/vibrant-theme-0.84.0...vibrant-theme-0.84.1) (2023-10-17)

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.84.2",
3+
"version": "0.84.3",
44
"private": false,
55
"sideEffects": false,
66
"peerDependencies": {

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.84.3](https://github.com/pedaling/opensource/compare/vibrant-utils-0.84.2...vibrant-utils-0.84.3) (2023-10-25)
6+
57
### [0.84.2](https://github.com/pedaling/opensource/compare/vibrant-utils-0.84.1...vibrant-utils-0.84.2) (2023-10-24)
68

79
### [0.84.1](https://github.com/pedaling/opensource/compare/vibrant-utils-0.84.0...vibrant-utils-0.84.1) (2023-10-17)

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.84.2",
3+
"version": "0.84.3",
44
"private": false,
55
"sideEffects": false,
66
"peerDependencies": {

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.63.3](https://github.com/pedaling/opensource/compare/workspace-plugin-0.63.2...workspace-plugin-0.63.3) (2023-10-25)
6+
57
### [0.63.2](https://github.com/pedaling/opensource/compare/workspace-plugin-0.63.1...workspace-plugin-0.63.2) (2023-10-24)
68

79
### [0.63.1](https://github.com/pedaling/opensource/compare/workspace-plugin-0.63.0...workspace-plugin-0.63.1) (2023-10-17)

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.63.2",
3+
"version": "0.63.3",
44
"main": "src/index.js",
55
"generators": "./generators.json",
66
"executors": "./executors.json"

0 commit comments

Comments
 (0)