Skip to content

Commit

Permalink
Revert "Version Packages"
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldelcore authored Sep 12, 2023
1 parent f6e4d2d commit 4a89dd2
Show file tree
Hide file tree
Showing 62 changed files with 121 additions and 331 deletions.
34 changes: 34 additions & 0 deletions .changeset/cuddly-owls-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
'@hypermod/mod-atlaskit__progress-indicator': patch
'@hypermod/mod-atlaskit__section-message': patch
'@hypermod/mod-atlaskit__side-navigation': patch
'@hypermod/mod-atlaskit__breadcrumbs': patch
'@hypermod/mod-atlaskit__textfield': patch
'@hypermod/mod-atlaskit__calendar': patch
'@hypermod/mod-atlaskit__checkbox': patch
'@hypermod/mod-atlaskit__textarea': patch
'@hypermod/mod-atlaskit__spinner': patch
'@hypermod/mod-emotion__monorepo': patch
'@hypermod/mod-atlaskit__avatar': patch
'@hypermod/mod-atlaskit__button': patch
'@hypermod/mod-atlaskit__popper': patch
'@hypermod/mod-atlaskit__toggle': patch
'@hypermod/mod-atlaskit__popup': patch
'@hypermod/mod-atlaskit__range': patch
'@hypermod/mod-atlaskit__icon': patch
'@hypermod/mod-atlaskit__menu': patch
'@hypermod/mod-atlaskit__tag': patch
'@hypermod/mod-memoize-one': patch
'@hypermod/mod-javascript': patch
'@hypermod/initializer': patch
'@codeshift/cli': patch
'@hypermod/validator': patch
'@hypermod/fetcher': patch
'@hypermod/mod-react': patch
'@hypermod/types': patch
'@hypermod/utils': patch
'@hypermod/core': patch
'@hypermod/cli': patch
---

Bumps typescript to 5.2.2
6 changes: 6 additions & 0 deletions .changeset/light-pumas-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@codeshift/cli': minor
'@hypermod/cli': minor
---

Implements alternate dependency downloader which is available via the --experimental-loader flag
8 changes: 0 additions & 8 deletions community/@atlaskit__avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @hypermod/mod-atlaskit\_\_avatar

## 0.3.2

### Patch Changes

- b74b0a27: Bumps typescript to 5.2.2
- Updated dependencies [b74b0a27]
- @hypermod/utils@0.4.1

## 0.3.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions community/@atlaskit__avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hypermod/mod-atlaskit__avatar",
"version": "0.3.2",
"version": "0.3.1",
"license": "MIT",
"source": "src/hypermod.config.js",
"main": "dist/hypermod.config.js",
Expand All @@ -11,11 +11,11 @@
"validate": "hypermod validate ."
},
"dependencies": {
"@hypermod/utils": "^0.4.1",
"@hypermod/utils": "^0.4.0",
"jscodeshift": "^0.13.1"
},
"devDependencies": {
"@hypermod/cli": "^0.19.0",
"@hypermod/cli": "^0.18.0",
"@types/jest": "^29.0.0",
"@types/node": "^16.11.0",
"jest": "^29.0.0",
Expand Down
8 changes: 0 additions & 8 deletions community/@atlaskit__breadcrumbs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @hypermod/mod-atlaskit\_\_breadcrumbs

## 0.3.2

### Patch Changes

- b74b0a27: Bumps typescript to 5.2.2
- Updated dependencies [b74b0a27]
- @hypermod/utils@0.4.1

## 0.3.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions community/@atlaskit__breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hypermod/mod-atlaskit__breadcrumbs",
"version": "0.3.2",
"version": "0.3.1",
"license": "MIT",
"source": "src/hypermod.config.js",
"main": "dist/hypermod.config.js",
Expand All @@ -11,11 +11,11 @@
"validate": "hypermod validate ."
},
"dependencies": {
"@hypermod/utils": "^0.4.1",
"@hypermod/utils": "^0.4.0",
"jscodeshift": "^0.13.1"
},
"devDependencies": {
"@hypermod/cli": "^0.19.0",
"@hypermod/cli": "^0.18.0",
"@types/jest": "^29.0.0",
"@types/node": "^16.11.0",
"jest": "^29.0.0",
Expand Down
8 changes: 0 additions & 8 deletions community/@atlaskit__button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @hypermod/mod-atlaskit\_\_button

## 0.3.2

### Patch Changes

- b74b0a27: Bumps typescript to 5.2.2
- Updated dependencies [b74b0a27]
- @hypermod/utils@0.4.1

## 0.3.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions community/@atlaskit__button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hypermod/mod-atlaskit__button",
"version": "0.3.2",
"version": "0.3.1",
"license": "MIT",
"source": "src/hypermod.config.js",
"main": "dist/hypermod.config.js",
Expand All @@ -11,11 +11,11 @@
"validate": "hypermod validate ."
},
"dependencies": {
"@hypermod/utils": "^0.4.1",
"@hypermod/utils": "^0.4.0",
"jscodeshift": "^0.13.1"
},
"devDependencies": {
"@hypermod/cli": "^0.19.0",
"@hypermod/cli": "^0.18.0",
"@types/jest": "^29.0.0",
"@types/node": "^16.11.0",
"jest": "^29.0.0",
Expand Down
8 changes: 0 additions & 8 deletions community/@atlaskit__calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @hypermod/mod-atlaskit\_\_calendar

## 0.3.2

### Patch Changes

- b74b0a27: Bumps typescript to 5.2.2
- Updated dependencies [b74b0a27]
- @hypermod/utils@0.4.1

## 0.3.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions community/@atlaskit__calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hypermod/mod-atlaskit__calendar",
"version": "0.3.2",
"version": "0.3.1",
"license": "MIT",
"source": "src/hypermod.config.js",
"main": "dist/hypermod.config.js",
Expand All @@ -11,11 +11,11 @@
"validate": "hypermod validate ."
},
"dependencies": {
"@hypermod/utils": "^0.4.1",
"@hypermod/utils": "^0.4.0",
"jscodeshift": "^0.13.1"
},
"devDependencies": {
"@hypermod/cli": "^0.19.0",
"@hypermod/cli": "^0.18.0",
"@types/jest": "^29.0.0",
"@types/node": "^16.11.0",
"jest": "^29.0.0",
Expand Down
8 changes: 0 additions & 8 deletions community/@atlaskit__checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @hypermod/mod-atlaskit\_\_checkbox

## 0.3.2

### Patch Changes

- b74b0a27: Bumps typescript to 5.2.2
- Updated dependencies [b74b0a27]
- @hypermod/utils@0.4.1

## 0.3.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions community/@atlaskit__checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hypermod/mod-atlaskit__checkbox",
"version": "0.3.2",
"version": "0.3.1",
"license": "MIT",
"source": "src/hypermod.config.js",
"main": "dist/hypermod.config.js",
Expand All @@ -11,11 +11,11 @@
"validate": "hypermod validate ."
},
"dependencies": {
"@hypermod/utils": "^0.4.1",
"@hypermod/utils": "^0.4.0",
"jscodeshift": "^0.13.1"
},
"devDependencies": {
"@hypermod/cli": "^0.19.0",
"@hypermod/cli": "^0.18.0",
"@types/jest": "^29.0.0",
"@types/node": "^16.11.0",
"jest": "^29.0.0",
Expand Down
8 changes: 0 additions & 8 deletions community/@atlaskit__icon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @hypermod/mod-atlaskit\_\_icon

## 0.3.2

### Patch Changes

- b74b0a27: Bumps typescript to 5.2.2
- Updated dependencies [b74b0a27]
- @hypermod/utils@0.4.1

## 0.3.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions community/@atlaskit__icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hypermod/mod-atlaskit__icon",
"version": "0.3.2",
"version": "0.3.1",
"license": "MIT",
"source": "src/hypermod.config.js",
"main": "dist/hypermod.config.js",
Expand All @@ -11,11 +11,11 @@
"validate": "hypermod validate ."
},
"dependencies": {
"@hypermod/utils": "^0.4.1",
"@hypermod/utils": "^0.4.0",
"jscodeshift": "^0.13.1"
},
"devDependencies": {
"@hypermod/cli": "^0.19.0",
"@hypermod/cli": "^0.18.0",
"@types/jest": "^29.0.0",
"@types/node": "^16.11.0",
"jest": "^29.0.0",
Expand Down
8 changes: 0 additions & 8 deletions community/@atlaskit__menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @hypermod/mod-atlaskit\_\_menu

## 0.3.2

### Patch Changes

- b74b0a27: Bumps typescript to 5.2.2
- Updated dependencies [b74b0a27]
- @hypermod/utils@0.4.1

## 0.3.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions community/@atlaskit__menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hypermod/mod-atlaskit__menu",
"version": "0.3.2",
"version": "0.3.1",
"license": "MIT",
"source": "src/hypermod.config.js",
"main": "dist/hypermod.config.js",
Expand All @@ -11,11 +11,11 @@
"validate": "hypermod validate ."
},
"dependencies": {
"@hypermod/utils": "^0.4.1",
"@hypermod/utils": "^0.4.0",
"jscodeshift": "^0.13.1"
},
"devDependencies": {
"@hypermod/cli": "^0.19.0",
"@hypermod/cli": "^0.18.0",
"@types/jest": "^29.0.0",
"@types/node": "^16.11.0",
"jest": "^29.0.0",
Expand Down
8 changes: 0 additions & 8 deletions community/@atlaskit__popper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @hypermod/mod-atlaskit\_\_popper

## 0.3.2

### Patch Changes

- b74b0a27: Bumps typescript to 5.2.2
- Updated dependencies [b74b0a27]
- @hypermod/utils@0.4.1

## 0.3.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions community/@atlaskit__popper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hypermod/mod-atlaskit__popper",
"version": "0.3.2",
"version": "0.3.1",
"license": "MIT",
"source": "src/hypermod.config.js",
"main": "dist/hypermod.config.js",
Expand All @@ -11,11 +11,11 @@
"validate": "hypermod validate ."
},
"dependencies": {
"@hypermod/utils": "^0.4.1",
"@hypermod/utils": "^0.4.0",
"jscodeshift": "^0.13.1"
},
"devDependencies": {
"@hypermod/cli": "^0.19.0",
"@hypermod/cli": "^0.18.0",
"@types/jest": "^29.0.0",
"@types/node": "^16.11.0",
"jest": "^29.0.0",
Expand Down
8 changes: 0 additions & 8 deletions community/@atlaskit__popup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @hypermod/mod-atlaskit\_\_popup

## 0.3.2

### Patch Changes

- b74b0a27: Bumps typescript to 5.2.2
- Updated dependencies [b74b0a27]
- @hypermod/utils@0.4.1

## 0.3.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions community/@atlaskit__popup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hypermod/mod-atlaskit__popup",
"version": "0.3.2",
"version": "0.3.1",
"license": "MIT",
"source": "src/hypermod.config.js",
"main": "dist/hypermod.config.js",
Expand All @@ -11,11 +11,11 @@
"validate": "hypermod validate ."
},
"dependencies": {
"@hypermod/utils": "^0.4.1",
"@hypermod/utils": "^0.4.0",
"jscodeshift": "^0.13.1"
},
"devDependencies": {
"@hypermod/cli": "^0.19.0",
"@hypermod/cli": "^0.18.0",
"@types/jest": "^29.0.0",
"@types/node": "^16.11.0",
"jest": "^29.0.0",
Expand Down
8 changes: 0 additions & 8 deletions community/@atlaskit__progress-indicator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @hypermod/mod-atlaskit\_\_progress-indicator

## 0.3.2

### Patch Changes

- b74b0a27: Bumps typescript to 5.2.2
- Updated dependencies [b74b0a27]
- @hypermod/utils@0.4.1

## 0.3.1

### Patch Changes
Expand Down
Loading

0 comments on commit 4a89dd2

Please sign in to comment.