Skip to content

Commit

Permalink
chore: release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Bot committed Feb 1, 2024
1 parent 304d49c commit 009d6a7
Show file tree
Hide file tree
Showing 22 changed files with 38 additions and 11 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.89.1](https://github.com/pedaling/opensource/compare/utils-eslint-config-0.89.0...utils-eslint-config-0.89.1) (2024-02-01)

## [0.89.0](https://github.com/pedaling/opensource/compare/utils-eslint-config-0.88.0...utils-eslint-config-0.89.0) (2024-01-29)

## [0.88.0](https://github.com/pedaling/opensource/compare/utils-eslint-config-0.87.2...utils-eslint-config-0.88.0) (2024-01-24)
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.89.0",
"version": "0.89.1",
"private": false,
"sideEffects": false,
"main": "src/index.js",
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.92.1](https://github.com/pedaling/opensource/compare/vibrant-components-web-0.92.0...vibrant-components-web-0.92.1) (2024-02-01)

## [0.92.0](https://github.com/pedaling/opensource/compare/vibrant-components-web-0.91.0...vibrant-components-web-0.92.0) (2024-01-29)

## [0.91.0](https://github.com/pedaling/opensource/compare/vibrant-components-web-0.90.2...vibrant-components-web-0.91.0) (2024-01-24)
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.92.0",
"version": "0.92.1",
"private": false,
"sideEffects": false,
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/vibrant-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

### [0.92.1](https://github.com/pedaling/opensource/compare/vibrant-components-0.92.0...vibrant-components-0.92.1) (2024-02-01)


### Bug Fixes

* popover가 특정 위치에서 안보이는 문제를 수정한다 ([#935](https://github.com/pedaling/opensource/issues/935)) ([304d49c](https://github.com/pedaling/opensource/commit/304d49cab816a03f46aad730d01b0612fac05a53))

## [0.92.0](https://github.com/pedaling/opensource/compare/vibrant-components-0.91.0...vibrant-components-0.92.0) (2024-01-29)

## [0.91.0](https://github.com/pedaling/opensource/compare/vibrant-components-0.90.2...vibrant-components-0.91.0) (2024-01-24)
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.92.0",
"version": "0.92.1",
"private": false,
"sideEffects": false,
"peerDependencies": {
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.92.1](https://github.com/pedaling/opensource/compare/vibrant-core-0.92.0...vibrant-core-0.92.1) (2024-02-01)

## [0.92.0](https://github.com/pedaling/opensource/compare/vibrant-core-0.91.0...vibrant-core-0.92.0) (2024-01-29)


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.92.0",
"version": "0.92.1",
"private": false,
"sideEffects": false,
"react-native": "index.native",
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.92.1](https://github.com/pedaling/opensource/compare/vibrant-forms-0.92.0...vibrant-forms-0.92.1) (2024-02-01)

## [0.92.0](https://github.com/pedaling/opensource/compare/vibrant-forms-0.91.0...vibrant-forms-0.92.0) (2024-01-29)

## [0.91.0](https://github.com/pedaling/opensource/compare/vibrant-forms-0.90.2...vibrant-forms-0.91.0) (2024-01-24)
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.92.0",
"version": "0.92.1",
"private": false,
"sideEffects": false,
"peerDependencies": {
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.92.1](https://github.com/pedaling/opensource/compare/vibrant-icons-0.92.0...vibrant-icons-0.92.1) (2024-02-01)

## [0.92.0](https://github.com/pedaling/opensource/compare/vibrant-icons-0.91.0...vibrant-icons-0.92.0) (2024-01-29)

## [0.91.0](https://github.com/pedaling/opensource/compare/vibrant-icons-0.90.2...vibrant-icons-0.91.0) (2024-01-24)
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.92.0",
"version": "0.92.1",
"private": false,
"sideEffects": false,
"peerDependencies": {
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.92.1](https://github.com/pedaling/opensource/compare/vibrant-layouts-0.92.0...vibrant-layouts-0.92.1) (2024-02-01)

## [0.92.0](https://github.com/pedaling/opensource/compare/vibrant-layouts-0.91.0...vibrant-layouts-0.92.0) (2024-01-29)

## [0.91.0](https://github.com/pedaling/opensource/compare/vibrant-layouts-0.90.2...vibrant-layouts-0.91.0) (2024-01-24)
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.92.0",
"version": "0.92.1",
"private": false,
"sideEffects": false,
"react-native": "index.native",
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.92.1](https://github.com/pedaling/opensource/compare/vibrant-motion-0.92.0...vibrant-motion-0.92.1) (2024-02-01)

## [0.92.0](https://github.com/pedaling/opensource/compare/vibrant-motion-0.91.0...vibrant-motion-0.92.0) (2024-01-29)

## [0.91.0](https://github.com/pedaling/opensource/compare/vibrant-motion-0.90.2...vibrant-motion-0.91.0) (2024-01-24)
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.92.0",
"version": "0.92.1",
"private": false,
"sideEffects": false,
"react-native": "index.native",
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.92.1](https://github.com/pedaling/opensource/compare/vibrant-theme-0.92.0...vibrant-theme-0.92.1) (2024-02-01)

## [0.92.0](https://github.com/pedaling/opensource/compare/vibrant-theme-0.91.0...vibrant-theme-0.92.0) (2024-01-29)

## [0.91.0](https://github.com/pedaling/opensource/compare/vibrant-theme-0.90.2...vibrant-theme-0.91.0) (2024-01-24)
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.92.0",
"version": "0.92.1",
"private": false,
"sideEffects": false,
"peerDependencies": {
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.92.1](https://github.com/pedaling/opensource/compare/vibrant-utils-0.92.0...vibrant-utils-0.92.1) (2024-02-01)

## [0.92.0](https://github.com/pedaling/opensource/compare/vibrant-utils-0.91.0...vibrant-utils-0.92.0) (2024-01-29)

## [0.91.0](https://github.com/pedaling/opensource/compare/vibrant-utils-0.90.2...vibrant-utils-0.91.0) (2024-01-24)
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.92.0",
"version": "0.92.1",
"private": false,
"sideEffects": false,
"peerDependencies": {
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.71.1](https://github.com/pedaling/opensource/compare/workspace-plugin-0.71.0...workspace-plugin-0.71.1) (2024-02-01)

## [0.71.0](https://github.com/pedaling/opensource/compare/workspace-plugin-0.70.0...workspace-plugin-0.71.0) (2024-01-29)

## [0.70.0](https://github.com/pedaling/opensource/compare/workspace-plugin-0.69.2...workspace-plugin-0.70.0) (2024-01-24)
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.71.0",
"version": "0.71.1",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json"
Expand Down

0 comments on commit 009d6a7

Please sign in to comment.