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.1
 - @vue-image-modernizer/core-vue2@1.1.1
 - @vue-image-modernizer/core-vue3@1.1.1
 - @vue-image-modernizer/vue-cli-plugin-image-modernizer@1.1.1
  • Loading branch information
Calvin-LL committed Jun 29, 2021
1 parent 7c418ac commit c5149f3
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.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

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

### Features
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.0",
"version": "1.1.1",
"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.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

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

### Features
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.0",
"version": "1.1.1",
"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.0",
"@vue-image-modernizer/core-shared": "^1.1.1",
"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.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

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

### Features
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.0",
"version": "1.1.1",
"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.0",
"@vue-image-modernizer/core-shared": "^1.1.1",
"@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.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

- **vue-cli-plugin-image-modernizer:** add fs.rmSync polyfill to support node@<14 ([#75](https://github.com/Calvin-LL/vue-image-modernizer/issues/75)) ([fd0f5c8](https://github.com/Calvin-LL/vue-image-modernizer/commit/fd0f5c8a183d05cfa6b9d78b6c245ca2e034a8d5))

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

### Features
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.0",
"version": "1.1.1",
"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.0",
"@vue-image-modernizer/core-vue2": "^1.1.0",
"@vue-image-modernizer/core-vue3": "^1.1.0",
"@vue-image-modernizer/core-shared": "^1.1.1",
"@vue-image-modernizer/core-vue2": "^1.1.1",
"@vue-image-modernizer/core-vue3": "^1.1.1",
"mime": "^2.5.0"
},
"devDependencies": {
Expand Down

0 comments on commit c5149f3

Please sign in to comment.