Skip to content

Commit 12bcf79

Browse files
Merge pull request #202 from hypermod-io/revert-201-changeset-release/main
Revert "Version Packages"
2 parents f6e4d2d + 4a89dd2 commit 12bcf79

File tree

62 files changed

+121
-331
lines changed

Some content is hidden

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

62 files changed

+121
-331
lines changed

.changeset/cuddly-owls-reflect.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
'@hypermod/mod-atlaskit__progress-indicator': patch
3+
'@hypermod/mod-atlaskit__section-message': patch
4+
'@hypermod/mod-atlaskit__side-navigation': patch
5+
'@hypermod/mod-atlaskit__breadcrumbs': patch
6+
'@hypermod/mod-atlaskit__textfield': patch
7+
'@hypermod/mod-atlaskit__calendar': patch
8+
'@hypermod/mod-atlaskit__checkbox': patch
9+
'@hypermod/mod-atlaskit__textarea': patch
10+
'@hypermod/mod-atlaskit__spinner': patch
11+
'@hypermod/mod-emotion__monorepo': patch
12+
'@hypermod/mod-atlaskit__avatar': patch
13+
'@hypermod/mod-atlaskit__button': patch
14+
'@hypermod/mod-atlaskit__popper': patch
15+
'@hypermod/mod-atlaskit__toggle': patch
16+
'@hypermod/mod-atlaskit__popup': patch
17+
'@hypermod/mod-atlaskit__range': patch
18+
'@hypermod/mod-atlaskit__icon': patch
19+
'@hypermod/mod-atlaskit__menu': patch
20+
'@hypermod/mod-atlaskit__tag': patch
21+
'@hypermod/mod-memoize-one': patch
22+
'@hypermod/mod-javascript': patch
23+
'@hypermod/initializer': patch
24+
'@codeshift/cli': patch
25+
'@hypermod/validator': patch
26+
'@hypermod/fetcher': patch
27+
'@hypermod/mod-react': patch
28+
'@hypermod/types': patch
29+
'@hypermod/utils': patch
30+
'@hypermod/core': patch
31+
'@hypermod/cli': patch
32+
---
33+
34+
Bumps typescript to 5.2.2

.changeset/light-pumas-give.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@codeshift/cli': minor
3+
'@hypermod/cli': minor
4+
---
5+
6+
Implements alternate dependency downloader which is available via the --experimental-loader flag

community/@atlaskit__avatar/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# @hypermod/mod-atlaskit\_\_avatar
22

3-
## 0.3.2
4-
5-
### Patch Changes
6-
7-
- b74b0a27: Bumps typescript to 5.2.2
8-
- Updated dependencies [b74b0a27]
9-
- @hypermod/utils@0.4.1
10-
113
## 0.3.1
124

135
### Patch Changes

community/@atlaskit__avatar/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hypermod/mod-atlaskit__avatar",
3-
"version": "0.3.2",
3+
"version": "0.3.1",
44
"license": "MIT",
55
"source": "src/hypermod.config.js",
66
"main": "dist/hypermod.config.js",
@@ -11,11 +11,11 @@
1111
"validate": "hypermod validate ."
1212
},
1313
"dependencies": {
14-
"@hypermod/utils": "^0.4.1",
14+
"@hypermod/utils": "^0.4.0",
1515
"jscodeshift": "^0.13.1"
1616
},
1717
"devDependencies": {
18-
"@hypermod/cli": "^0.19.0",
18+
"@hypermod/cli": "^0.18.0",
1919
"@types/jest": "^29.0.0",
2020
"@types/node": "^16.11.0",
2121
"jest": "^29.0.0",

community/@atlaskit__breadcrumbs/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# @hypermod/mod-atlaskit\_\_breadcrumbs
22

3-
## 0.3.2
4-
5-
### Patch Changes
6-
7-
- b74b0a27: Bumps typescript to 5.2.2
8-
- Updated dependencies [b74b0a27]
9-
- @hypermod/utils@0.4.1
10-
113
## 0.3.1
124

135
### Patch Changes

community/@atlaskit__breadcrumbs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hypermod/mod-atlaskit__breadcrumbs",
3-
"version": "0.3.2",
3+
"version": "0.3.1",
44
"license": "MIT",
55
"source": "src/hypermod.config.js",
66
"main": "dist/hypermod.config.js",
@@ -11,11 +11,11 @@
1111
"validate": "hypermod validate ."
1212
},
1313
"dependencies": {
14-
"@hypermod/utils": "^0.4.1",
14+
"@hypermod/utils": "^0.4.0",
1515
"jscodeshift": "^0.13.1"
1616
},
1717
"devDependencies": {
18-
"@hypermod/cli": "^0.19.0",
18+
"@hypermod/cli": "^0.18.0",
1919
"@types/jest": "^29.0.0",
2020
"@types/node": "^16.11.0",
2121
"jest": "^29.0.0",

community/@atlaskit__button/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# @hypermod/mod-atlaskit\_\_button
22

3-
## 0.3.2
4-
5-
### Patch Changes
6-
7-
- b74b0a27: Bumps typescript to 5.2.2
8-
- Updated dependencies [b74b0a27]
9-
- @hypermod/utils@0.4.1
10-
113
## 0.3.1
124

135
### Patch Changes

community/@atlaskit__button/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hypermod/mod-atlaskit__button",
3-
"version": "0.3.2",
3+
"version": "0.3.1",
44
"license": "MIT",
55
"source": "src/hypermod.config.js",
66
"main": "dist/hypermod.config.js",
@@ -11,11 +11,11 @@
1111
"validate": "hypermod validate ."
1212
},
1313
"dependencies": {
14-
"@hypermod/utils": "^0.4.1",
14+
"@hypermod/utils": "^0.4.0",
1515
"jscodeshift": "^0.13.1"
1616
},
1717
"devDependencies": {
18-
"@hypermod/cli": "^0.19.0",
18+
"@hypermod/cli": "^0.18.0",
1919
"@types/jest": "^29.0.0",
2020
"@types/node": "^16.11.0",
2121
"jest": "^29.0.0",

community/@atlaskit__calendar/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# @hypermod/mod-atlaskit\_\_calendar
22

3-
## 0.3.2
4-
5-
### Patch Changes
6-
7-
- b74b0a27: Bumps typescript to 5.2.2
8-
- Updated dependencies [b74b0a27]
9-
- @hypermod/utils@0.4.1
10-
113
## 0.3.1
124

135
### Patch Changes

community/@atlaskit__calendar/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hypermod/mod-atlaskit__calendar",
3-
"version": "0.3.2",
3+
"version": "0.3.1",
44
"license": "MIT",
55
"source": "src/hypermod.config.js",
66
"main": "dist/hypermod.config.js",
@@ -11,11 +11,11 @@
1111
"validate": "hypermod validate ."
1212
},
1313
"dependencies": {
14-
"@hypermod/utils": "^0.4.1",
14+
"@hypermod/utils": "^0.4.0",
1515
"jscodeshift": "^0.13.1"
1616
},
1717
"devDependencies": {
18-
"@hypermod/cli": "^0.19.0",
18+
"@hypermod/cli": "^0.18.0",
1919
"@types/jest": "^29.0.0",
2020
"@types/node": "^16.11.0",
2121
"jest": "^29.0.0",

0 commit comments

Comments
 (0)