Skip to content

Commit

Permalink
chore(release): release
Browse files Browse the repository at this point in the history
 - @vue-image-modernizer/core-shared@1.1.2
 - @vue-image-modernizer/core-vue2@1.1.2
 - @vue-image-modernizer/core-vue3@1.1.2
 - @vue-image-modernizer/vue-cli-plugin-image-modernizer@1.1.2
  • Loading branch information
Calvin-LL committed Jul 2, 2021
1 parent 2a3ccca commit 0cba18a
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 13 deletions.
4 changes: 4 additions & 0 deletions packages/core-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/Calvin-LL/vue-image-modernizer/compare/@vue-image-modernizer/core-shared@1.1.1...@vue-image-modernizer/core-shared@1.1.2) (2021-07-02)

**Note:** Version bump only for package @vue-image-modernizer/core-shared

## [1.1.1](https://github.com/Calvin-LL/vue-image-modernizer/compare/@vue-image-modernizer/core-shared@1.1.0...@vue-image-modernizer/core-shared@1.1.1) (2021-06-29)

**Note:** Version bump only for package @vue-image-modernizer/core-shared
Expand Down
2 changes: 1 addition & 1 deletion packages/core-shared/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-image-modernizer/core-shared",
"version": "1.1.1",
"version": "1.1.2",
"description": "@vue-image-modernizer/core-shared",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/core-vue2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/Calvin-LL/vue-image-modernizer/compare/@vue-image-modernizer/core-vue2@1.1.1...@vue-image-modernizer/core-vue2@1.1.2) (2021-07-02)

**Note:** Version bump only for package @vue-image-modernizer/core-vue2

## [1.1.1](https://github.com/Calvin-LL/vue-image-modernizer/compare/@vue-image-modernizer/core-vue2@1.1.0...@vue-image-modernizer/core-vue2@1.1.1) (2021-06-29)

**Note:** Version bump only for package @vue-image-modernizer/core-vue2
Expand Down
2 changes: 1 addition & 1 deletion packages/core-vue2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/core-vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-image-modernizer/core-vue2",
"version": "1.1.1",
"version": "1.1.2",
"description": "@vue-image-modernizer/core-vue2",
"publishConfig": {
"access": "public"
Expand All @@ -27,7 +27,7 @@
"bugs": "https://github.com/Calvin-LL/vue-image-modernizer/issues",
"homepage": "https://github.com/Calvin-LL/vue-image-modernizer",
"dependencies": {
"@vue-image-modernizer/core-shared": "^1.1.1",
"@vue-image-modernizer/core-shared": "^1.1.2",
"mime": "^2.5.0"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/core-vue3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/Calvin-LL/vue-image-modernizer/compare/@vue-image-modernizer/core-vue3@1.1.1...@vue-image-modernizer/core-vue3@1.1.2) (2021-07-02)

**Note:** Version bump only for package @vue-image-modernizer/core-vue3

## [1.1.1](https://github.com/Calvin-LL/vue-image-modernizer/compare/@vue-image-modernizer/core-vue3@1.1.0...@vue-image-modernizer/core-vue3@1.1.1) (2021-06-29)

**Note:** Version bump only for package @vue-image-modernizer/core-vue3
Expand Down
2 changes: 1 addition & 1 deletion packages/core-vue3/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/core-vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-image-modernizer/core-vue3",
"version": "1.1.1",
"version": "1.1.2",
"description": "@vue-image-modernizer/core-vue3",
"publishConfig": {
"access": "public"
Expand All @@ -27,7 +27,7 @@
"bugs": "https://github.com/Calvin-LL/vue-image-modernizer/issues",
"homepage": "https://github.com/Calvin-LL/vue-image-modernizer",
"dependencies": {
"@vue-image-modernizer/core-shared": "^1.1.1",
"@vue-image-modernizer/core-shared": "^1.1.2",
"@vue/compiler-core": "^3.0.5",
"mime": "^2.5.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/vue-cli-plugin-image-modernizer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/Calvin-LL/vue-image-modernizer/compare/@vue-image-modernizer/vue-cli-plugin-image-modernizer@1.1.1...@vue-image-modernizer/vue-cli-plugin-image-modernizer@1.1.2) (2021-07-02)

### Bug Fixes

- **vue-cli-plugin-image-modernizer:** remove ts extension on rmSync-polyfill import ([#80](https://github.com/Calvin-LL/vue-image-modernizer/issues/80)) ([871d61c](https://github.com/Calvin-LL/vue-image-modernizer/commit/871d61cb11567429f30418cb564110fd1a8fab10))

## [1.1.1](https://github.com/Calvin-LL/vue-image-modernizer/compare/@vue-image-modernizer/vue-cli-plugin-image-modernizer@1.1.0...@vue-image-modernizer/vue-cli-plugin-image-modernizer@1.1.1) (2021-06-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-cli-plugin-image-modernizer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/vue-cli-plugin-image-modernizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-image-modernizer/vue-cli-plugin-image-modernizer",
"version": "1.1.1",
"version": "1.1.2",
"description": "A Vue plugin to make your images responsive",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -39,9 +39,9 @@
"bugs": "https://github.com/Calvin-LL/vue-image-modernizer/issues",
"homepage": "https://github.com/Calvin-LL/vue-image-modernizer",
"dependencies": {
"@vue-image-modernizer/core-shared": "^1.1.1",
"@vue-image-modernizer/core-vue2": "^1.1.1",
"@vue-image-modernizer/core-vue3": "^1.1.1",
"@vue-image-modernizer/core-shared": "^1.1.2",
"@vue-image-modernizer/core-vue2": "^1.1.2",
"@vue-image-modernizer/core-vue3": "^1.1.2",
"mime": "^2.5.0"
},
"devDependencies": {
Expand Down

0 comments on commit 0cba18a

Please sign in to comment.