Skip to content

Commit d6a0858

Browse files
committed
Revert "v3.0.1"
This reverts commit a41a262.
1 parent a41a262 commit d6a0858

File tree

116 files changed

+147
-576
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+147
-576
lines changed

CHANGELOG.md

-11
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [3.0.1](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0...v3.0.1) (2021-04-21)
7-
8-
9-
### Features
10-
11-
* implement fixes and workarounds for Vite and SvelteKit ([9ed43aa](https://github.com/hperrin/svelte-material-ui/commit/9ed43aa83523877decd3c81c8c06f1219b302a76))
12-
13-
14-
15-
16-
176
# [3.0.0](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0-beta.12...v3.0.0) (2021-04-19)
187

198

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.1",
2+
"version": "3.0.0",
33
"command": {
44
"version": {
55
"allowBranch": [

packages/banner/CHANGELOG.md

-11
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [3.0.1](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0...v3.0.1) (2021-04-21)
7-
8-
9-
### Features
10-
11-
* implement fixes and workarounds for Vite and SvelteKit ([9ed43aa](https://github.com/hperrin/svelte-material-ui/commit/9ed43aa83523877decd3c81c8c06f1219b302a76))
12-
13-
14-
15-
16-
176
# [3.0.0](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0-beta.12...v3.0.0) (2021-04-19)
187

198
**Note:** Version bump only for package @smui/banner

packages/banner/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/banner/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smui/banner",
3-
"version": "3.0.1",
3+
"version": "3.0.0",
44
"description": "Svelte Material UI - Banner",
55
"type": "module",
66
"module": "index.js",
@@ -31,7 +31,7 @@
3131
"license": "Apache-2.0",
3232
"dependencies": {
3333
"@material/banner": "^10.0.0",
34-
"@smui/common": "^3.0.1"
34+
"@smui/common": "^3.0.0"
3535
},
3636
"devDependencies": {
3737
"sass": "^1.32.8"

packages/button/CHANGELOG.md

-11
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [3.0.1](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0...v3.0.1) (2021-04-21)
7-
8-
9-
### Features
10-
11-
* implement fixes and workarounds for Vite and SvelteKit ([9ed43aa](https://github.com/hperrin/svelte-material-ui/commit/9ed43aa83523877decd3c81c8c06f1219b302a76))
12-
13-
14-
15-
16-
176
# [3.0.0](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0-beta.12...v3.0.0) (2021-04-19)
187

198
**Note:** Version bump only for package @smui/button

packages/button/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/button/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smui/button",
3-
"version": "3.0.1",
3+
"version": "3.0.0",
44
"description": "Svelte Material UI - Button",
55
"type": "module",
66
"module": "index.js",
@@ -35,8 +35,8 @@
3535
"@material/feature-targeting": "^10.0.0",
3636
"@material/ripple": "^10.0.0",
3737
"@material/theme": "^10.0.0",
38-
"@smui/common": "^3.0.1",
39-
"@smui/ripple": "^3.0.1"
38+
"@smui/common": "^3.0.0",
39+
"@smui/ripple": "^3.0.0"
4040
},
4141
"devDependencies": {
4242
"sass": "^1.32.8"

packages/card/CHANGELOG.md

-11
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [3.0.1](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0...v3.0.1) (2021-04-21)
7-
8-
9-
### Features
10-
11-
* implement fixes and workarounds for Vite and SvelteKit ([9ed43aa](https://github.com/hperrin/svelte-material-ui/commit/9ed43aa83523877decd3c81c8c06f1219b302a76))
12-
13-
14-
15-
16-
176
# [3.0.0](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0-beta.12...v3.0.0) (2021-04-19)
187

198
**Note:** Version bump only for package @smui/card

packages/card/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/card/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smui/card",
3-
"version": "3.0.1",
3+
"version": "3.0.0",
44
"description": "Svelte Material UI - Card",
55
"type": "module",
66
"module": "index.js",
@@ -31,10 +31,10 @@
3131
"license": "Apache-2.0",
3232
"dependencies": {
3333
"@material/card": "^10.0.0",
34-
"@smui/button": "^3.0.1",
35-
"@smui/common": "^3.0.1",
36-
"@smui/icon-button": "^3.0.1",
37-
"@smui/ripple": "^3.0.1"
34+
"@smui/button": "^3.0.0",
35+
"@smui/common": "^3.0.0",
36+
"@smui/icon-button": "^3.0.0",
37+
"@smui/ripple": "^3.0.0"
3838
},
3939
"devDependencies": {
4040
"@material/button": "^10.0.0",

packages/checkbox/CHANGELOG.md

-11
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [3.0.1](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0...v3.0.1) (2021-04-21)
7-
8-
9-
### Features
10-
11-
* implement fixes and workarounds for Vite and SvelteKit ([9ed43aa](https://github.com/hperrin/svelte-material-ui/commit/9ed43aa83523877decd3c81c8c06f1219b302a76))
12-
13-
14-
15-
16-
176
# [3.0.0](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0-beta.12...v3.0.0) (2021-04-19)
187

198
**Note:** Version bump only for package @smui/checkbox

packages/checkbox/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/checkbox/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smui/checkbox",
3-
"version": "3.0.1",
3+
"version": "3.0.0",
44
"description": "Svelte Material UI - Checkbox",
55
"type": "module",
66
"module": "index.js",
@@ -31,8 +31,8 @@
3131
"license": "Apache-2.0",
3232
"dependencies": {
3333
"@material/checkbox": "^10.0.0",
34-
"@smui/common": "^3.0.1",
35-
"@smui/ripple": "^3.0.1"
34+
"@smui/common": "^3.0.0",
35+
"@smui/ripple": "^3.0.0"
3636
},
3737
"devDependencies": {
3838
"sass": "^1.32.8"

packages/chips/CHANGELOG.md

-11
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [3.0.1](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0...v3.0.1) (2021-04-21)
7-
8-
9-
### Features
10-
11-
* implement fixes and workarounds for Vite and SvelteKit ([9ed43aa](https://github.com/hperrin/svelte-material-ui/commit/9ed43aa83523877decd3c81c8c06f1219b302a76))
12-
13-
14-
15-
16-
176
# [3.0.0](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0-beta.12...v3.0.0) (2021-04-19)
187

198
**Note:** Version bump only for package @smui/chips

packages/chips/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/chips/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smui/chips",
3-
"version": "3.0.1",
3+
"version": "3.0.0",
44
"description": "Svelte Material UI - Chips",
55
"type": "module",
66
"module": "index.js",
@@ -33,8 +33,8 @@
3333
"@material/chips": "^10.0.0",
3434
"@material/dom": "^10.0.0",
3535
"@material/rtl": "^10.0.0",
36-
"@smui/common": "^3.0.1",
37-
"@smui/ripple": "^3.0.1"
36+
"@smui/common": "^3.0.0",
37+
"@smui/ripple": "^3.0.0"
3838
},
3939
"devDependencies": {
4040
"sass": "^1.32.8"

packages/circular-progress/CHANGELOG.md

-11
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [3.0.1](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0...v3.0.1) (2021-04-21)
7-
8-
9-
### Features
10-
11-
* implement fixes and workarounds for Vite and SvelteKit ([9ed43aa](https://github.com/hperrin/svelte-material-ui/commit/9ed43aa83523877decd3c81c8c06f1219b302a76))
12-
13-
14-
15-
16-
176
# [3.0.0](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0-beta.12...v3.0.0) (2021-04-19)
187

198
**Note:** Version bump only for package @smui/circular-progress

packages/circular-progress/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/circular-progress/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smui/circular-progress",
3-
"version": "3.0.1",
3+
"version": "3.0.0",
44
"description": "Svelte Material UI - Circular Progress",
55
"type": "module",
66
"module": "index.js",
@@ -31,7 +31,7 @@
3131
"license": "Apache-2.0",
3232
"dependencies": {
3333
"@material/circular-progress": "^10.0.0",
34-
"@smui/common": "^3.0.1"
34+
"@smui/common": "^3.0.0"
3535
},
3636
"devDependencies": {
3737
"sass": "^1.32.8"

packages/common/CHANGELOG.md

-11
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [3.0.1](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0...v3.0.1) (2021-04-21)
7-
8-
9-
### Features
10-
11-
* implement fixes and workarounds for Vite and SvelteKit ([9ed43aa](https://github.com/hperrin/svelte-material-ui/commit/9ed43aa83523877decd3c81c8c06f1219b302a76))
12-
13-
14-
15-
16-
176
# [3.0.0](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0-beta.12...v3.0.0) (2021-04-19)
187

198
**Note:** Version bump only for package @smui/common

packages/common/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smui/common",
3-
"version": "3.0.1",
3+
"version": "3.0.0",
44
"description": "Svelte Material UI - Common",
55
"type": "module",
66
"module": "index.js",

packages/data-table/CHANGELOG.md

-11
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [3.0.1](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0...v3.0.1) (2021-04-21)
7-
8-
9-
### Features
10-
11-
* implement fixes and workarounds for Vite and SvelteKit ([9ed43aa](https://github.com/hperrin/svelte-material-ui/commit/9ed43aa83523877decd3c81c8c06f1219b302a76))
12-
13-
14-
15-
16-
176
# [3.0.0](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0-beta.12...v3.0.0) (2021-04-19)
187

198
**Note:** Version bump only for package @smui/data-table

packages/data-table/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/data-table/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smui/data-table",
3-
"version": "3.0.1",
3+
"version": "3.0.0",
44
"description": "Svelte Material UI - Data Table",
55
"type": "module",
66
"module": "index.js",
@@ -32,10 +32,10 @@
3232
"dependencies": {
3333
"@material/data-table": "^10.0.0",
3434
"@material/dom": "^10.0.0",
35-
"@smui/checkbox": "^3.0.1",
36-
"@smui/common": "^3.0.1",
37-
"@smui/icon-button": "^3.0.1",
38-
"@smui/ripple": "^3.0.1"
35+
"@smui/checkbox": "^3.0.0",
36+
"@smui/common": "^3.0.0",
37+
"@smui/icon-button": "^3.0.0",
38+
"@smui/ripple": "^3.0.0"
3939
},
4040
"devDependencies": {
4141
"sass": "^1.32.8"

packages/dialog/CHANGELOG.md

-11
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [3.0.1](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0...v3.0.1) (2021-04-21)
7-
8-
9-
### Features
10-
11-
* implement fixes and workarounds for Vite and SvelteKit ([9ed43aa](https://github.com/hperrin/svelte-material-ui/commit/9ed43aa83523877decd3c81c8c06f1219b302a76))
12-
13-
14-
15-
16-
176
# [3.0.0](https://github.com/hperrin/svelte-material-ui/compare/v3.0.0-beta.12...v3.0.0) (2021-04-19)
187

198

0 commit comments

Comments
 (0)